Answer the question
In order to leave comments, you need to log in
How can I do versioned synchronization of Windows Server - Linux directories?
On Windows Server, there is a directory with a large number of files and a total volume of just under a terabyte.
You need to synchronize its state with the directory in linux with file versioning support.
Those. according to the schedule, you need to pick up (or send) files from the Windows Server to the linux server, but only new or changed ones.
On a linux server, new files must be written with the directory structure preserved, and for changed files, an additional version of the file must be written (this can be a prefix or suffix, or an additional directory with history).
Something like vss only on a remote server and on linux or git for backup.
Answer the question
In order to leave comments, you need to log in
As an option.
And what about the fact that not the windows server created a backup, but the linux server took the files for backup? There are a lot of options on how to give *nix access to files, but here there is a list of various backup utilities, including those that can version and incremental backups, and actually restic itself, from the github of which the
PS link was taken, there are also cross-platform ones in the list utilities like kopia
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question