DO NOT REPLY [Bug 6695] whitespace problem in directory paths; I know of no work-around

2009-09-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6695


s...@coolheads.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #2 from s...@coolheads.com  2009-09-07 07:40 CST ---
(In reply to comment #1)
 --protect-args should fix the whitespace problems.

Yes, that worked.  This is embarrassing because I'm an RTFM kind of guy, and
the manual page (which I have, in fact, read several times) does, in fact, say
this.  

Bravo and brava, all!  Rsync is a truly outstanding tool.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 6672] transfer set nano-second times on files

2009-09-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6672


way...@samba.org changed:

   What|Removed |Added

   Severity|major   |enhancement
 Status|NEW |ASSIGNED
Summary|mtim.tv_nsec not used when  |transfer  set nano-second
   |reading time of a file  |times on files
Version|3.0.6   |3.1.0




--- Comment #1 from way...@samba.org  2009-09-07 16:21 CST ---
The latest git repository has support for nanosecond timestamp values.  The
values are transferred as part of the file-list (when both sides are speaking
the most recent (dev-version) protocol 31), and the receiver will attempt to
set it.  Probably only works on Linux at the moment.

Things to enhance:

 * Figure out if there are other nanosecond setting functions that should be
supported besides utimensat().
 * Figure out a good heuristic for allowing the nanoseconds to be compared
(when determining if a file is up-to-date) without getting tripped up by those
filesystems that round/truncate time values.

The current code leaves the quick-check algorithm unchanged, as it only checks
the file's size, and the seconds portion of the modtime.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 6685] [wishlist] improve message: --delete does not work without -r or -d

2009-09-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6685


way...@samba.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
Version|3.0.6   |3.1.0




--- Comment #1 from way...@samba.org  2009-09-07 16:24 CST ---
I'm committed an improved message to the git repository.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 6694] rsync -A drops mask from ACL

2009-09-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6694


way...@samba.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Comment #2 from way...@samba.org  2009-09-07 16:47 CST ---
Just to be 100% sure, run this and verify that it says 3.0.6:

ssh -l jdb remote rsync --version

I assume that will be OK a the real problem appears to be that that your file
has a mask of r but the ls display shows (and presumably mode value in stat()
returns) no corresponding group=r mode.  That should not be possible with posix
ACLs.  So, something is very weird in Solaris ACLs.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


ho

2009-09-07 Thread e-letter

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


how to use rsync installed on network

2009-09-07 Thread e-letter
Readers,

Scenario: file.txt on local machine, to be transferred to remote host.
Remote host has rsync installed. Reading the manual I the examples
describe scenarios where rsync is installed on the local machine. Is
rsync suitable to use when installed on the remote host?
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: transfer set nano-second times on files

2009-09-07 Thread Carlos Carvalho
samba-b...@samba.org (samba-b...@samba.org) wrote on 7 September 2009 16:21:
 
 way...@samba.org changed:
 
What|Removed |Added
 
Severity|major   |enhancement
  Status|NEW |ASSIGNED
 Summary|mtim.tv_nsec not used when  |transfer  set nano-second
|reading time of a file  |times on files
 Version|3.0.6   |3.1.0
 
 
 
 
 --- Comment #1 from way...@samba.org  2009-09-07 16:21 CST ---
 The latest git repository has support for nanosecond timestamp values.  The
 values are transferred as part of the file-list (when both sides are speaking
 the most recent (dev-version) protocol 31), and the receiver will attempt to
 set it.  Probably only works on Linux at the moment.

What will happen to the listing produced by --list-only?
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: how to use rsync installed on network

2009-09-07 Thread Matt McCutchen
On Mon, 2009-09-07 at 23:22 +0100, e-letter wrote:
 Scenario: file.txt on local machine, to be transferred to remote host.
 Remote host has rsync installed. Reading the manual I the examples
 describe scenarios where rsync is installed on the local machine. Is
 rsync suitable to use when installed on the remote host?

