I have configured Unison for synchronising files among servers. It takes a copy of a file from SERVER1
and replaces or copies the file to the other servers. I just added a folder directly onto SERVER2
, but SERVER1
(the base server) had an older copy of that folder and its contents. After using Unison to synchronise all of my files to SERVER2
, that folder was replaced by the older folder from SERVER1
.
Is there any way to recover files from SERVER2
? Does Unison itself maintain some version control or backups?