We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418e2df commit 9453036Copy full SHA for 9453036
lib/sync.sh
@@ -26,7 +26,7 @@ rm -rf ../$tdir
26
27
# Delete expired local archive files
28
cd ../backups
29
-let keep=(24*60*$store)-30
+let keep=(24*60*$store)+30
30
find ./*.tar.gz -type f -mmin +$keep -exec rm {} \;
31
32
# Remove old Dropbox backups
0 commit comments