aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-09 21:31:20 -0500
committerDave Reisner <d@falconindy.com>2010-01-09 21:31:20 -0500
commit2bf76b4465e0c91c3792309e633400a7f32360a5 (patch)
tree6a7b6595b83661fd980332ccd08369a8a4c459a9
parent7bb9b3debb65b8fe1ebf89c42597f4a18cdffca6 (diff)
downloadsquashfu-2bf76b4465e0c91c3792309e633400a7f32360a5.tar.gz
Don't require root for usage report. TODO: Add a warning that information might not be accurate
-rwxr-xr-xsquashfu5
1 files changed, 4 insertions, 1 deletions
diff --git a/squashfu b/squashfu
index 15b10c6..c8d53af 100755
--- a/squashfu
+++ b/squashfu
@@ -265,6 +265,9 @@ OPTIONS
Specify an alternate location to a config file that will override defaults
provided in /etc/squashfu.conf.
+ --report
+ Provide a usage report after the backup has completed.
+
--resquash
To be used with the -B operation. This forces a new squashed seed to be
created when the backup finishes. The original seed and incrementals are
@@ -303,7 +306,7 @@ dispatch_backup () {
}
dispatch_report () {
- am_i_root
+ #am_i_root
# If no arg supplied, no need to parse
[[ -z $1 ]] && print_usage