This commit is contained in:
Christoph J. Scherr 2023-06-11 01:49:00 +02:00
parent a067395694
commit 4c7a08dd34
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
2 changed files with 6 additions and 2 deletions

View File

@ -24,10 +24,13 @@ $BORG_BIN create \
--compression zstd,11 \
--exclude-caches \
--exclude 'home/*/.cache/*' \
--exclude 'home/.local/share/Steam/*' \
--exclude 'home/Download/*' \
--exclude 'home/\.local/share/baloo/*' \
--exclude '*/.Trash*' \
--exclude '*/Trash*' \
--exclude '*/.Steam*' \
\
::'{hostname}-{now}' \
${BORG_REPO}::'{hostname}-{now}' \
/home \
/etc

View File

@ -28,6 +28,7 @@ info "Starting backup"
--exclude 'var/cache/*' \
--exclude 'srv/data/backup' \
--exclude '*/.Trash*' \
--exclude '*/Trash*' \
\
::'{hostname}-{now}' \
/etc \