FW: killing rsync seems to wipe-out the --partial .hidden files

2012-03-20 Thread Frank Hamersley
] Sent: Tuesday, 20 March 2012 11:27 PM To: rsync@lists.samba.org Subject: RE: killing rsync seems to wipe-out the --partial .hidden files Thanks for the tip - it will be employed tonight, Looks like it has some of the specified attributes - but not ... 1. the "unified directory" which is

RE: killing rsync seems to wipe-out the --partial .hidden files

2012-03-20 Thread Frank Hamersley
gt; Sent: Tuesday, 20 March 2012 9:27 PM > To: Frank Hamersley > Cc: rsync@lists.samba.org > Subject: Re: killing rsync seems to wipe-out the --partial .hidden files > > > On Tue 20 Mar 2012, Frank Hamersley wrote: > > > > Thinking quickly (as I have to go t

Re: killing rsync seems to wipe-out the --partial .hidden files

2012-03-20 Thread Paul Slootman
On Tue 20 Mar 2012, Frank Hamersley wrote: > > Thinking quickly (as I have to go to a Mindari) the approach I would take > for --partial is to ... Perhaps you need to examine the manpage bit more thoroughly, you could e.g. use --partial-dir. Paul -- Please use reply-all for most replies to avo

RE: killing rsync seems to wipe-out the --partial .hidden files

2012-03-20 Thread Frank Hamersley
oughts? Cheers, Frank. > -Original Message- > From: Paul Slootman [mailto:p...@debian.org] > Sent: Tuesday, 20 March 2012 4:57 AM > To: Frank Hamersley > Cc: rsync list > Subject: Re: killing rsync seems to wipe-out the --partial .hidden files > > > On Mon 19

Re: killing rsync seems to wipe-out the --partial .hidden files

2012-03-19 Thread Paul Slootman
On Mon 19 Mar 2012, Frank Hamersley wrote: > > I am running an overnight (off-peak) replication using "rsync --partial" > which is "suspended" at 08h30 each morning to allow for day time use of the > internet link. > > However it seems the "kill -TERM" on the various rsync (and ssh) processes > i

killing rsync seems to wipe-out the --partial .hidden files

2012-03-19 Thread Frank Hamersley
G'day, I am running an overnight (off-peak) replication using "rsync --partial" which is "suspended" at 08h30 each morning to allow for day time use of the internet link. However it seems the "kill -TERM" on the various rsync (and ssh) processes is too aggressive as I can not see any trace of the

Re: exclude hidden files

2011-08-20 Thread Benjamin R. Haskell
ctory ( somedir/.hidden/ ) has been excluded. In that case, you can add: --include='.*/' <-- include things matching .* which are directories --exclude='.*'<-- exclude things matching .* Since includes trump later excludes, that keeps hidden directories, but discard

Re: exclude hidden files

2011-08-20 Thread Ken Gillett
xclude from the sync ALL files that start with a dot, IOW >> hidden files. But using --exclude '.*' does funny things with >> directories (or at least I think it does). Is there a recognised >> correct way to do this? > > Using --exclude '.*' should

Re: exclude hidden files

2011-08-20 Thread Francis . Montagnac
On Fri, 19 Aug 2011 12:47:34 +0200 Ken Gillett wrote: > I want to exclude from the sync ALL files that start with a dot, IOW > hidden files. But using --exclude '.*' does funny things with > directories (or at least I think it does). Is there a recognised > correct

Re: exclude hidden files

2011-08-19 Thread Robert Parker
On Fri, Aug 19, 2011 at 5:47 PM, Ken Gillett wrote: > I want to exclude from the sync ALL files that start with a dot, IOW hidden > files. But using --exclude '.*' does funny things with directories (or at > least I think it does). Is there a recognised correct way to do

exclude hidden files

2011-08-19 Thread Ken Gillett
I want to exclude from the sync ALL files that start with a dot, IOW hidden files. But using --exclude '.*' does funny things with directories (or at least I think it does). Is there a recognised correct way to do this? I thought --exclude '.???*' would avoid the dir

Re: Hidden files

2011-02-07 Thread Scott Wiersdorf
On Mon, Feb 07, 2011 at 09:04:24PM -0500, Y z wrote: > > Wondering why rsync isn't copying hidden files. I thought (google told me so) > that rsync doesn't treat dot files specially. > > Source/destination rsync: 3.0.7 > > command: > # rsync -azPv * 10.1.

RE: Hidden files

2011-02-07 Thread Y z
Oh. Thanks! > Subject: Re: Hidden files > From: m...@mattmccutchen.net > To: yan...@hotmail.com > CC: rsync@lists.samba.org > Date: Mon, 7 Feb 2011 21:55:26 -0500 > > On Mon, 2011-02-07 at 21:04 -0500, Y z wrote: > > Wonder

Re: Hidden files

2011-02-07 Thread Matt McCutchen
On Mon, 2011-02-07 at 21:04 -0500, Y z wrote: > Wondering why rsync isn't copying hidden files. I thought (google told me so) > that rsync doesn't treat dot files specially. > command: > # rsync -azPv * 10.1.1.1:/u2/ubuntu/ Rsync doesn't treat them specially, b

Hidden files

2011-02-07 Thread Y z
Wondering why rsync isn't copying hidden files. I thought (google told me so) that rsync doesn't treat dot files specially. Source/destination rsync: 3.0.7 command: # rsync -azPv * 10.1.1.1:/u2/ubuntu/ sending incremental file list sent 96026 bytes received 388 bytes 38565.60

Re: files permission and hidden files are not rsync properly

2007-07-20 Thread Matt McCutchen
On 7/20/07, Abdul Khan <[EMAIL PROTECTED]> wrote: Thanks for the reply, the permission issue is resolved after I reconfigured and reinstalled rsync. The only issue I have now is user "vpopmail" and group "vchkpw" is not retaining. Its just not retaining the user and the group of files. I even tri

Re: files permission and hidden files are not rsync properly

2007-07-19 Thread Matt McCutchen
On 7/19/07, Wayne Davison <[EMAIL PROTECTED]> wrote: On Thu, Jul 19, 2007 at 10:42:05AM -0400, Abdul Khan wrote: > rsync --verbose --progress --stats --recursive > /home/vpopmail/ 192.167.1.61::email_backup/ You didn't specify owner or group preservation. I recommend using -a (--archive) so tha

Re: files permission and hidden files are not rsync properly

2007-07-19 Thread Wayne Davison
On Thu, Jul 19, 2007 at 10:42:05AM -0400, Abdul Khan wrote: > rsync --verbose --progress --stats --recursive > /home/vpopmail/ 192.167.1.61::email_backup/ You didn't specify owner or group preservation. I recommend using -a (--archive) so that you get everything preserved and everything copied. I

Re: files permission and hidden files are not rsync properly

2007-07-19 Thread A. Khan
erbose --progress --stats --recursive /home/vpopmail/ 192.167.1.61::email_backup/ they are not symlinks as log mentioned they are hidden files (or dot files), "Hidden file" is not a file type. On Unix-like systems, the concept of hidden-ness does not exist at the filesystem level or in most files

Re: files permission and hidden files are not rsync properly

2007-07-19 Thread Matt McCutchen
rsync server; [EMAIL PROTECTED] admin]# rsync --verbose --progress --stats --recursive /home/vpopmail/ 192.167.1.61::email_backup/ they are not symlinks as log mentioned they are hidden files (or dot files), "Hidden file" is not a file type. On Unix-like systems, the concept of hidden-ness

