Skip to content

Commit

Permalink
exclude synology backup directory from file backup
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed May 30, 2024
1 parent e00b701 commit c2a0df1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/file-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ HOME="/home/admin" duplicity \
--log-file /web/logs/duplicity.log \
--archive-dir "${cache_dir}" \
--exclude '**/.git' \
--exclude '**/.synosnap_data' \
--exclude '**/backup/' \
--exclude '**/logs/' \
--exclude '**/private/mysqld/' \
Expand Down

0 comments on commit c2a0df1

Please sign in to comment.