diff --git a/roles/backup_server/templates/backup_git_archive.sh.j2 b/roles/backup_server/templates/backup_git_archive.sh.j2 index 8e87bf6..c984b9c 100644 --- a/roles/backup_server/templates/backup_git_archive.sh.j2 +++ b/roles/backup_server/templates/backup_git_archive.sh.j2 @@ -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' ' ') diff --git a/roles/openvpn_server/files/down.sh b/roles/openvpn_server/files/down.sh old mode 100755 new mode 100644 diff --git a/roles/openvpn_server/files/up.sh b/roles/openvpn_server/files/up.sh old mode 100755 new mode 100644