|
|
| There's more than one way to do things | |
| PerlMonks |
Re: copy a file to a remote systemby mhearse (Hermit) |
| on Jan 16, 2013 at 19:15 UTC ( #1013639=note: print w/ replies, xml ) | Need Help?? |
|
If you plan to copy file/files repeatedly use rsync. It has the capability to transfer only the changes over the network. Which is why it's so powerful for remote backups. If you plan to do backups read up on rsync snapshots. A great example of data de-duplication. If you plan to copy the file once, use scp or ftp/lftp. There are modules on CPAN for all of these methods.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||