Re: rsync feature needed: preserve atime

2007-05-11 Thread Paul Slootman
On Wed 09 May 2007, Matt McCutchen wrote: Personally, I don't like access times because they're impure in the sense that reading shouldn't write and as far as I know they don't have any important uses. All of my computer's filesystems are mounted noatime. I noticed almost immediately when

Re: Failed starting rsync daemon from a remote server(ssh)

2007-05-11 Thread wenjie zheng
It works. Thanks a lot! Wenjie On 5/10/07, Matt McCutchen [EMAIL PROTECTED] wrote: On 5/10/07, wenjie zheng [EMAIL PROTECTED] wrote: Has anyone tried to start a rsync daemon from a remote server? I tried to execute the following command from a remote server A, but failed [EMAIL PROTECTED]

Re: Rsync File listing

2007-05-11 Thread Paul Slootman
On Fri 11 May 2007, Travis Quarterman wrote: Subject: Rsync File listing Can someone assist me in using rsync to ssh into a remote server to obtain the file listing? As it appears I have some files on a remote server that I need to pull, however there are many files in the remote server

Rsync File listing

2007-05-11 Thread Travis Quarterman
Can someone assist me in using rsync to ssh into a remote server to obtain the file listing? As it appears I have some files on a remote server that I need to pull, however there are many files in the remote server directory, to why I am wanting to only pull a certain (-mtime -1). Here is what I

Re: Failed starting rsync daemon from a remote server(ssh)

2007-05-11 Thread Wayne Davison
On Thu, May 10, 2007 at 04:42:06PM -0400, Matt McCutchen wrote: However (attn. Wayne), it seems to me that there's no need for the behavior because the administrator could get the same effect by passing --server . The combination of --daemon with --server currently indicates that rsync is

Re: Rsync File listing

2007-05-11 Thread Travis Quarterman
Paul this is great! What parameters to rsync do suggests for having rsync pulling the first batch of files from remote machines and subsequent pulls to only include changes to the files? On 5/11/07, Paul Slootman [EMAIL PROTECTED] wrote: On Fri 11 May 2007, Travis Quarterman wrote: Subject:

Re: Rsync File listing

2007-05-11 Thread Travis Quarterman
Paul, this solution of redirecting the files into /tmp does not contain the contents of the files on remote host, since I wanting to store the files and there content on local machines I not sure this is will work. On 5/11/07, Paul Slootman [EMAIL PROTECTED] wrote: On Fri 11 May 2007, Travis

Re: Rsync File listing

2007-05-11 Thread Paul Slootman
On Fri 11 May 2007, Travis Quarterman wrote: Paul, this solution of redirecting the files into /tmp does not contain the contents of the files on remote host, since I wanting to store the files and there content on local machines I not sure this is will work. On 5/11/07, Paul Slootman

Re: Rsync File listing

2007-05-11 Thread Travis Quarterman
I am wanting to bring over the sub-directories as well from remote machines, so that they can build the same directory structure on the local machine, not just rsync files, maybe I was misleading in my first post. Thanks On 5/11/07, Paul Slootman [EMAIL PROTECTED] wrote: On Fri 11 May 2007,

Re: Rsync File listing

2007-05-11 Thread Travis Quarterman
Thanks, Paul, I finally got it working using your solution. On 5/11/07, Travis Quarterman [EMAIL PROTECTED] wrote: I am wanting to bring over the sub-directories as well from remote machines, so that they can build the same directory structure on the local machine, not just rsync files, maybe

DO NOT REPLY [Bug 2106] Spaces in remote filename

2007-05-11 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2106 --- Comment #3 from [EMAIL PROTECTED] 2007-05-11 17:57 MST --- (In reply to comment #2) problem with this solution is that having / at the end of the file in the files-from file doesn't work anymore I'm not sure what you mean. A