Re: cron job
- From: Derek Broughton <news@xxxxxxxxxxxxxx>
- Date: Tue, 02 Dec 2008 11:28:10 -0400
OOzy Pal wrote:
Hello,
I need to move big files from one remote server to other remote
server. I think I can do this by cron jobs. The urls for the backup
data is for example
www.xyz.com/file1.tar.
www.xyz.com/file2.tar
I do
wget -c -t 999 www.xyz.com/file1.tar
wget -c -t 999 www.xyz.com/file2.tar
How can I make a cron job to automatically move these files between
the two servers.
wtp? Just add those commands to an appropriate crontab. You probably
want to add the options to reduce output and put the data into a specific
directory, but you've essentially got everything you need.
--
derek
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- References:
- cron job
- From: OOzy Pal
- cron job
- Prev by Date: Re: Wireless issues, but oddly the opposite of what you normally hear....
- Next by Date: Re: GSM Modem Issues - has anyone installed one?
- Previous by thread: Re: cron job
- Next by thread: Re: cron job
- Index(es):
Relevant Pages
|