Commit 01901485 authored by dgaudet's avatar dgaudet

Man page update from roland <devzero@web.de>.

git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@765 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
New in v1.1.6 (????/??/??) New in v1.1.6 (????/??/??)
-------------------------- --------------------------
Man page update from roland <devzero@web.de>.
--min-file-size/--max-file-size support. (Patch from Wout Mertens.) --min-file-size/--max-file-size support. (Patch from Wout Mertens.)
Mac OS X Extended Attributes support. (Patch from Andrew Ferguson.) Mac OS X Extended Attributes support. (Patch from Andrew Ferguson.)
......
...@@ -71,6 +71,9 @@ Enter calculate average mode. The arguments should be a number of ...@@ -71,6 +71,9 @@ Enter calculate average mode. The arguments should be a number of
statistics files. rdiff-backup will print the average of the listed statistics files. rdiff-backup will print the average of the listed
statistics files and exit. statistics files and exit.
.TP .TP
.B \-\-carbonfile
Enable backup of MacOS X carbonfile information.
.TP
.B \-\-check-destination-dir .B \-\-check-destination-dir
If an rdiff-backup session fails, running rdiff-backup with this If an rdiff-backup session fails, running rdiff-backup with this
option on the destination dir will undo the failed directory. This option on the destination dir will undo the failed directory. This
...@@ -295,6 +298,12 @@ this may happen (with a warning) because the destination does not ...@@ -295,6 +298,12 @@ this may happen (with a warning) because the destination does not
support them or because the relevant user/group names do not exist on support them or because the relevant user/group names do not exist on
the destination side. the destination side.
.TP .TP
.B \-\-no-acls
No Access Control Lists - disable backup of ACLs
.TP
.B \-\-no-carbonfile
Disable backup of MacOS X carbonfile information
.TP
.B \-\-no-compare-inode .B \-\-no-compare-inode
This relatively esoteric option prevents rdiff-backup from flagging a This relatively esoteric option prevents rdiff-backup from flagging a
file as changed when its inode changes. This option may be useful if file as changed when its inode changes. This option may be useful if
...@@ -314,6 +323,9 @@ Do not compress increments based on files whose filenames match ...@@ -314,6 +323,9 @@ Do not compress increments based on files whose filenames match
regexp. The default includes many common audiovisual and archive regexp. The default includes many common audiovisual and archive
files, and may be found in Globals.py. files, and may be found in Globals.py.
.TP .TP
.B \-\-no-eas
No Extended Attributes support - disable backup of EAs.
.TP
.B \-\-no-file-statistics .B \-\-no-file-statistics
This will disable writing to the file_statistics file in the This will disable writing to the file_statistics file in the
rdiff-backup-data directory. rdiff-backup will run slightly quicker rdiff-backup-data directory. rdiff-backup will run slightly quicker
...@@ -339,6 +351,10 @@ or ...@@ -339,6 +351,10 @@ or
.B \-\-list-increments .B \-\-list-increments
switches, where the time will be given in seconds since the epoch. switches, where the time will be given in seconds since the epoch.
.TP .TP
.B \-\-override-chars-to-quote
.TP
If the filesystem to which we are backing up is not case-sensitive, automatic 'quoting' of characters occurs. For example, a file 'Developer.doc' will be converted into ';068eveloper.doc'. To override this behavior, you need to specify this option.
.TP
.B \-\-preserve-numerical-ids .B \-\-preserve-numerical-ids
If set, rdiff-backup will preserve uids/gids instead of trying to If set, rdiff-backup will preserve uids/gids instead of trying to
preserve unames and gnames. See the preserve unames and gnames. See the
...@@ -363,6 +379,9 @@ and see the ...@@ -363,6 +379,9 @@ and see the
.B RESTORING .B RESTORING
section for more information on restoring. section for more information on restoring.
.TP .TP
.BI "\-\-remote-cmd " cmd
Deprecated. Please use \-\-remote-schema instead
.TP
.BI "\-\-remote-schema " schema .BI "\-\-remote-schema " schema
Specify an alternate method of connecting to a remote computer. This Specify an alternate method of connecting to a remote computer. This
is necessary to get rdiff-backup not to use ssh for remote backups, or is necessary to get rdiff-backup not to use ssh for remote backups, or
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment