Fix typo in backup archives GIT
This commit is contained in:
parent
4a210b0e4e
commit
a2ac29f244
|
@ -9,5 +9,5 @@ then
|
|||
borg init --encryption=repokey {{ backup_folder }}/{{ backup_user_git }}-archives
|
||||
fi
|
||||
|
||||
borg prune -v {{ backup_folder }}/{{ backup_user_git }}-achives --keep-daily=7 --keep-weekly=4 --keep-monthly=1
|
||||
borg prune -v {{ backup_folder }}/{{ backup_user_git }}-archives --keep-daily=7 --keep-weekly=4 --keep-monthly=1
|
||||
borg create --info --stats {{ backup_folder }}/{{ backup_user_git }}-archives::$(date +%F) $(find {{ backup_folder }}/{{ backup_user_git }}/ -maxdepth 1 -type d | tr '\n' ' ')
|
||||
|
|
0
roles/openvpn_server/files/down.sh
Executable file → Normal file
0
roles/openvpn_server/files/down.sh
Executable file → Normal file
0
roles/openvpn_server/files/up.sh
Executable file → Normal file
0
roles/openvpn_server/files/up.sh
Executable file → Normal file
Loading…
Reference in a new issue