svn - Subversion: is it possible to backup only the delta since the last backup? -
Do anyone know here that it is possible to back up only part of the repository for replacement being replaced since the last backup Is: Delta)?
Practically, it can be done full backup every midnight and some hours like Delta. If there was an accident at 11:07 then one will have to use the full midnights full backup and all deltas will be applied on it, thus only seven minutes will be lost.
In addition, if this is possible, it can be done in "hot-backup" mode (if it is the correct word for it), this is while other users are operating, especially checking on the repository We do.
It is definitely possible that you modify all of (from_rev) To dump changes, you can svnadmin dump -r (from_rev) --incremental
(if you modify the - incremental
, (from_rev) The contents of it will be completely thrown away). All cuts are atoms, so you can do a hot-backup like this - which are still running, it can not be on this dump but in the next one.
Comments
Post a Comment