[BACKUP] Removed unused sleep line for zfs datastore backup script

This commit is contained in:
Simon Cornet 2020-07-29 17:38:55 +02:00
parent adafb29bab
commit 2b8ce06d91

View File

@ -26,7 +26,6 @@ openssl enc -aes-256-ctr -a -pbkdf2 -iter 1000 -salt -k $enc_password \
> $backup_location/$dataset_name-$backup_date.pigz.enc
## delete snapshot
#sleep 1
zfs destroy $dataset_orig@$backup_date
# report done