Displaying 20 results from an estimated 30000 matches similar to: "[Bug 8039] New: rsync won't link unchanged files"
2013 Dec 19
5
[Bug 10334] New: rsync doesn't log hardlink-copies using --link-dest
https://bugzilla.samba.org/show_bug.cgi?id=10334
           Summary: rsync doesn't log hardlink-copies using --link-dest
           Product: rsync
           Version: 3.0.9
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: Kontakt at
2010 Sep 07
5
DO NOT REPLY [Bug 7668] New: Add --omit-symlink-times option, same purpose as --omit-dir-times
https://bugzilla.samba.org/show_bug.cgi?id=7668
           Summary: Add --omit-symlink-times option, same purpose as --omit-
                    dir-times
           Product: rsync
           Version: 3.0.7
          Platform: All
        OS/Version: FreeBSD
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: core
        AssignedTo: wayned at
2013 Mar 28
1
[Bug 9749] New: hardlinkes files are copies instat of make a link
https://bugzilla.samba.org/show_bug.cgi?id=9749
           Summary: hardlinkes files are copies instat of make a link
           Product: rsync
           Version: 3.0.9
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P3
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: dieter.ferdinand at
2012 Feb 08
1
[Bug 8751] New: rsync does not update symlink
https://bugzilla.samba.org/show_bug.cgi?id=8751
           Summary: rsync does not update symlink
           Product: rsync
           Version: 3.0.6
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: spamik at yum.pl
         QAContact:
2012 Mar 03
2
[Bug 8790] New: rsync stream file type
https://bugzilla.samba.org/show_bug.cgi?id=8790
           Summary: rsync stream file type
           Product: rsync
           Version: 3.0.6
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: Dave at Yost.com
         QAContact: rsync-qa at
2011 Feb 18
3
DO NOT REPLY [Bug 7959] New: erro occoure ! rsync can't auto exit
https://bugzilla.samba.org/show_bug.cgi?id=7959
           Summary: erro occoure ! rsync can't  auto  exit
           Product: rsync
           Version: 2.6.8
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: 490779618 at qq.com
  
2011 Nov 04
2
[Bug 8574] New: Missing option description for --exclude in man page
https://bugzilla.samba.org/show_bug.cgi?id=8574
           Summary: Missing option description for --exclude in man page
           Product: rsync
           Version: 3.0.8
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: gerd.katzenbeisser
2013 May 17
2
[Bug 9894] New: Rsync can silently zero out chunks in a file
https://bugzilla.samba.org/show_bug.cgi?id=9894
           Summary: Rsync can silently zero out chunks in a file
           Product: rsync
           Version: 3.0.9
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: an.m at outlook.com
     
2014 Jan 14
2
[Bug 10379] New: rsync metadata files
https://bugzilla.samba.org/show_bug.cgi?id=10379
           Summary: rsync metadata files
           Product: rsync
           Version: 3.1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: me at haravikk.com
         QAContact:
2014 Jun 22
4
[Bug 10668] New: Remote rsync daemon still showing deleted file
https://bugzilla.samba.org/show_bug.cgi?id=10668
           Summary: Remote rsync daemon still showing deleted file
           Product: rsync
           Version: 3.1.1
          Platform: x86
        OS/Version: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: ebsanford at
2014 Dec 25
8
[PATCH] Consider nanoseconds when quick-checking for unchanged files
On systems using nanoseconds differences should be taken into consideration.
--- a/generator.c	2014-06-14 01:05:08.000000000 +0200
+++ b/generator.c	2014-12-25 11:19:54.000000000 +0100
@@ -588,7 +588,13 @@
 	if (ignore_times)
 		return 0;
-	return cmp_time(st->st_mtime, file->modtime) == 0;
+	return cmp_time(st->st_mtime, file->modtime) == 0
+#ifdef ST_MTIME_NSEC
+	       ?
2011 Jul 19
2
[Bug 8309] New: Protect filter has no affect when in filter file.
https://bugzilla.samba.org/show_bug.cgi?id=8309
           Summary: Protect filter has no affect when in filter file.
           Product: rsync
           Version: 2.6.9
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: dan at dlo.me
        
2012 Feb 23
1
[Bug 8775] New: Preallocate option doesn't work with recursive?
https://bugzilla.samba.org/show_bug.cgi?id=8775
           Summary: Preallocate option doesn't work with recursive?
           Product: rsync
           Version: 3.1.0
          Platform: x64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: wgordonharris at
2013 Oct 04
1
[Bug 10181] New: --stats bug
https://bugzilla.samba.org/show_bug.cgi?id=10181
           Summary: --stats bug
           Product: rsync
           Version: 3.1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: RutleCorps at gmail.com
         QAContact: rsync-qa at
2010 Feb 12
9
DO NOT REPLY [Bug 7129] New: rsync 3.0.7 - unlink failed (21) - unable to delete directory
https://bugzilla.samba.org/show_bug.cgi?id=7129
           Summary: rsync 3.0.7 - unlink failed (21) - unable to delete
                    directory
           Product: rsync
           Version: 3.0.7
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: wayned at samba.org
      
2013 Feb 13
1
[Bug 9657] New: --compare-dest results inconsistent between major 2 and major 3
https://bugzilla.samba.org/show_bug.cgi?id=9657
           Summary: --compare-dest results inconsistent between major 2
                    and major 3
           Product: rsync
           Version: 3.0.9
          Platform: x64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
      
2015 Jul 02
8
[Bug 11378] New: Please add a '--line-buffered' option to rsync to make logging/output more friendly with pipes/syslog/CI systems/etc.
https://bugzilla.samba.org/show_bug.cgi?id=11378
            Bug ID: 11378
           Summary: Please add a '--line-buffered' option to rsync to make
                    logging/output more friendly with pipes/syslog/CI
                    systems/etc.
           Product: rsync
           Version: 3.1.1
          Hardware: All
                OS: All
            Status: NEW
         
2018 Mar 05
5
[Bug 13320] New: file contents cause rsync to fail (with certains args and dir structure)
https://bugzilla.samba.org/show_bug.cgi?id=13320
            Bug ID: 13320
           Summary: file contents cause rsync to fail (with certains args
                    and dir structure)
           Product: rsync
           Version: 3.1.3
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
         
2014 Jul 01
4
[Bug 10681] New: Add an option to delete non-existent files in --files-from
https://bugzilla.samba.org/show_bug.cgi?id=10681
           Summary: Add an option to delete non-existent files in
                    --files-from
           Product: rsync
           Version: 3.0.9
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
       
2014 Oct 07
7
[Bug 10857] New: weirdly named files fail remotely
https://bugzilla.samba.org/show_bug.cgi?id=10857
           Summary: weirdly named files fail remotely
           Product: rsync
           Version: 3.1.1
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: samba.org at tange.dk