Skip to content

Commit

Permalink
docs: fix typo in Backup Script Guide (immich-app#12399)
Browse files Browse the repository at this point in the history
  • Loading branch information
maexled authored Oct 9, 2024
1 parent e1540c8 commit 360e7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/template-backup-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The database is saved to your Immich upload folder in the `database-backup` subd
### Prerequisites

- Borg needs to be installed on your server as well as the remote machine. You can find instructions to install Borg [here](https://borgbackup.readthedocs.io/en/latest/installation.html).
- (Optional) To run this sript as a non-root user, you should [add your username to the docker group](https://docs.docker.com/engine/install/linux-postinstall/).
- (Optional) To run this script as a non-root user, you should [add your username to the docker group](https://docs.docker.com/engine/install/linux-postinstall/).
- To run this script non-interactively, set up [passwordless ssh](https://www.redhat.com/sysadmin/passwordless-ssh) to your remote machine from your server. If you skipped the previous step, make sure this step is done from your root account.

To initialize the borg repository, run the following commands once.
Expand Down

0 comments on commit 360e7d6

Please sign in to comment.