Hi,
I'm new into FreeNAS, i have question for you guys.
My predecessor was in command of our backup, he made code line like this (in cron jobs) :
It is working very well, but from last week i need to delete backups older than 7 days by hand (by mouse click to be specific), is there a way to make another cron job for a script to do the work?
Regards
I'm new into FreeNAS, i have question for you guys.
My predecessor was in command of our backup, he made code line like this (in cron jobs) :
Code:
cp /data/freenas-v1.db /mnt/zew_backup/config_backup/`date \+%Y\%m\%d`_`cat /etc/version | cut -d'-' -f2`_`cat /etc/version | cut -d'-' -f4`.db
It is working very well, but from last week i need to delete backups older than 7 days by hand (by mouse click to be specific), is there a way to make another cron job for a script to do the work?
Regards
Last edited by a moderator: