How do I back up a remote SVN repository

后端 未结 9 739
生来不讨喜
生来不讨喜 2020-12-22 20:28

I am currently moving my SVN server from my home server to my remote server so I can access it more easily from other locations. My remote server is not backed up so I want

9条回答
  •  Happy的楠姐
    2020-12-22 20:44

    rsync (or DeltaCopy which is a Windows UI on top of it) would be a good choice to incrementally copy the complete repository at the filesystem level.

    You can also use svnsync to copy new revisions directly from one SVN server to another.

提交回复
热议问题