Displaying 12 results from an estimated 12 matches for "myrsync".
Did you mean:
mrsync
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 the future, I will...
2008 May 31
1
rsync for incremental
...I am making the changes in to this file(ss.txt) by
adding 1KB of data. Now I want this 1KB data (in to a new file) when I take the incremental.
If you please provide me the command for that by using rsync?
This time when I use following command::
C:\program files\rsync>rsync -auzv localhost::Myrsync E:/targetDIR
where Myrsync is module name in which the source directory(sourceDIR) path is set that contains ss.txt.
After executing above command I get the copy of ss.txt in E:\targetDIR.
What I need is that, after taking the backup first time if I make some changes to sourceDIR\ss.txt and again...
2007 Oct 01
4
cygwin rsync windows to windows ACL problem
...tty
I am running this on Windows Server 2003 R2 SP2 (a DC), the SRC is
a Windows XP SP2 domain member.
I have tried patching the cygwin rsync source to enable ACL support,
and had this confirmed by rsync --version
This didn't work so I got rsync-acl-2.6.9.tar.bz2 from:
http://mattmccutchen.net/myrsync/
and configured with --enable-acl-support
This still does not work. Is what I am trying to do not possible,
or am I just doing something wrong?
Thanks for any input.
--
- havoc
2006 Mar 02
1
Rsync 2.6.7pre3 released
I've just released rsync 2.6.7pre3 -- the third, and (hopefully) final
pre-release version of the 2.6.7 release. Please test this out and
email the rsync mailing list with any questions, comments, bug reports,
etc. Thanks!
You can download the tar file and its signature from here:
http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre3.tar.gz
2006 Jan 22
1
ACL support in rsync 2.6.6
Hi,
Can someone tell me the status of ext3 acl support in rsync?
I saw this post from may 2004 which seems to indicate there
is a patch.
http://lists.samba.org/archive/rsync/2004-May/009466.html
But it still appears that 2.6.6 doesn't have any acl support
included. Is that true?
Does anyone know where to get the latest patch for 2.6.6 if it
even exists?
Thanks
Paul
--
2006 Mar 02
1
Rsync 2.6.7pre3 released
I've just released rsync 2.6.7pre3 -- the third, and (hopefully) final
pre-release version of the 2.6.7 release. Please test this out and
email the rsync mailing list with any questions, comments, bug reports,
etc. Thanks!
You can download the tar file and its signature from here:
http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre3.tar.gz
2006 Dec 14
1
patchsync
...o "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
2010 Mar 27
1
progress on screen with only stats in a log file
Hello ladies & gentlemen,
Which combination of options/output redirection permits to display the
progress (--progress) at the standard output and ONLY (no file listing) the
stats (--stats) in a log file? If the stats are also displayed at the
standard output, it's ok
Thank you.
ps: rsync 3.0.2
--
View this message in context:
2005 Oct 20
1
[Bug 3198] rsyncing a file to a dest path where dirname(path) is a file quietly fails
https://bugzilla.samba.org/show_bug.cgi?id=3198
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From wayned@samba.org 2005-10-20 09:45
2006 Oct 17
0
I need rsync + acl support for windows?
...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 --version
Then, pas...
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 Jan 10
13
DO NOT REPLY [Bug 3392] New: fuzzy misbehaving if source is a file
https://bugzilla.samba.org/show_bug.cgi?id=3392
Summary: fuzzy misbehaving if source is a file
Product: rsync
Version: 2.6.6
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: egmont@uhulinux.hu