fix: wrong rsync path.
This commit is contained in:
parent
b599813dbd
commit
26e4305100
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
restic backup --files-from /home/crony/.config/restic/list --verbose && restic forget --keep-last 10 --keep-daily 7 --keep-weekly 5 --keep-monthly 12
|
||||
. /etc/restic/online
|
||||
restic backup --files-from /home/crony/.config/restic/list --verbose && restic forget --keep-last 10 --keep-daily 7 --keep-weekly 5 --keep-monthly 12
|
||||
rsync -avP --delete "$HOME/.local/backup/" "$HOME/Documents/Share/"
|
||||
rsync -avP --delete "$HOME/.local/backup/" "$HOME/Documents/Share/backup"
|
||||
'');
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue