You are not logged in.
Pages: 1
Hi,
I have a question. How can I add scheduled backups?
I've read that I need to add a cron job in
vi /install-dir/xsi-dir/conf/root-crontab
But what exactly do I have to enter there for the scheduled backups?
The backup should start every Monday, Wednesday and Friday at 2:00 am.
Could you help me with that because I don't really know how to do that.
Offline
Any cron like schedule:
30 02 * * * /scratch/XSI/XSIBackup-Pro/jobs/001
Then update the general root crontab by running
./xsibackup --update-cron
Offline
Is that for the free edition of XSI too?
Or did I need change something?
My installation-dir is:
/vmfs/volumes/datastore1/xsi-dir/
And my Backup Point is:
/vmfs/volumes/Backup/
Thank you for your help!
Offline
Yes, that is for the Free edition too.
What do installation dir and backup point have to do with the crontab?
Offline
Oh I dont know thought u need it or something.
I tried what you described there but it didnt worked.
Offline
Our excuses, there was atypo in our previous response, the right sintax to use is
30 02 * * * /scratch/XSI/XSIBackup-Pro/jobs/001
In any case you are suppoused to know how a Linux/Unix crontab works,
Offline
Pages: 1