Saturday, November 22, 2014

sync - Two-way syncing folders between PCs and smb share


I have a file server running OpenSolaris and couple of laptops plus a desktop all running Windows 7. I'd like to sync folders between the laptops and desktop via the server. What would be a good software to do this? Essentially any software that can do two-way sync between smb share and local folder would be fine.


Answer




Unison
allows the same version of files to be
maintained on multiple computing
devices. In other words, when two
devices are synchronized, the user can
be sure that the most current version
of a file is available on both
devices, regardless of where it was
last modified.



No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...