Skip to content
Snippets Groups Projects
Commit d395d264 authored by Florian Pritz's avatar Florian Pritz
Browse files

Revert "borg-client: Create timestamp file on backup host after successful backup"

This reverts commit 5ec3d1a8.

The server uses forced commands so this doesn't work.
parent b7a82a33
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,3 @@ borg create -v --stats -C lz4 -e /proc \
-e /sys -e /dev -e /run -e /tmp -e /var/cache \
{{ backup_host }}:{{ backup_dir }}::$(date -I) /
borg prune -v {{ backup_host }}:{{ backup_dir }} --keep-daily=7 --keep-weekly=4 --keep-monthly=6
ssh {{backup_host}} touch '{{backup_dir}}/last-backup-timestamp'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment