search for: max_protocol_version

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

2001 Sep 01
3
Patch to make rsync preserve access times
...************** > *** 45,53 **** > #define SAME_NAME SAME_DIR > #define LONG_NAME (1<<6) > #define SAME_TIME (1<<7) > > /* update this if you make incompatible changes */ > ! #define PROTOCOL_VERSION 24 > #define MIN_PROTOCOL_VERSION 15 > #define MAX_PROTOCOL_VERSION 30 > > --- 45,58 ---- > #define SAME_NAME SAME_DIR > #define LONG_NAME (1<<6) > #define SAME_TIME (1<<7) > + #define SAME_ACCESS_TIME SAME_TIME > + /* It would be nice if SAME_ACCESS_TIME could be seperate from SAME_TIME, > + ** since access times change...
2014 Jul 25
1
rsync 3.1.0/3.1.1 incompatible with 2.5.7
I develop GNU Parallel. GNU Parallel uses rsync to transfer files. GNU Parallel has a design goal of not requiring the users to change their setup to be able to use GNU Parallel. In other words: If you are called as a consultant to work on a Centos3 server untouched since 2007, then you can expect even the newest version of GNU Parallel will work flawlessly. Centos3 has rsync 2.5.7 installed. On