Windows的文件版本控制同步

时间:2013-01-25 18:35:19

标签: windows file synchronization rsync

我想监视文件夹中的更改并保存正在更改的文件的不同版本。我不想同步更改,而是维护一个记录文件夹所有更改的被动存储库。有没有很好的免费软件程序呢?

我无法在文件夹中设置存储库,因为我只具有对它的只读权限。有什么建议吗?

1 个答案:

答案 0 :(得分:0)

VBackup可以解决问题!

来自网站:

  

VBackup是Windows的命令行程序,用于制作   备份目录副本。

     

它的功能类似于XCOPY和ROBOCOPY,但是,VBackup   实现文件版本控制。这意味着您不仅可以恢复   来自最新备份的文件,但您也可以从任何备份中恢复它们   以前的备份。

     

VBackup版本0.7(免费软件)版权所有(c)2010 Charles Prineas。所有   保留权利。

     

用法:VBackup源目的地[选项]

       Source   The directory to back up
  Destination   The directory where Source will be backed up to :: :: Options: ::
           /?   Display this help screen
           /C   Continue with backup if an error occurs
           /R   Restore the latest backup
          /RP   Restore previous backup (you will be prompted with available backups)
 /RP:YYYYMMDD   Restore backup made on YYYY/MM/DD
           /L   List Only - do not backup any files
           /Q   Quiet mode - suppress output
          /NS   Do not backup subdirectories
         /LSK   Log skipped files
         /LUN   Log unchanged files
         /NBS   Do not create a backup set
     

/ IF file [file]仅匹配名称/掩码/ XF文件的备份文件   [file]排除与名称/掩码匹配的文件       / ID dir [dir]仅匹配名称/掩码的备份目录       / XD dir [dir]排除目录匹配名称/掩码

     

/ IFV文件[file]仅对匹配的文件进行版本备份   name / mask / XFV file [file]不要对文件进行版本备份   匹配名称/掩码

    /MAX:size   Do not back up files greater than size
   /MAXV:size   Do not make version backups of files greater than size

   /NAME:name   Give the backup a meaningful name (which can be used when restoring)
    /LOG:file   Output to log file (overwrite existing log)
   /LOG+:file   Output to log file (append to existing log)
 /UNILOG:file   Output to Unicode log file (overwrite existing log)
/UNILOG+:file   Output to Unicode log file (append to existing log) :: :: Examples: ::
   VBackup C:\Source D:\Backups\Source /XF *.tmp *.bak /XD Release Debug /NAME:"Version 11"
   VBackup /R D:\Backups\Source C:\Source.Restore
   VBackup /R /NAME:"Version 11" D:\Backups\Source "C:\Source.Version 11" :: :: Notes: ::
   Use quotes around names if they contain spaces
   Only ONE source directory can be specified
   File names (or masks) must be passed using /IF
   You can only restore to an empty (or non-existent) directory :: :: Contact: ::
   http://www.fileviewer.com/vbackup