chiark
/
gitweb
/
~mdw
/
rsync-backup
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
977d0da
)
rsync-backup.8: Put the variables in alphabetical order.
author
Mark Wooding
<mwooding@good.com>
Fri, 25 Jan 2013 18:31:15 +0000
(18:31 +0000)
committer
Mark Wooding
<mwooding@good.com>
Fri, 25 Jan 2013 18:31:15 +0000
(18:31 +0000)
rsync-backup.8
patch
|
blob
|
blame
|
history
diff --git
a/rsync-backup.8
b/rsync-backup.8
index e8276e4e9820f3171f778fcdc91957905f2326db..271a9d6c3cea1495ccbc63b0074ade96171b7ede 100644
(file)
--- a/
rsync-backup.8
+++ b/
rsync-backup.8
@@
-253,6
+253,18
@@
counter.
The following shell variables may be overridden by the configuration
file.
.TP
The following shell variables may be overridden by the configuration
file.
.TP
+.B HASH
+The hash function to use for verifying archive integrity. This is
+passed to the
+.B \-H
+option of
+.BR fshash ,
+so it must name one of the hash functions supported by your Python's
+.B hashlib
+module.
+The default is
+.BR sha256 .
+.TP
.B MAXLOG
The number of log files to be kept for each filesystem. Old logfiles
are deleted to keep the total number below this bound. The default
.B MAXLOG
The number of log files to be kept for each filesystem. Old logfiles
are deleted to keep the total number below this bound. The default
@@
-303,16
+315,6
@@
where
.I mntbkpdir
is the backup mount directory configured at build time.
.TP
.I mntbkpdir
is the backup mount directory configured at build time.
.TP
-.B HASH
-The hash function to use for verifying archive integrity. This is
-passed to the
-.B \-H
-option of
-.BR fshash ,
-so it must name one of the hash functions supported by your Python's
-.B hashlib
-module. The default is
-.BR sha256 .
.SS Hook functions
The configuration file may define shell functions to perform custom
actions at various points in the backup process.
.SS Hook functions
The configuration file may define shell functions to perform custom
actions at various points in the backup process.