I have a bunch of files in proprietary format (.pdf, .doc, .wmv, etc) that I want to mirror on a server I have, for archival purposes as well as to be able to pull down the "asset repository" to another computer (from the server).

Basically I want GIT but for binary files. It would be nice if a revision history could be maintained for the Word documents (every "push" to the server overwrites the copy on the server but secretly the old copy would be saved somewhere).

The simplest thing is to use FTP, but it seems like an annoying way to manage, to have to manually rename the documents etc.

link|improve this question

62% accept rate
feedback

1 Answer

Maybe rsync with the --backup option

http://rsync.samba.org/ftp/rsync/rsync.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.