feat: fix wrong path.
This commit is contained in:
parent
b656286123
commit
6cc61fa9e8
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/backup"
|
||||
rsync -avP --delete "$HOME/.local/backup/" "$HOME/Documents/Share/"
|
||||
'');
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue