search for: kepreon

Displaying 8 results from an estimated 8 matches for "kepreon".

Did you mean: keiren
2006 May 02
2
Packages for rsync 2.6.8 with ACLs
Dear rsync people, I have finally made packages for rsync 2.6.8 with ACL support. You can download a prepatched source package and RPMs from here: http://www.kepreon.com/~matt/myrsync/ Or you can use this yum repository: http://www.kepreon.com/~matt/rpm/ The RPM is called rsync-acl so automatic updating tools will know not to toss it in favor of plain rsync, but it "Provides" rsync so other packages like rsnapshot will be happy. At some point in t...
2007 Aug 04
2
Rewritten rsync man page
..., C Sights, and list, I have started working on my rewritten version of the rsync man page. So far, I have redone the top of the man page and the list of options; I improved many of the one-line option descriptions. The yodl and man versions of my man page are available here and here: http://www.kepreon.com/~matt/private/rsync-new-manpage/rsync.yo http://www.kepreon.com/~matt/private/rsync-new-manpage/rsync.1 What do you all think so far? Am I going in the right direction? Matt
2007 Jan 15
3
CVS rsync hangs during local copy
...killed the rsync processes when they printed nothing for several seconds: rm -rf * && strace -ff -o rsync-incremental.strace ~/rsync/rsync/rsync -a -ivvv --progress ~/rsync/ dest2/ 2>&1 | tee rsync-incremental.log The resulting rsync-incremental* files are available at: http://www.kepreon.com/~matt/private/rsync-hanging/ Matt
2006 Jun 11
6
DO NOT REPLY [Bug 3828] New: ACLs are not supported on this client
https://bugzilla.samba.org/show_bug.cgi?id=3828 Summary: ACLs are not supported on this client Product: rsync Version: 2.6.8 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: marc@perkel.com QAContact:
2006 Jun 29
1
rsync and symbolic links
Is this a known issue? rsync does not always preserve dates and permissions on symbolic links, and while the -i option indicates it is trying to bring things in sync, it does not. Maybe between OS's that have sufficiently different implementations, this is not possible.
2006 Dec 14
1
patchsync
...ling alternative to "verify-patches" for mere mortals who want to follow development of rsync branches. Would you please consider mentioning it on the rsync Web site, in the source tree, or both? You could link to this page, where I explain how to use patchsync with rsync: http://www.kepreon.com/~matt/myrsync/index.html#patchsync You could even include patchsync in patches/ or support/ of the source tree if that would be appropriate. Matt
2006 Oct 17
0
I need rsync + acl support for windows?
...t the rsync source code from http://rsync.samba.org/ftp/rsync/rsync-2.6.8.tar.gz , extract it, and apply the ACL patch: $ patch -p1 <patches/acls.diff If you have trouble with this for some reason, here is a package I made of the source code with the patch already applied: http://www.kepreon.com/~matt/myrsync/rsync-acl-2.6.8.tar.bz2 Then, configure rsync with ACLs enabled, compile it, and install it: $ ./configure --enable-acl-support $ make $ make install If you did it right, rsync should list "ACLs" among its "capabilities" when you run: $ rsync -...
2006 Dec 29
3
Incremental file-list recursion has landed in CVS
For those that like to assist in the testing of rsync, the CVS version now defaults to doing an incremental file-list scan when it is recursing through the directories. This avoids keeping the whole file list in memory, and allows the transfer to start working on changed files before it has completed the recursive scan of the sending side. The code appears to be working well so far, but there