Re: How to restore repositories from backup server

2024-12-27 Thread Ryan Carsten Schmidt
On Dec 27, 2024, at 15:44, Bo Berglund wrote: > > Well there are 11 repositories totalling 18.8 GB in size > So a full backup is not a simple task, also regarding disk space on the > virtualized server. Don't know how much disk it actually has. You could do a trial run on a local machine instead

Re: How to restore repositories from backup server

2024-12-27 Thread Bo Berglund
On Fri, 27 Dec 2024 21:31:05 +0100, Daniel Sahlberg wrote: >> svnadmin load E:\SVNREPOS\repositoryname < dumpfilename >> >> I don't want to do this erroneously and screw up the repositories > > >Do a backup and just try? Well there are 11 repositories totalling 18.8 GB in size So a full bac

Re: How to restore repositories from backup server

2024-12-27 Thread Daniel Sahlberg
fre 27 dec. 2024 kl. 16:46 skrev Bo Berglund : > On Mon, 23 Dec 2024 14:13:57 +0100, Timofei Zhakov > wrote: > > >> 2) Is there a load command version where one specifies the file other > than > >> piping a cat to it? What happens with binary files in this cat > operation? > >> > > > >Yes, there

Re: How to restore repositories from backup server

2024-12-27 Thread Bo Berglund
On Fri, 27 Dec 2024 12:36:14 -0600, Ryan Carsten Schmidt wrote: >On Dec 27, 2024, at 12:02, Bo Berglund wrote: >> >> Notice the absence of the -F argument on our actual server! :( > >The -F flag was added to svnrdump in Subversion 1.12.0: > >I guess your server has an older version. > I think i

Re: How to restore repositories from backup server

2024-12-27 Thread Ryan Carsten Schmidt
On Dec 27, 2024, at 12:02, Bo Berglund wrote:Notice the absence of the -F argument on our actual server! :(The -F flag was added to svnrdump in Subversion 1.12.0:Let 'svnrdump' read/write a file instead of stdin/stdout. · apache/subversion@c4c996dgithub.comI guess your server has an older version. 

Re: How to restore repositories from backup server

2024-12-27 Thread Bo Berglund
On Fri, 27 Dec 2024 16:44:05 +0100, Bo Berglund wrote: >So it seems like this svnadmin does not actually have an -F argument... > >Do I really have to *pipe* a cat of the dumpfile into svnadmin? >In that case what is the Windows version of cat? > > >So I looked in the RedBean "manual" and found t

Re: How to restore repositories from backup server

2024-12-27 Thread Bo Berglund
On Mon, 23 Dec 2024 14:13:57 +0100, Timofei Zhakov wrote: >> 2) Is there a load command version where one specifies the file other than >> piping a cat to it? What happens with binary files in this cat operation? >> > >Yes, there is an option to pass the path to the dumpfile instead: > > -F [--f