Skip to content
This repository was archived by the owner on Feb 7, 2021. It is now read-only.

Commit 68b25c7

Browse files
committedMar 23, 2016
Update README.md
1 parent b78b209 commit 68b25c7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed
 

‎README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1-
# svn-backup
1+
# SVN backup
22
Lightweight script for SVN backup
3+
4+
This script creates complete SVN dumps of all repositories within `$repo_dir` to `$backup_dir`.
5+
Backup is only made when the repo revision is greater than the one of the previous backup.
6+
7+
Only one backup of a repo is kept.
8+
9+
The script implies that the repository names are "prefix codes", i.e. none of
10+
their names begin with an other repo name (eg. "test" and "test-2")
11+
12+
Compression is made with XZ (LZMA 2).

0 commit comments

Comments
 (0)