diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-09 21:31:20 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-09 21:31:20 -0500 |
commit | 2bf76b4465e0c91c3792309e633400a7f32360a5 (patch) | |
tree | 6a7b6595b83661fd980332ccd08369a8a4c459a9 | |
parent | 7bb9b3debb65b8fe1ebf89c42597f4a18cdffca6 (diff) | |
download | squashfu-2bf76b4465e0c91c3792309e633400a7f32360a5.tar.gz |
Don't require root for usage report. TODO: Add a warning that information might not be accurate
-rwxr-xr-x | squashfu | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |