LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Schedule Automated File Transfers (https://www.linuxquestions.org/questions/linux-newbie-8/schedule-automated-file-transfers-4175586626/)

L1n0xF0r0m 08-08-2016 09:38 PM

Schedule Automated File Transfers
 
Is there a built in linux function that would help me send large file transfers using a schedule / automated file transfer method. I'd like to combine this feature with a hot folder / shared folder so I can transfer files automaticallly when someone uploads a file to that folder. Cheers for any advice.

chrism01 08-08-2016 11:23 PM

Well, there's 'cron' which is time based scheduler.
Various 'copy' cmds eg for inter-system, use scp with ssh-keys (instead of passwds).

There is also rsync which can run on top of ssh for encrypted send.

You could use https://techarena51.com/index.php/in...tools-example/

Habitual 08-09-2016 07:03 AM

Simple, Secure Backups for Linux with rsync
discusses this subject.

JJJCR 08-09-2016 08:40 PM

Quote:

Originally Posted by L1n0xF0r0m (Post 5588232)
Is there a built in linux function that would help me send large file transfers using a schedule / automated file transfer method. I'd like to combine this feature with a hot folder / shared folder so I can transfer files automaticallly when someone uploads a file to that folder. Cheers for any advice.

If you want to transfer if someone upload a file or basically you want to transfer new files, then you need to monitor the folder via Cron and set a script or any program to check for any new files then do what is necessary.


All times are GMT -5. The time now is 10:31 PM.