mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Exclude movies and TV from backup
This commit is contained in:
parent
a5b08ae55f
commit
ada34be1d4
1 changed files with 3 additions and 1 deletions
|
|
@ -40,7 +40,9 @@ borg create -v --stats --compression lz4 \
|
|||
/var/lib/nzbget \
|
||||
/opt/factorio \
|
||||
/backups \
|
||||
--exclude '/var/lib/nextcloud/db'
|
||||
--exclude '/var/lib/nextcloud/db' \
|
||||
--exclude '/data/TV' \
|
||||
--exclude '/data/Movies'
|
||||
|
||||
# Route the normal process logging to journalctl
|
||||
2>&1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue