rsync all the things

improvements on rsync scripts
This commit is contained in:
griffix 2025-08-08 09:02:38 +02:00
parent 305c7a4614
commit 8e3c5efacb
Signed by: griffix
GPG key ID: 9A72D1FAE36EC98A
2 changed files with 12 additions and 1 deletions

View file

@ -1,8 +1,8 @@
#!/bin/sh
DestDir="/mnt/data/backups/arch-griffix/griffix/"
#ExcludeList='{/home/griffix/.local/share/Steam,/home/griffix/Games}'
rsync -avuz --exclude ".local/share/Steam" --exclude "Games" --exclude "Téléchargements" /home/griffix/ $DestDir
rsync -avuz /mnt/pi5data/backups/pi5 /mnt/data/backups/pi5
exit $?