Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
luludotdev committed Mar 11, 2024
1 parent 2afd456 commit b660bd3
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
## Dependencies

- [borg](https://borgbackup.readthedocs.io/en/stable/installation.html)
- [deno](https://docs.deno.com/runtime/manual/getting_started/installation) (installed automatically by the installation script)
- [rclone](https://rclone.org/install/) (optional, required if you want to use `--sync`)
- [deno](https://docs.deno.com/runtime/manual/getting_started/installation)
(installed automatically by the installation script)
- [rclone](https://rclone.org/install/) (optional, required if you want to use
`--sync`)

## Installation

By default the install script will install both deno and the backup script to `/usr/local/bin`, which usually requires running the script as root.
By default the install script will install both deno and the backup script to
`/usr/local/bin`, which usually requires running the script as root.

You can set `BACKUP_INSTALL_DIR` and `BACKUP_SCRIPT_NAME` to customise the install directory and script filename respectively. This can be used to install for a single user, so that you dont need root.
You can set `BACKUP_INSTALL_DIR` and `BACKUP_SCRIPT_NAME` to customise the
install directory and script filename respectively. This can be used to install
for a single user, so that you dont need root.

```sh
# install as root for all users
Expand Down

0 comments on commit b660bd3

Please sign in to comment.