updated backup script

This commit is contained in:
2024-04-22 01:13:52 +02:00
parent c52975a801
commit d8edebad28

View File

@@ -51,6 +51,7 @@ borg create --progress --stats --exclude-caches \
--exclude $HOME/nas \
--exclude $HOME/go \
--exclude $HOME/.var/app/com.valvesoftware.Steam \
--exclude $HOME/.config/borg/security/ \
$ARCHIVE $SRC && if ! $LOCAL; then date +%s > $HOME/.lastbak; fi