Hi
I want to make back up for every day in one folder
example: sunday in backupsun
monday in backupmon
& ....
or monthly backup in backupminth
weekly in backupweek
how can i do that auto in WHM/cpanel
I need to do that
please help me...
Hi
I want to make back up for every day in one folder
example: sunday in backupsun
monday in backupmon
& ....
or monthly backup in backupminth
weekly in backupweek
how can i do that auto in WHM/cpanel
I need to do that
please help me...
cPanel/WHM do not offer that functionality yet. You will have to write your own script to achieve the customize backup.
You could just have a cronjob that runs daily and rsync's the previous backup to the correct day directory. Just do one cronjob per day and no real scripting required.
John W
www.eth0.us
Checkout rdiff-backup. It does that and more, as it only backup up the deltas in a diff file.
Lloyd F Tennison