search for: xmit_same_high_rdev

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

2004 Apr 08
4
Device majors incorrectly set to 0 during rsync
OK. Didn't see anything about this in the archives, other than an old post from 2000 about a similar problem, so here goes. Feel free to contact me if I can provide anything else useful. Problem: -------- Major numbers on 64bit Solaris are being dropped, and created as 0 on recieving end. 32bit version works perfectly. Environment: ------------ Solaris 8 or Solaris 9 (haven't tried
2004 Apr 10
0
patches for copying atimes
...strerror(errno)); Index: rsync.h =================================================================== RCS file: /cvsroot/rsync/rsync.h,v retrieving revision 1.193 diff -u -w -r1.193 rsync.h --- rsync.h 9 Apr 2004 22:25:33 -0000 1.193 +++ rsync.h 10 Apr 2004 23:28:36 -0000 @@ -53,6 +53,7 @@ #define XMIT_SAME_HIGH_RDEV (1<<8) #define XMIT_HAS_IDEV_DATA (1<<9) #define XMIT_SAME_DEV (1<<10) +#define XMIT_SAME_ATIME (1<<11) /* These flags are used in the live flist data. */ @@ -61,7 +62,7 @@ #define FLAG_MOUNT_POINT (1<<2) /* sender only */ /* update this if you make incompat...