1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-06-27 23:08:14 +03:00

Delay delete

- Delete script now has an initial one minute delay, to ensure a backup is created first.
  - Also to prevent this:
    ![image](https://user-images.githubusercontent.com/68612932/126045649-e737136f-80b0-4727-80fc-c7872812997c.png)
This commit is contained in:
jmqm 2021-07-17 12:50:53 -05:00 committed by GitHub
parent fe9ab8e045
commit 0fb7abc0c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
#!/bin/sh
# Sleep for one minute to ensure a backup is made first.
sleep 1m
# Go to the backups directory.
cd /backups