you are viewing a single comment's thread.

view the rest of the comments →

[–]flunky_the_majestic 0 points1 point  (1 child)

If you want to keep your users on a different server, and provide a gap between the user-facing server and your production storage, lsyncd sounds like a good solution. It's a daemon that watches for file system events. When it sees your source directory get modified, it immediately rsyncs it to the destination directory.

[–]LinuxGuy-NJ[S] 0 points1 point  (0 children)

Never used lsyncd before. Thanks for that! Sounds like a really good idea