Displaying 5 results from an estimated 5 matches for "delay_upd".
2005 Jul 26
1
[patch] paranoid checksum checking
...- rsync-new/receiver.c	2005-07-26 18:06:56.000000000 +0100
*************** extern int module_id;
*** 46,51 ****
--- 46,52 ----
  extern int ignore_errors;
  extern int orig_umask;
  extern int keep_partial;
+ extern int always_checksum;
  extern int checksum_seed;
  extern int inplace;
  extern int delay_updates;
*************** int recv_files(int f_in, struct file_lis
*** 649,654 ****
--- 650,669 ----
  			exit_cleanup(RERR_FILEIO);
  		}
  
+                 /* Check that the file written to local disk has the same
+                    checksum as the file in the originating location.  This
+...
2013 Oct 24
0
patch for combining detect-renamed and fileflags patches (fwd)
...07:02:08.000000000 +0400
+++ detect-renamed.diff	2013-10-24 18:42:22.000000000 +0400
@@ -42,15 +42,15 @@
 diff --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_i...
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
    
2010 Jun 15
3
about rsyncing of block devices
...LLOC);
diff -pur rsync-3.0.7/receiver.c rsync-3.0.7.new/receiver.c
--- rsync-3.0.7/receiver.c	2009-04-12 20:48:59.000000000 +0100
+++ rsync-3.0.7.new/receiver.c	2010-06-15 15:13:13.577550534 +0100
@@ -49,6 +49,7 @@ extern int keep_partial;
 extern int checksum_seed;
 extern int inplace;
 extern int delay_updates;
+extern int copy_devices;
 extern mode_t orig_umask;
 extern struct stats stats;
 extern char *tmpdir;
@@ -286,7 +287,7 @@ static int receive_data(int f_in, char *
 
 #ifdef HAVE_FTRUNCATE
 	if (inplace && fd != -1
-	 && ftruncate(fd, offset) < 0) {
+	 && offset <...
2007 Sep 22
0
rsync build on IA64 using icc
...xternal declaration in primary source file
  extern int ignore_errors;
             ^
generator.c(53): remark #1419: external declaration in primary source file
  extern int remove_source_files;
             ^
generator.c(54): remark #1419: external declaration in primary source file
  extern int delay_updates;
             ^
generator.c(55): remark #1419: external declaration in primary source file
  extern int update_only;
             ^
generator.c(56): remark #1419: external declaration in primary source file
  extern int ignore_existing;
             ^
generator.c(57): remark #1419: external...