borging
This commit is contained in:
parent
a067395694
commit
4c7a08dd34
|
@ -24,10 +24,13 @@ $BORG_BIN create \
|
||||||
--compression zstd,11 \
|
--compression zstd,11 \
|
||||||
--exclude-caches \
|
--exclude-caches \
|
||||||
--exclude 'home/*/.cache/*' \
|
--exclude 'home/*/.cache/*' \
|
||||||
--exclude 'home/.local/share/Steam/*' \
|
--exclude 'home/Download/*' \
|
||||||
|
--exclude 'home/\.local/share/baloo/*' \
|
||||||
--exclude '*/.Trash*' \
|
--exclude '*/.Trash*' \
|
||||||
|
--exclude '*/Trash*' \
|
||||||
|
--exclude '*/.Steam*' \
|
||||||
\
|
\
|
||||||
::'{hostname}-{now}' \
|
${BORG_REPO}::'{hostname}-{now}' \
|
||||||
/home \
|
/home \
|
||||||
/etc
|
/etc
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@ info "Starting backup"
|
||||||
--exclude 'var/cache/*' \
|
--exclude 'var/cache/*' \
|
||||||
--exclude 'srv/data/backup' \
|
--exclude 'srv/data/backup' \
|
||||||
--exclude '*/.Trash*' \
|
--exclude '*/.Trash*' \
|
||||||
|
--exclude '*/Trash*' \
|
||||||
\
|
\
|
||||||
::'{hostname}-{now}' \
|
::'{hostname}-{now}' \
|
||||||
/etc \
|
/etc \
|
||||||
|
|
Loading…
Reference in New Issue