Le mer. 13 janv. 2021 à 23:25, Bo Berglund a écrit :
>
> On Wed, 13 Jan 2021 12:58:59 +0100, Pierre Fourès
> wrote:
>
> Thanks for your comments Pierre! :)
>
You're welcome.
> So you mean I need to shut down the svn server first?
> I don't know how to do that since svn is kind of integrated wit
On Wed, 13 Jan 2021 12:58:59 +0100, Pierre Fourès
wrote:
Thanks for your comments Pierre! :)
>I understand your point and have done similar setup. I've first started
>using a local svnadmin hotcopy to create a clean and safe copy of my
>repository, and then, rsynced this folder to my remote serv
sort -z | xargs -0 -I % sh -c 'echo %; svnadmin hotcopy --incremental
/path/to/your/repos/% /path/to/svn-hot-copies/repos/%;'
Regards,
Juan G. Covas
Balearic Islands
De: Mark Phippard
Enviado el: miércoles, 13 de enero de 2021 12:54
Para: Bo Berglund
CC: Subversion
Asunto: Re
Hi Bo,
I understand your point and have done similar setup. I've first started
using a local svnadmin hotcopy to create a clean and safe copy of my
repository, and then, rsynced this folder to my remote server. As I can
handle a downtime on my svn server (in the middle of the night), I've
switched
On Wed, Jan 13, 2021 at 6:16 AM Bo Berglund wrote:
> I would like to set up a cron job to backup the repositories on an svn
> server to
> a Synology NAS.
>
> The repositories reside in /var/lib/svn and comprise about 6 Gb worth of
> files
> in 12 different directories.
> These are svnsync:ed nigh
Den ons 13 jan. 2021 kl 12:16 skrev Bo Berglund :
> Please advice...
>
You can probably get started by taking a look at the Repository Backup
section of the SVN Book
http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.backup
//Daniel