Wayne Davison
d1c80404fe
Output "UNKNOWN" if starttime or endtime is -1.
...
Fixes bug 11382.
2016-04-17 16:11:04 -07:00
Wayne Davison
9a12959ab6
Support only splitting users/groups on commas.
...
Fixes bug 11817.
2016-04-17 15:56:11 -07:00
Wayne Davison
070c810e2d
Tweak non-fatal output when man pages cannot be created.
2016-04-17 11:43:46 -07:00
Wayne Davison
71ec4609eb
Fix use of obsolete compile macro.
...
Fixes bug 11813.
2016-04-17 11:20:38 -07:00
Wayne Davison
0f7db203fb
Only output about new backup dirs when requested.
...
Fixes bug 11812.
2016-04-17 11:06:58 -07:00
Wayne Davison
4e25abc9a9
Fix/improve the sort functions.
...
Fixes bug 11704.
2016-01-31 14:40:51 -08:00
Wayne Davison
839dbff2aa
Add support for comparing nanoseconds on the receiver.
...
This patch adds the ability to specify --modify-window=-1 (aka -@-1) to
ask rsync to compare files with the full nanosecond timestamps. The
default is still -@0 for the moment, which ignores nanoseconds in time
comparisons. Changing the default to -1 would cause a copy from ext4 to
ext3 to constantly compare as different, or a copy there and back again
to do a full copy as it zeroed all the nanosecond times. Such a change
might be too much of a functional difference for things like backup
solutions to handle without a warning period. The current plan is to
support nanosecond comparisons for those that want them, and possibly
change the default window value from 0 to -1 at some point in the
future.
2016-01-24 11:16:10 -08:00
Wayne Davison
f6f5ea4173
Prepare the repository for more development.
2016-01-24 11:12:32 -08:00
Wayne Davison
9a37d9cb1e
Fix a tweak that should have been untweaked.
2015-12-24 13:09:47 -08:00
Wayne Davison
16b49716d5
Preparing for release of 3.1.2
v3.1.2
2015-12-21 12:00:49 -08:00
Wayne Davison
58faa1e8b9
Improve the "use chroot" & "numeric ids" info a bit more.
2015-12-21 11:56:33 -08:00
Wayne Davison
9250e9ac23
Improve the comment a bit more.
2015-12-21 10:54:02 -08:00
Wayne Davison
3623d94fe7
Fix rule for out-of-tree builds.
...
Fixes bug 11635.
2015-12-18 16:09:58 -08:00
Wayne Davison
cbc42b9c16
Don't allow an empty flag name to --info & --debug.
2015-12-18 14:46:28 -08:00
Wayne Davison
6ff5824c25
Document expand_item_list's args & make sure incr==0 works OK.
2015-12-18 14:41:22 -08:00
Wayne Davison
32de6b7cb4
Fix return of stat info from try_dests_reg().
...
The try_dests_reg() function could sometimes tweak the stat struct's
info when it should have been left unchanged. This fixes bug 11545
(where an ACL check of a file that was mistakenly thought to be a
directory failed).
2015-12-05 11:10:24 -08:00
Wayne Davison
bb853b3205
Add -wo option for write-only rrsync mode.
2015-09-13 16:23:54 -07:00
Wayne Davison
cce44865c1
Fixed logging of %b & %c when using --log-file.
...
The %b and %c escapes were outputting cumulative values when logged via
--log-file only (the bug didn't affect daemon transfer logging or the
output of the client's --out-format info). Also unified the %b & %c
switch case to make it easier to maintain. Fixes bug 11496.
2015-09-07 10:07:17 -07:00
Wayne Davison
1983198097
Add support for netbsd in xattrs case.
...
Closes bug-suggestion 11484.
2015-09-02 12:20:52 -07:00
Wayne Davison
2a7355fb56
Change daemon's gid list to use an "item_list".
2015-08-24 11:54:00 -07:00
Wayne Davison
3da1dc4d18
Add configure option to set max daemon gid list.
...
Fixes bug 11456.
2015-08-24 10:09:57 -07:00
Wayne Davison
abfb41e63e
Avoid creating even the top-level backup dir until needed.
...
Fixes bug 11423.
2015-08-23 21:58:18 -07:00
Wayne Davison
9d1cd2437c
Improve make_path() error return for non-dir element.
2015-08-23 21:55:16 -07:00
Wayne Davison
f8d2ecd223
Preparing for release of 3.1.2pre1
v3.1.2pre1
2015-08-08 12:47:35 -07:00
Wayne Davison
453914e35b
Update the copyright year.
2015-08-08 12:47:03 -07:00
Wayne Davison
3f26e38f86
Mention latest fixes.
2015-08-08 12:42:13 -07:00
Wayne Davison
81d1ca0683
Don't create so many empty backup dirs.
...
Fixes bug 10724.
2015-08-08 12:19:42 -07:00
Wayne Davison
289ccbd02f
Allow samba.org hostname to be overridden.
2015-08-02 11:15:17 -07:00
Wayne Davison
85d3877be9
Improve mergedir filter handling internals.
...
Fixes bug 10995.
2015-07-13 10:56:13 -07:00
Wayne Davison
e203245d76
Make sure chk subdir can't diverge in time from its src subdir.
2015-07-12 14:00:45 -07:00
Wayne Davison
dfbcc4f7ec
Avoid --remove-sent-file issue for non-regular files.
2015-07-12 13:26:01 -07:00
Wayne Davison
0bcb8b639a
Mention local-only effect of --msgs2stderr.
2015-07-12 13:10:05 -07:00
Wayne Davison
77f750f167
Mention how we handle a module named "global".
2015-07-12 10:38:32 -07:00
Wayne Davison
23afe20780
Brant Gurganus's autoconf updates.
...
This improves some obsolete autoconf macros and increases the minimum
autoconf version from 2.60 to 2.69. Fixes bug 11369.
2015-07-07 10:37:12 -07:00
Wayne Davison
e12a6c087c
Add parent-dir validation for --no-inc-recurse too.
2015-07-04 16:25:23 -07:00
Wayne Davison
6feb7d37df
Change "fail" to "test_fail".
...
Fixes bug 11322.
2015-06-10 15:20:01 -07:00
Wayne Davison
81ff413bb0
Make the checksum_seed a bit harder to predict.
2015-05-11 14:32:45 -07:00
Wayne Davison
eac858085e
Add compat flag to allow proper seed checksum order.
...
Fixes the equivalent of librsync's CVE-2014-8242 issue.
2015-05-11 12:36:20 -07:00
Wayne Davison
2ac35b4507
Pass -I option to aclocal.
2015-05-01 15:17:41 -07:00
Tiziano Müller
3bc319766d
Use AS_IF instead of plain if/then/fi
2015-05-01 14:26:21 -07:00
Tiziano Müller
a689fb1f5f
Ignore .deps directories.
2015-05-01 14:26:21 -07:00
Tiziano Müller
b560a96b2c
Check for perl and assign it to a var since it is needed for generating the protocol header.
2015-05-01 14:26:21 -07:00
Tiziano Müller
51e3c3da85
Remove dead targets from build system
2015-05-01 14:26:21 -07:00
Wayne Davison
461086bbe7
Handle configure's new version style.
2015-05-01 14:26:21 -07:00
Tiziano Müller
00694610a6
Specify package name and version in call to AC_INIT
2015-05-01 14:26:21 -07:00
Tiziano Müller
8e3a6db842
Properly quote arguments for AC_LIBOBJ.
2015-05-01 14:26:21 -07:00
Wayne Davison
8354cad53e
Must define LIBOBJDIR in the Makefile.
2015-05-01 14:26:05 -07:00
Tiziano Müller
317a0e8ca5
Use AC_CONFIG_LIBOBJ_DIR and AC_REPLACE_FUNCS to adhere to autoconf standards
2015-04-26 17:54:08 -07:00
Tiziano Müller
066ad8c719
Modularize m4 macros
...
Split acinclude.m4 into one file per function in m4/
2015-04-26 17:54:06 -07:00
Tiziano Müller
ec4f644d2f
Properly quote m4 macro
2015-04-26 16:50:41 -07:00