From aca7dd3bff75e7acd3912e0e9e084b350ee04ee8 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 4 Sep 2014 13:06:13 -0700 Subject: Adding the long options that BackupPC likes to use. --- packaging/cull_options | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'packaging/cull_options') diff --git a/packaging/cull_options b/packaging/cull_options index 44b48d10..388d33f0 100755 --- a/packaging/cull_options +++ b/packaging/cull_options @@ -6,12 +6,23 @@ use strict; our %short_no_arg; our %short_with_num; -our %long_opt = ( +our %long_opt = ( # These include some extra long-args that BackupPC uses: + 'block-size' => 1, 'daemon' => -1, 'debug' => 1, 'fake-super' => 0, + 'fuzzy' => 0, + 'group' => 0, + 'hard-links' => 0, + 'ignore-times' => 0, 'info' => 1, + 'links' => 0, 'log-file' => 3, + 'one-file-system' => 0, + 'owner' => 0, + 'perms' => 0, + 'recursive' => 0, + 'times' => 0, ); our $last_long_opt; -- cgit v1.2.3