search for: opt_no_d

Displaying 2 results from an estimated 2 matches for "opt_no_d".

2009 Oct 15
1
PATCH: --write-devices to allow synchronising to a block device
...ls preserve special files\n"); rprintf(F," -D same as --devices --specials\n"); rprintf(F," -t, --times preserve modification times\n"); @@ -508,6 +510,7 @@ {"no-D", 0, POPT_ARG_NONE, 0, OPT_NO_D, 0, 0 }, {"devices", 0, POPT_ARG_VAL, &preserve_devices, 1, 0, 0 }, {"no-devices", 0, POPT_ARG_VAL, &preserve_devices, 0, 0, 0 }, + {"write-devices", 'w', POPT_ARG_NONE, 0, 'w', 0, 0 }, {"specials",...
2010 Jun 15
3
about rsyncing of block devices
...quot;); rprintf(F," -D same as --devices --specials\n"); rprintf(F," -t, --times preserve modification times\n"); @@ -507,6 +509,7 @@ static struct poptOption long_options[] {"no-D", 0, POPT_ARG_NONE, 0, OPT_NO_D, 0, 0 }, {"devices", 0, POPT_ARG_VAL, &preserve_devices, 1, 0, 0 }, {"no-devices", 0, POPT_ARG_VAL, &preserve_devices, 0, 0, 0 }, + {"copy-devices", 0, POPT_ARG_NONE, &copy_devices, 0, 0, 0 }, {"specials",...