适用于 Windows 的文件版本控制同步



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

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

>VBackup 可以解决问题!

从网站:

VBackup 是一个用于 Windows 的命令行程序,用于使 目录的备份副本。

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

VBackup 版本 0.7 (免费软件) 版权所有 (c) 2010 查尔斯·普林纳斯.都 版权。

用法: 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 文件 [文件] 仅与名称/掩码匹配的备份文件/XF 文件 [文件] 排除与名称/掩码匹配的文件 /ID dir [dir] 仅与名称/掩码匹配的备份目录 /XD 目录 [目录] 排除与名称/掩码匹配的目录

/IFV 文件 [文件] 只做匹配的文件的版本备份 名称/掩码/XFV 文件 [文件] 不要对文件进行版本备份 匹配名称/掩码

    /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:BackupsSource /XF *.tmp *.bak /XD Release Debug /NAME:"Version 11"
   VBackup /R D:BackupsSource C:Source.Restore
   VBackup /R /NAME:"Version 11" D:BackupsSource "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

相关内容

  • 没有找到相关文章

最新更新