dépendance qbit - gluetun ++ 1er script backuyp profile
This commit is contained in:
parent
581df49bde
commit
305c7a4614
3 changed files with 23 additions and 9 deletions
8
backup.sh
Normal file
8
backup.sh
Normal file
|
|
@ -0,0 +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
|
||||
|
||||
exit $?
|
||||
Loading…
Add table
Add a link
Reference in a new issue