search for: g4bbc

Displaying 5 results from an estimated 5 matches for "g4bbc".

Did you mean: g4bbh
2008 Jan 24
0
[PATCH] Fix spelling/grammar in NEWS.
...ard compatibility with old, - acl-patched versions of rsync, apply the acls.diff file from the patches + ACL-patched versions of rsync, apply the acls.diff file from the patches dir. - Added the --xattrs (-X) option to preserver extended attributes. This is -- 1.5.4.rc3.15.g4bbc
2008 Jan 30
2
[PATCH] Fix backwards comment about logging on a local run.
...pe.c +++ b/pipe.c @@ -150,7 +150,7 @@ pid_t local_child(int argc, char **argv, int *f_in, int *f_out, child_main(argc, argv); } - /* Let the client side handle this. */ + /* Let the server side handle this. */ if (logfile_name) { logfile_name = NULL; logfile_close(); -- 1.5.4.rc3.15.g4bbc
2008 Feb 12
0
[PATCH] Make `make distclean' remove a few more files.
...he config.log rm -f $(srcdir)/config.cache $(srcdir)/config.log rm -f shconfig $(srcdir)/shconfig rm -f $(GENFILES) + rm -rf autom4te.cache # this target is really just for my use. It only works on a limited # range of machines and is used to produce a list of potentially -- 1.5.4.rc3.15.g4bbc
2008 Feb 20
0
[PATCH] Fix typos in NEWS.
...dir's filesystem does not support ACLs and xattrs, - but another file system does). + but another filesystem does). - Rsync now has a way of handling protocol-version changes during the development of a new protocol version. This causes any out-of-sync -- 1.5.4.rc3.15.g4bbc
2007 Nov 10
3
Funny issue with chroot + symlink outside chroot
Hi, The problem I found is not in what rsync, but on the error handling: How to reproduce: On server side I setup a tree and share using rsync + xinetd, of course, for security reason I use chroot option. Now I push this symlink: lrwxrwxrwx 1 root root 4 nov 10 16:28 horsroot -> /bin/ Now I try to do: ./rsync -avPH --copy-unsafe-links draco::test/ /tmp/rsyncdest/ (Of course the