I have used rsync to move files across previously however I want to know the best solution for moving across files from a directory that has new files added to it regularly and have this sync on the other remote server what is the best approach to do this?
Asked
Active
Viewed 203 times
1 Answers
1
You could use cron
to update your folder constantly, for example like in this case: Using crontab to execute script every minute and another every 24 hours

juanitolol
- 36
- 2