[PATCH] Document some missing command-line options

Alex Vandiver alexmv at bestpractical.com
Tue Apr 27 04:21:49 UTC 2010


---
 brackup |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/brackup b/brackup
index e740b55..b315118 100755
--- a/brackup
+++ b/brackup
@@ -30,6 +30,10 @@ for more.
 Optional.  Defaults to "source-target-YYYYMMDD.brackup".  This is the 
 "metafile" index you'll need to do a restore.
 
+=item --config=FILE
+
+Specify the configuration file to use; defaults to ~/.brackup
+
 =item --save-stats[=FILE]
 
 Optional.  Flag to indicate that stats output should be recorded to a
@@ -39,6 +43,21 @@ file. If =FILE is omitted, defaults to "source-target-YYYYMMDD.stats."
 
 Show status during backup.
 
+=item --dry-run
+
+Don't actually store any data on the target.
+
+=item --du-stats
+
+Prints the size, in kB, of data underneath each directory
+(recursively) which will be backed up.
+
+=item --zenityprogress
+
+Produces output suitable for piping into C<zenity --progress> to get a
+pretty GUI progress bar while running a backup.  This option is
+incompatable with C<--verbose>, as both print to STDOUT.
+
 =back
 
 =head1 WARRANTY
-- 
1.7.0.5



More information about the brackup mailing list