Exclude movies and TV from backup

This commit is contained in:
Paul-Henri Froidmont 2019-03-26 23:34:53 +01:00
parent a5b08ae55f
commit ada34be1d4

View file

@ -40,7 +40,9 @@ borg create -v --stats --compression lz4 \
/var/lib/nzbget \ /var/lib/nzbget \
/opt/factorio \ /opt/factorio \
/backups \ /backups \
--exclude '/var/lib/nextcloud/db' --exclude '/var/lib/nextcloud/db' \
--exclude '/data/TV' \
--exclude '/data/Movies'
# Route the normal process logging to journalctl # Route the normal process logging to journalctl
2>&1 2>&1