From b6abf79d60722dbee89e6270435d0b11c0dffa91 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 30 Nov 2003 14:27:42 +0000 Subject: relase 0.3 --copy-always --sort bi-directory merges --check-md git-svn-id: file:///home/lennart/svn/public/syrep/trunk@43 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- man/syrep.1.xml.in | 47 +++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 39 insertions(+), 8 deletions(-) (limited to 'man/syrep.1.xml.in') diff --git a/man/syrep.1.xml.in b/man/syrep.1.xml.in index 2b6e502..ce946b7 100644 --- a/man/syrep.1.xml.in +++ b/man/syrep.1.xml.in @@ -1,6 +1,6 @@ - - + + @@ -32,9 +32,11 @@ syrep [options...] --update DIRECTORY ... syrep [options...] --diff SNAPSHOT SNAPSHOT syrep [options...] --merge SNAPSHOT DIRECTORY + syrep [options...] --merge PATCH DIRECTORY + syrep [options...] --merge DIRECTORY DIRECTORY syrep [options...] --makepatch DIRECTORY SNAPSHOT syrep [options...] --extract SNAPSHOT ... - syrep [options...] --cleanup SNAPSHOT ... + syrep [options...] --cleanup DIRECTORY ... @@ -55,7 +57,18 @@

Syrep is able to cope with 64 bit file sizes. (LFS)

-

Syrep is optimized for speed. It may make use of a message digest cache to accelerate the calculation of digests of a whole directory hierarchy.

+

Syrep is optimized for speed. It may make use of a message + digest cache to accelerate the calculation of digests of a whole + directory hierarchy.

+ +

A syrep repository is a normal UNIX directory tree containing a + special directory .syrep with a file + current.syrep (called snapshot) which holds file + system history data. A directory is turned into a syrep repository + by running --update on it. Snapshots are used to + perform basic tasks like comparing repositories (command + --diff) or creating patches between them (command + --make-patch).

@@ -121,7 +134,7 @@ + +
@@ -184,23 +202,36 @@
-
+
+ + +
-- cgit