How to move a data files from one Linux server to another in an online Internet environment, automatically daily, using a script?

link|improve this question
feedback

1 Answer

Use cron to invoke rsync in order to transfer/sync files over SSH.

link|improve this answer
1  
@Aman: If you really mean "move" (as in mv) rather than "copy" (as in cp), rsync has an option --remove-source-files – RedGrittyBrick Jun 22 '11 at 16:45
corrected! thanks – Aman Singh Jun 22 '11 at 16:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.