Menu

#2 Bug when removing old weekly

open
nobody
None
5
2014-05-27
2014-05-27
No

At row 388 in version 1.0, there is a bug. No old backups will be removed.

Current row:

eval rm -fv "$BACKUPDIR/weekly/$DB/week.$REMW.*"

Should be something like:

eval rm -fv "$BACKUPDIR/weekly/$DB/${DB}_week.$REMW.*"

Discussion


Log in to post a comment.