update de la doc et rangement dans infra_conf des backups
This commit is contained in:
parent
99435250bb
commit
e877284fe9
4 changed files with 9 additions and 9 deletions
9
infra_conf/backup.sh
Executable file
9
infra_conf/backup.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
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/
|
||||
rsync -avuz /mnt/pi5data/backups/immich /mnt/data/backups/
|
||||
rsync -avuz --exclude ".local/share/Steam" --exclude "Games" --exclude "Téléchargements" /home/griffix /mnt/pi5data/backups/
|
||||
exit $?
|
||||
Loading…
Add table
Add a link
Reference in a new issue