How do I Set Up *.XLS/Subfolder Mirroring Between Two Unix Servers?
January 13, 2004 11:24 AM
Subscribe
I need to set up a mirror between two Unix servers. Basically, there a specific folder and all its sub-folders on one server I want mirrored on the other, but I only want files of a certainl type (.xls) to be mirrored. I also want to make sure that any changes made to the original (new subfolders or .xls files) show up on the mirror. Can anyone recommend any utilities or other methods to accomplish this?
posted by emptybowl to computers & internet (7 comments total)
Or pipe tar into ssh and pipe it back out to untar on the other end.
posted by cmonkey at 11:31 AM on January 13, 2004