bggo / Zmbkpose

The zmbkpose tool is a shell script that does hot backup and hot restore of ZCS Opensource accounts, GPL(OPENSOURCE). It can run from any host in the net, which means that it can be set on a backup server already existent.
http://wiki.zimbra.com/wiki/HOT_Backup_and_HOT_Restore
GNU General Public License v3.0
79 stars 55 forks source link

Old backups remove not working if the file name ends with 60 sec #53

Open ghost opened 10 years ago

ghost commented 10 years ago

When running this command: /usr/local/bin/zmbkpose -d 2d in order to delete backups older than 2 days, the command is not working if in the file name, we have 60 for seconds: example 201418081460.tar.gz because the data with 60 sec does not exist.

Could you please fix this issue? Thank you.