0

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?

Zabs
  • 13,852
  • 45
  • 173
  • 297

1 Answers1

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