Re: no subject

2011-12-23 Thread Phil Dobbin
On Fri, 2011-12-23 at 20:11 -0500, Kevin Korb wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > you did 'stat linkcentre' not 'stat /linkcentre'. Are you sure that > directory is in / and not ~ ? Told you I was doing something dumb: phildobbin@storage1:~$ mkdir /thinkpad mkdir: canno

Re: no subject

2011-12-23 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 you did 'stat linkcentre' not 'stat /linkcentre'. Are you sure that directory is in / and not ~ ? On 12/23/11 20:05, Phil Dobbin wrote: > On Fri, 2011-12-23 at 19:30 -0500, Kevin Korb wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Can

Re: no subject

2011-12-23 Thread Phil Dobbin
On Fri, 2011-12-23 at 19:30 -0500, Kevin Korb wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Can you ssh in again and run: > mkdir /thinkcentre > stat /thinkcentre > then try the rsync again? Post the outputs if it doesn't work. rsync produced the exact same error message. Here is

Re: no subject

2011-12-23 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Can you ssh in again and run: mkdir /thinkcentre stat /thinkcentre then try the rsync again? Post the outputs if it doesn't work. On 12/23/11 19:26, Phil Dobbin wrote: > On Fri, 2011-12-23 at 18:51 -0500, Kevin Korb wrote: >> -BEGIN PGP SIGNED ME

Re: no subject

2011-12-23 Thread Phil Dobbin
On Fri, 2011-12-23 at 18:51 -0500, Kevin Korb wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > The user named phildobbin does not have permission to mkdir > /thinkcentre on storage1.datastorageunit.com (it is doing a mkdir > because the directory does not already exist). > > Perhaps t

Re: no subject

2011-12-23 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The user named phildobbin does not have permission to mkdir /thinkcentre on storage1.datastorageunit.com (it is doing a mkdir because the directory does not already exist). Perhaps that was supposed to be a relative path or a path within the user's ho

Re: (no subject)

2007-10-06 Thread Matt McCutchen
On 10/5/07, Charles Marcus <[EMAIL PROTECTED]> wrote: > Seems to me the best way to accomplish this is to be sure that the > parent directory is not a directory that someone can rename... ie, when > I rsync our home directories, there is no danger of anyone ever renaming > the 'home' directory... >

Re: (no subject)

2007-10-05 Thread Charles Marcus
Frank Thomas, on 10/4/2007 3:57 PM, said the following: it would be nice to have rsync to be intelligent enough to recognize a name change but not an inode change on the source. Seems to me the best way to accomplish this is to be sure that the parent directory is not a directory that someone

Re: (no subject)

2007-10-05 Thread Paul Slootman
On Thu 04 Oct 2007, Frank Thomas wrote: > > 1. rsync recognizes that Directory1 is not on server1, > but it's inode still is. Rsync reads the new directory name and flags > the name change from Directory1 to DirectoryNew on server1. The problem here is that rsync is stateless; i

Re: (no subject)

2004-06-01 Thread Tim Conway
Run it this way: /usr/local/bin/rsync -aHnuvvv serverX:/ / --exclude-from=/rsync.exclude --rsync-path=/usr/local/bin/rsync --ignore-existing 2>&1 |tee /tmp/rsync.debug The extra verbosity will show you what transport you're using, and other problems. It could be that you're sshing in, and the

Re: (no subject)

2002-09-04 Thread tim . conway
rsync has no permissions filter. You'll have to use find or something run before the rsync, put that output in a file, and use the "--exclude-from=" option. Tim Conway [EMAIL PROTECTED] 303.682.4917 office, 303.921.0301 cell Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Lon

Re: (no subject)

2002-04-16 Thread Martin Pool
On 17 Apr 2002, Rizvi Inamdar <[EMAIL PROTECTED]> wrote: > Hi > > I want to exclude some directory from raid so can you pl help me Please read the manual. -- Martin -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.or

Re: (no subject)

2002-04-08 Thread tim . conway
You can use the exclude features, either --exclude= or --exclude-from=. They're well documented, and those on the list who use them are good about helping with tricky patterns, once there's a specific question. Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880

Re: (no subject)

2002-03-29 Thread HK
hi all, Adding the entry in /etc/hosts file solved the problem of name resolution. thanx for the suggestion Tim n btober. -hari -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: (no subject)

2002-03-29 Thread btober
r (the one running the daemon) for the host executing the rsync command. This made it function properly. - Original Message - From: <[EMAIL PROTECTED]> To: HK <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 12:55 PM Subjec

Re: (no subject)

2002-03-29 Thread tim . conway
A: do you have a "hosts allow" or "hosts deny" in rsyncd.conf? B: what version are you using? It seems i've seen messages about rsyncd in some versions refusing to allow unresolvable names in. C: Are you able to access the rsyncd, and just wonder about the log entries, or are you unable to get

Re: (no subject)

2002-03-18 Thread Dave Dykstra
No, --force is only relevant without --delete, as the rsync man page now says. I believe Brian's problem is that --delete doesn't make sense with --update. - Dave Dykstra On Fri, Mar 15, 2002 at 11:42:23AM -0700, [EMAIL PROTECTED] wrote: > I have a similar problem with rsync, though it's not

Re: (no subject)

2002-03-15 Thread tim . conway
I have a similar problem with rsync, though it's not consistent. sometimes, things just don't come over, and sometimes, things just don't get deleted. Repeated runs usually correct it. If it's the case of a directory being replaced with a non-directory, you'll have to add "--force" to get it

Rsync problems (was Re: (no subject))

2001-11-19 Thread Rusty Carruth
amiel ong <[EMAIL PROTECTED]> wrote: > I already installed rsync on both my server(running > FREEBSD 4.4) and > win98 macine. My LAN don't connect to the internet so > it is quite secure, is it possible if I don't use > OpenSSH? > > when I run "rsync 172.22.0.104::", I get this > message: >

Re: (no subject)

2001-10-15 Thread Tomasz Ciolek
Hi All Rsync does that by default... does it not? If files exist and checksums match, these files are skipped. Regards TMC On Mon, Oct 15, 2001 at 01:13:47PM -0600, [EMAIL PROTECTED] wrote: > There's nothing in rsync to do that. How about making the files and directories all >belong to an

Re: (no subject)

2001-10-08 Thread willem
Rizvi Inamdar wrote: > Hi I want to configure rsync can anybody explain me in details about > this how to do this. RegardsRizvi Inamdar Hi, sorry to tell you but it would be nice if your read some docu your ]self and then(if you still have questions) come back here:). you can find docs at: http

RE: (no subject)

2001-04-26 Thread David Bolen
Nic LAWRENCE [[EMAIL PROTECTED]] writes: > nicl:/var/named-dns0-rsync# rsync -artn dns0:/var/named/* ./ > Failed to exec rsh : No such file or directory > unexpected EOF in read_timeout > > It's absolutely correct though, I don't have rsh anywhere on my system... > however I used rsync only jus

Re: (no subject)

2001-03-01 Thread Martin Pool
On 1 Mar 2001, "Canteenwala, Adil" <[EMAIL PROTECTED]> wrote: > Hi, > > Where can I find documentation on following error? > > "Couldn't initialise builtin random number generator -- exiting." > > Or can anyone explain why I am getting this error message??? What is the > remedy?? This is prob