Re: files permission and hidden files are not rsync properly

2007-07-19 Thread Abdul Khan
nc command you used! Here is the command that I ran from the destinition machine which is also running the rsync daemon or the rsync server; [EMAIL PROTECTED] admin]# rsync --verbose --progress --stats --recursive /home/vpopmail/ 192.167.1.61::email_backup/ they are not symlinks as log

Re: files permission and hidden files are not rsync properly

2007-07-19 Thread Matt McCutchen
On 7/19/07, Abdul Khan <[EMAIL PROTECTED]> wrote: I have recently installed rsync.2.6.9. on CentOS4.x boxes. That was my first backup yesterday. In the future and if you need more help on this issue than the below, please send the exact rsync command you used! But I notice that some hidden (o

files permission and hidden files are not rsync properly

2007-07-19 Thread Abdul Khan
Hi folks, I have recently installed rsync.2.6.9. on CentOS4.x boxes. That was my first backup yesterday. But I notice that some hidden (or dot files) are not copied to the other host on the network. And group and ownership of the files are changed to “nobody” while files and folders permissi

Re: rsync 2.6.9 ignoring hidden files?

2007-01-16 Thread Alan Ezust
t; rsync is copying hidden directories but not hidden files. Is there an > option I am missing somewhere? As far as I know, rsync does not treat files whose names begin with a dot (traditionally "hidden" files) specially. Are you sure .config exists on the source but not the destin

Re: rsync 2.6.9 ignoring hidden files?

2007-01-16 Thread Matt McCutchen
On 1/16/07, Alan Ezust <[EMAIL PROTECTED]> wrote: rsync -avz linux-2.6.16.29/. yuzu:/usr/src/linux-2.6.16.29/ I also tried adding this option: --include=".*" but in both cases, the .config file was not copied over. It seems that rsync is copying hidden directories but not

rsync 2.6.9 ignoring hidden files?

2007-01-16 Thread Alan Ezust
he .config file was not copied over. It seems that rsync is copying hidden directories but not hidden files. Is there an option I am missing somewhere? Using rsync version 2.6.9 protocol version 29 -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before post

RE: how to exclude hidden files/directories

2004-12-03 Thread Hong Zhu
Yes that worked! thanks very much!! Hong > -Original Message- > From: Wayne Davison [mailto:[EMAIL PROTECTED] > Sent: Friday, December 03, 2004 3:08 PM > To: Hong Zhu > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: how to exclude hidden files/directories >

Re: how to exclude hidden files/directories

2004-12-03 Thread Wayne Davison
On Fri, Dec 03, 2004 at 02:29:57PM -0500, Hong Zhu wrote: > how am I able to exclude hidden directories to be transferred? Immediately prior to the --include="*/" add this: --exclude=".*/" ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before p

RE: how to exclude hidden files/directories

2004-12-03 Thread Hong Zhu
day, December 03, 2004 1:53 PM > To: [EMAIL PROTECTED] > Subject: Re: how to exclude hidden files/directories > > > Hi, > > On Thursday 02 December 2004 22:24, Hong Zhu wrote: > > Hi all, > > > > I'm rsync'ing all directories tree plus *.html and >

Re: how to exclude hidden files/directories

2004-12-03 Thread Martin Scharrer
Hi, On Thursday 02 December 2004 22:24, Hong Zhu wrote: > Hi all, > > I'm rsync'ing all directories tree plus *.html and > .htaccess files but excluding everything else. > Although *.html files are indeed the only files get > transferred, hidden files and direct

how to exclude hidden files/directories

2004-12-02 Thread Hong Zhu
Hi all, I'm rsync'ing all directories tree plus *.html and .htaccess files but excluding everything else. Although *.html files are indeed the only files get transferred, hidden files and directories like ".abc" also get transferred... The syntax I'm using is