Compare commits

...

2 commits

2 changed files with 2 additions and 1 deletions

2
backup
View file

@ -17,7 +17,7 @@ fi
# Do the backup as non-intrusively as possible.
echo "Indexing ${name}..."
nice -n19 ionice -c3 bup index -vv --exclude-rx-from=exclude /etc /var /srv /home/ta180m
nice -n19 ionice -c3 bup index -vv --exclude-rx-from=$(dirname "$0")/exclude /etc /var /srv /home/ta180m
echo "Backing up ${name} to '${repository}'..."
nice -n19 ionice -c3 bup save -vv --name="${name}" --compress=9 /

View file

@ -6,6 +6,7 @@
/var/lib/peertube/storage/thumbnails
/var/lib/synapse/media_store/remote_content
/var/lib/synapse/media_store/remote_thumbnail
/var/lib/nextcloud/apps
.go
.3ds