bundles/backup/files/backup_path_via_rsync: dont snapshot
This commit is contained in:
parent
8fc701b40e
commit
4663f7632b
1 changed files with 0 additions and 1 deletions
|
@ -8,4 +8,3 @@ server=$(jq -r .server_hostname < /etc/backup/config.json)
|
|||
ssh="ssh -o ConnectTimeout=5 backup-receiver@$server"
|
||||
|
||||
rsync -av --rsync-path="sudo rsync" "$path/" "backup-receiver@$server:/mnt/backups/$uuid$path/"
|
||||
$ssh sudo zfs snap "tank/$uuid/fs@auto-backup_$(date +"%Y-%m-%d_%H:%M:%S")"
|
||||
|
|
Loading…
Reference in a new issue