I have a sme-server 9.*, with usb 1TB removable drive used for backup. I want to be able to store at most last 1 days backups, no weekly/monthly/yearly.
The following are the settings i have
[prodbox]
remoteHostName=localhost
Watchdog=yes
Description=jjsme backup
status=enabled
Debug=no
TimeSchedule=2230
localNice=15
rsync--inplace=yes
scheduledKeep=1
dailyKeep=1
weeklyKeep=0
monthlyKeep=0
yearlyKeep=0
RootDir=/mnt/affadevice
After three or days, the 1TB is full creating errors. What settings should i have?