aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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