Hi,
I setup my rsnapshot rotation manually using linux cron service.
I do this setup
05 * * * * /share/CACHEDEV1_DATA/.qpkg/Entware-3x/bin/rsnapshot hourly
35 1 * * * /share/CACHEDEV1_DATA/.qpkg/Entware-3x/bin/rsnapshot daily
35 2 * * 7 /share/CACHEDEV1_DATA/.qpkg/Entware-3x/bin/rsnapshot weekly
35 3 01 * * /share/CACHEDEV1_DATA/.qpkg/Entware-3x/bin/rsnapshot monthly
Sometimes the hourly task delete the last daily folder.
Then calling the daily task it is created again.
Someone can help me?
Thanks!