To do a remote transfer, rsync needs to be installed on both the local
host and the remote host.

-- 
Matt

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 6694] rsync -A drops mask from ACL

2009-09-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6694





--- Comment #3 from m...@mattmccutchen.net  2009-09-07 17:54 CST ---
The unusual behavior of Solaris ACLs was previously discussed in this thread:

http://lists.samba.org/archive/rsync/2006-October/016404.html


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Optimizing RSync algorithm using techniques with Google used in courgette

2009-09-07 Thread Hasanat Kazmi
Hi,I am student at LUMS SSE (http://cs.lums.edu.pk) and an active RSync
user.
Just few days ago, Google wrote about Courgette*: an algorithm which is
specially written for syncing executables. By using Courgette, Google made
diff size 1/10th of previous techniques used.
I was wondering if this (or something on same lines) can be used to optimize
RSync? I am senior and have to do a project. I am thinking to implement this
in RSync. I need input from developers. What do you guys think?

*
http://dev.chromium.org/developers/design-documents/software-updates-courgette

Hasanat Kazmi

-- 
hasanatka...@gmail.com
Hasanat Kazmi
+923464362473
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

DO NOT REPLY [Bug 6694] rsync -A drops mask from ACL

2009-09-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6694





--- Comment #4 from way...@samba.org  2009-09-07 18:07 CST ---
I used the --fake-super option to try a copy that is otherwise impossible on
linux (since I don't have access to solaris) -- an ACL that has a mask that
doesn't match the group number.  Rsync duplicated the values correctly (from
xattr value to xattr value).

So, this makes me wonder if setting the mode changes the mask on Solaris.  For
example, if you do this:

setfacl -m m:r foo
chmod 0 foo
getfacl foo

Does the mask get reset?


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 6694] rsync -A drops mask from ACL

2009-09-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6694





--- Comment #5 from m...@mattmccutchen.net  2009-09-07 23:48 CST ---
Yes, according to the message linked in comment #3.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


[SCM] The rsync repository. branch, master, updated. v3.0.3-228-g1a2e41a

2009-09-07 Thread Rsync CVS commit messages
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project The rsync repository..

The branch, master has been updated
   via  1a2e41af941573e69c02370329afe0192b61f213 (commit)
   via  accc091fe9ebbb602bcf692c577486e62011d5c1 (commit)
  from  4b660bae920ddc5bc15a95d2d3594e173257f651 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 1a2e41af941573e69c02370329afe0192b61f213
Author: Wayne Davison way...@samba.org
Date:   Mon Sep 7 13:49:52 2009 -0700

Add support for transferring  setting nsec time values.

commit accc091fe9ebbb602bcf692c577486e62011d5c1
Author: Wayne Davison way...@samba.org
Date:   Mon Sep 7 13:45:33 2009 -0700

Always use lutimes() if it is available.

---

Summary of changes:
 compat.c |6 +++---
 configure.in |   15 +--
 flist.c  |   42 --
 generator.c  |6 +++---
 options.c|4 ++--
 rsync.c  |2 +-
 rsync.h  |   31 ---
 tls.c|   28 +---
 util.c   |   28 ++--
 9 files changed, 125 insertions(+), 37 deletions(-)


hooks/post-receive
--
The rsync repository.
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] The rsync repository. branch, master, updated. v3.0.3-229-g44d7d04

2009-09-07 Thread Rsync CVS commit messages
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project The rsync repository..

The branch, master has been updated
   via  44d7d045c7880eba19ab04e80eeb064b0649e4b7 (commit)
  from  1a2e41af941573e69c02370329afe0192b61f213 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit 44d7d045c7880eba19ab04e80eeb064b0649e4b7
Author: Wayne Davison way...@samba.org
Date:   Mon Sep 7 14:22:59 2009 -0700

Improve the --delete does not work without -r or -d message.

---

Summary of changes:
 options.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
--
The rsync repository.
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs