Displaying 6 results from an estimated 6 matches for "prune_empty_dirs".
2011 Jan 11
1
--detect-renamed for mac users : proposition of a modification
...e with one of the
modifications of fileflags.diff
The problem is minor :
a) fileflags.diff inserts "extern int force_change;"
line 33
diff --git a/compat.c b/compat.c
--- a/compat.c
+++ b/compat.c
@@ -42,9 +42,11 @@ extern int checksum_seed;
extern int basis_dir_cnt;
extern int prune_empty_dirs;
extern int protocol_version;
+extern int force_change;
extern int protect_args;
extern int preserve_uid;
extern int preserve_gid;
b) detect-renamed.diff overlaps the previous hunk of fileflags.diff :
line 36 :
diff --git a/compat.c b/compat.c
--- a/compat.c
+++ b/compat.c
@@ -42,6 +4...
2013 Oct 24
0
patch for combining detect-renamed and fileflags patches (fwd)
...-git a/compat.c b/compat.c
--- a/compat.c
+++ b/compat.c
-@@ -43,6 +43,7 @@ extern int checksum_seed;
+@@ -39,6 +39,7 @@
+ extern int fuzzy_basis;
+ extern int read_batch;
+ extern int delay_updates;
++extern int detect_renamed;
+ extern int checksum_seed;
extern int basis_dir_cnt;
extern int prune_empty_dirs;
- extern int protocol_version;
-+extern int detect_renamed;
- extern int protect_args;
- extern int preserve_uid;
- extern int preserve_gid;
-@@ -123,6 +124,7 @@ void set_allow_inc_recurse(void)
+@@ -125,6 +126,7 @@
allow_inc_recurse = 0;
else if (!am_sender
&& (delete_before ||...
2023 Jul 03
0
[PATCH] Add option --log-after to log after moving file into place
...int output_motd = 1;
int log_before_transfer = 0;
+int log_after_transfer = 0;
int stdout_format_has_i = 0;
int stdout_format_has_o_or_i = 0;
int logfile_format_has_i = 0;
@@ -769,6 +772,7 @@ static struct poptOption long_options[] = {
{"no-m", 0, POPT_ARG_VAL, &prune_empty_dirs, 0, 0, 0 },
{"log-file", 0, POPT_ARG_STRING, &logfile_name, 0, 0, 0 },
{"log-file-format", 0, POPT_ARG_STRING, &logfile_format, 0, 0, 0 },
+ {"log-after", 0, POPT_ARG_VAL, &log_after_transfer, 1, 0, 0 },
{"out-format&quo...
2010 Jun 15
3
about rsyncing of block devices
Hiya,
I can see it's a regular subject on this list.
I, like others wanted to use rsync to synchronise two block
devices (as it happens one lvm volume and one nbd device served
by qemu-img on a remote host from a qcow2 disk image so that I
can keep the old versions)
As I couldn't find any report of it being done successfully,
I'm just sharing my findings as it might benefit others.
2006 Apr 03
30
DO NOT REPLY [Bug 3653] New: Silence 'vanished files' messages
https://bugzilla.samba.org/show_bug.cgi?id=3653
Summary: Silence 'vanished files' messages
Product: rsync
Version: 2.6.8
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: count-samba@flatline.de
2007 Sep 22
0
rsync build on IA64 using icc
...remark #1419: external declaration in primary source file
extern int io_error;
^
exclude.c(33): remark #1419: external declaration in primary source file
extern int local_server;
^
exclude.c(34): remark #1419: external declaration in primary source file
extern int prune_empty_dirs;
^
exclude.c(35): remark #1419: external declaration in primary source file
extern int delete_mode;
^
exclude.c(36): remark #1419: external declaration in primary source file
extern int delete_excluded;
^
exclude.c(37): remark #1419: external declaratio...