Hello,
I have a linux server which I'm using for hosting websites and I have another windows server which I'm using for other purposes
in the linux server I have a 2nd Hard Drive and I'm using Cpanel to backup my sites every day so as you know this will creat Daily , Weekly , Monthely Backups
/backup/cpbackup/daily
/backup/cpbackup/monthly
/backup/cpbackup/weekly
Also I created an FTP account on the windows server
What I want is the following :
1- tar the Weekly backup folder into Weekly.tar
2- login to the FTP account in the windows server
3- send the file ( Weekly.tar ) to the windows server
4- do all this every week
NOTE: transfering the file via FTP take long time because I'm talking about 15GB here
Any one with good experience in cron jobs can help me
Thank you,