Displaying 6 results from an estimated 6 matches for "g6dd0e".
2008 Mar 11
1
[PATCH] Add --no-y.
...uzzy_basis, 0, 0, 0 },
{"compress", 'z', POPT_ARG_NONE, 0, 'z', 0, 0 },
{"no-compress", 0, POPT_ARG_VAL, &do_compression, 0, 0, 0 },
{"no-z", 0, POPT_ARG_VAL, &do_compression, 0, 0, 0 },
--
1.5.4.3.193.g6dd0e
2008 Mar 11
0
[PATCH] Comment an obscure bit of code that sets the --suffix-dels default.
...sistency with server_options, which sends --suffix-dels
+ * to the server iff it differs from --suffix. */
if (!backup_suffix_dels)
backup_suffix_dels = backup_dir_dels && !am_server ? "" : backup_suffix;
backup_suffix_dels_len = strlen(backup_suffix_dels);
--
1.5.4.3.193.g6dd0e
2008 Mar 11
0
[PATCH] Improve --help descriptions of --*-dels options.
...," -u, --update skip files that are newer on the receiver\n");
rprintf(F," --inplace update destination files in-place (SEE MAN PAGE)\n");
rprintf(F," --append append data onto shorter files\n");
--
1.5.4.3.193.g6dd0e
2008 Mar 09
5
--backup-dir-dels=DIR patch
Hi All,
I think I am missing something with the backup-dir-dels.diff patch.
How does that differ from the original --backup -backup-dir=DIR
option? Using the original one works fine (on patched or non-patched
rsync), putting deleted source files into the DIR on destination, but
when I run --backup -backup-dir-dels=DIR, nothing happens to the
deleted files. Rob D
2008 Mar 19
0
[PATCH] Unsnarl missing_below/dry_run logic.
...--delete-after pass skipped when last dir is dry-missing
+$RSYNC -n -r --delete-after -i "$fromdir/" "$todir/" | tee "$scratchdir/out"
+grep '^\*deleting other' "$scratchdir/out" >/dev/null \
+ || test_fail 'test 3 failed'
--
1.5.4.3.193.g6dd0e
2008 Mar 17
0
[PATCH] Attempt to rewrite the description of the filter parameters in rsyncd.conf.yo.
...of "exclude from" for a file of daemon include
+patterns. Only one "include from" parameter can apply to a given module.
dit(bf(incoming chmod)) This option allows you to specify a set of
comma-separated chmod strings that will affect the permissions of all
--
1.5.4.3.193.g6dd0e