diff --git a/scripts/backup-astroarch.sh b/scripts/backup-astroarch.sh index 6164f8b..7bf41f9 100755 --- a/scripts/backup-astroarch.sh +++ b/scripts/backup-astroarch.sh @@ -40,7 +40,7 @@ ask_valid_dest() { done } -# --- NEW CLEANING FEATURE --- +# --- CLEANING FEATURE --- cleanup_canceled_backup() { local DEST="$1" # Deletes the corrupted folder (requires sudo because rsync preserves root permissions) @@ -97,16 +97,9 @@ if [ ! -f "$CONFIG_FILE" ]; then
Please note: if you cancel the backup while it is in progress, the backup folder and the configuration file will be deleted
The backup will take some time...