instead of deleting old snapshot, change to number algorithm and note that it can be removed

This commit is contained in:
James Barnett
2017-08-27 17:18:45 -04:00
parent c97a99f652
commit 34ef2fa185

View File

@@ -402,8 +402,8 @@ for x in $selected_configs; do
# is an identical subvolume to the old snapshot at the receiving # is an identical subvolume to the old snapshot at the receiving
# location where it can get its data. This helps speed up the transfer. # location where it can get its data. This helps speed up the transfer.
btrfs send -c "$old_snap" "$new_snap" | $ssh btrfs receive "$backup_location" btrfs send -c "$old_snap" "$new_snap" | $ssh btrfs receive "$backup_location"
printf "Deleting old snapshot for %s...\n" "$x" | tee $PIPE printf "Modifying data for old snapshot for %s...\n" "$x" | tee $PIPE
snapper -c "$x" delete "$old_num" snapper -v -c "$x" modify -d "old snap-sync snapshot (you may remove)" -u "backupdir=,uuid=" -c "number" "$old_num"
fi fi
if [[ -z $ssh ]]; then if [[ -z $ssh ]]; then