08-01-2003, 10:19 PM
|
|
Confirmed User
Join Date: Jan 2003
Posts: 3,852
|
Quote:
Originally posted by APN Philip
I need to find a program for Linux which copies a file on one server to a file on another server at regular intervals.
Any ideas? Would be cool if it used a secure file transfer protocol.
|
RSYNC http://samba.anu.edu.au/rsync/ +
OpenSSH http://www.openssh.com/ +
a cron job
|
|
|