From 2bf76b4465e0c91c3792309e633400a7f32360a5 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 9 Jan 2010 21:31:20 -0500 Subject: Don't require root for usage report. TODO: Add a warning that information might not be accurate --- squashfu | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3