rsync all the things - part 2
better docker stop and more rsyncing
This commit is contained in:
parent
8e3c5efacb
commit
99435250bb
2 changed files with 10 additions and 2 deletions
|
|
@ -4,5 +4,6 @@ DestDir="/mnt/data/backups/arch-griffix/griffix/"
|
|||
|
||||
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
|
||||
rsync -avuz /mnt/pi5data/backups/immich /mnt/data/backups/immich
|
||||
|
||||
exit $?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue