Skip to content

Commit

Permalink
npm run format:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thariq-shanavas committed Nov 6, 2024
1 parent 47dcd74 commit ceab95e
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 @@ -8,13 +8,13 @@ The database is saved to your Immich upload folder in the `database-backup` subd

:::info
This script makes backups of your database along with your photo/video library. This is redundant with the [automatic database backup tool](https://immich.app/docs/administration/backup-and-restore#automatic-database-backups) built into Immich. Using this script to backup your database has two advantages over the built-in backup tool:

- This script uses storage more efficiently by versioning your backups instead of making multiple copies.
- The database backups are performed at the same time as the library backup, ensuring that the backups of your database and the library are always in sync.

If you are using this script, it is therefore safe to turn off the built-in automatic database backups from your admin panel to save storage space.
:::


### 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).
Expand Down

0 comments on commit ceab95e

Please sign in to comment.