Add feature to ask deletion already exsisting snapshots on remote end

This commit is contained in:
2026-09-02 08:20:38 +03:00
parent 2364c8a618
commit f9504eb14a
2 changed files with 27 additions and 0 deletions
+5
View File
@@ -160,6 +160,11 @@ Options:
completed destination filesystems remain received. Re-running with the same
source can create another timestamped snapshot; inspect both source and
destination state before retrying.
- Before each receive, the script checks whether the remote destination already
has the matching `move-YYYYMMDD-HHMMSS` snapshot. If it does, the script asks
whether to delete that specific remote snapshot and retry the transfer. Type
`y` only after confirming it is an incomplete or disposable migration
snapshot; any other response stops the script without deleting it.
- A successful transfer is not a destructive move. Verify applications and
data on the destination, then perform any source cleanup separately.