Re: Questions about a script for regular backups
From: Andreas Stieger <Andreas.Stieger_at_gmx.de>
Date: Thu, 22 Aug 2019 15:29:04 +0200
Hello,
> In order to write a backup script in the Windows batch
The dump format is not the best option for backups. The restore time is much too slow as you need to recover from a serialized format. In many hand-baked scripts the dump method misses point-in-time recovery capabilities, and few people implement backup usability checks by loading the dump. If you have content-aware file based backup software available use that in the on-disk repository format. Just make sure you take a consistent snapshot, which can be achieved by briefly locking it (svnadmin lock) or operating on a consistent copy (svnadmin hotcopy).
Andreas
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.