Re: sync of ordinary files from lvm snapshot fails with --sparse, 3.2.2pre2

2020-07-07 Thread Scott Mcdermott via rsync
ing something), so I'll submit the report on the issue tracker. -- Scott -- 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

sync of ordinary files from lvm snapshot fails with --sparse, 3.2.2pre2

2020-07-05 Thread Scott Mcdermott via rsync
Getting some puzzling errors doing the following backup procedure on a root filesystem that's on LVM, when using sparse flag: lvcreate --snapshot --name baksnap --size 3G /dev/vg0/root mount -o ro /dev/vg0/baksnap /var/tmp/snapmnt rsync -izaHx \ --delete --delete-excluded --delete-after \

Re: Adding prompt before overwrite feature in rsync

2013-05-11 Thread Scott Wiersdorf
do a --dry-run with --itemize-changes, parse that and present it to the user for confirmation if any file changes are detected. If the confirmation is given, re-run everything without the --dry-run, otherwise exit. Scott -- Scott Wiersdorf sc...@ipartner.net -- Please use reply-all for most

Error 28 and exclusion

2013-02-11 Thread scott . george
I am having two issues with a transfer I perform every weekend. The first is I am trying to exclude a directory with the following command: /usr/bin/rsync --rsync-path=/usr/bin/rsync --rsh=/usr/bin/rsh --log-file=/tmp/rsync.out --exclude /gcse1/infor/ --delete-before -rptS usaix:/gcse1/ /gcse1

Re: rsync ignores "exclude=..."?

2012-10-29 Thread Scott Wiersdorf
ATTERNS" in the rsync manpage for examples of how this works. Scott -- Scott Wiersdorf sc...@ipartner.net -- 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://ww

Re: Cache file list in daemon mode?

2012-08-03 Thread Peter Scott
On 8/2/2012 7:30 PM, Jason Haar wrote: So what you're really saying is gluster is quite slow at doing recursive directory listings, so how about just using "find" on the real backend bricks to find the files that have changed since last run, merge those listings together (to get rid of dupes) and

Re: Cache file list in daemon mode?

2012-08-02 Thread Peter Scott
GE- Hash: SHA1 is it possible to talk directly to the NFS server via rsyncd or rsync over ssh? Eliminating the extra hop through a network mount should make a big difference. On 08/02/12 18:30, Peter Scott wrote: Hello. I suspect that what I want to do is not possible with rsync, but

Cache file list in daemon mode?

2012-08-02 Thread Peter Scott
Hello. I suspect that what I want to do is not possible with rsync, but this is the best place to double-check. We are pushing files to a remote target that stores them on a very slow network file system. There are also over a million files on the target. Consequently, running rsync to push

Re: rsync compares all files again and again

2011-10-21 Thread Scott Mcdermott
ries to look at. if you're going to do that, just automate it: http://code.google.com/p/lsyncd/ -- Scott Mcdermott | Omnisys Technologies | --=! sc...@omnisys.com !=-- 415-730-5477|www.omnisys.com | UNIX Sysadmin & Netadmin -- Please use reply-all for most replies

Re: Using rsync as an incremental backup

2011-06-23 Thread Scott Baker
rsync is already doing all that already. A --link-dest-required flag would be great. That way rsync doesn't copy a bunch of files since there is no hard link source. - Scott -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change o

Using rsync as an incremental backup

2011-06-23 Thread Scott Baker
ce to hardlink from. I'd really like rsync to exit and throw an error if the --link-dest isn't present. I can't find anything in the man page about any fancy --list-dest options. Am I missing it? - Scott -- Please use reply-all for most replies to avoid omitting the mailing list.

Re: Rsync "file too large (27)"

2011-05-27 Thread Scott Wiersdorf
natively, I can imagine syncing to a different filesystem and then remounting it or something... Scott -- Scott Wiersdorf sc...@ipartner.net -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/r

Re: Rsync "file too large (27)"

2011-05-27 Thread Scott Mcdermott
DALJIT TAMANA, BLOOMBERG/ LONDON on 2011/05/27 -0400 @08:19:36: > I'm getting the following error occasional and can't > find out why; rsync: write failed on > "/dbtmp.new/file.dmp": File too large (27) rsync rsync --version output please -- Please use reply-all for most replies to avoid omitting

hang in select() on unix domain sockets, 60s timeout loop

2011-05-19 Thread Scott Mcdermott
#x27;--timeout' but I'd really prefer to know why it's doing this and be able to distinguish a real timeout error from an rsync (or libc?) bug... -- Scott -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samb

Re: Hidden files

2011-02-07 Thread Scott Wiersdorf
1.1:/u2/ubuntu/ Your file list is being supplied to rsync from the shell's wildcard expansion, and '*' doesn't match dotfiles. Try: # rsync -azPv ./ 10.1.1.1:/u2/ubuntu/ Scott -- Scott Wiersdorf sc...@ipartner.net -- Please use reply-all for most replies to avoid omitting the

Re: How to ignore error 24 or mask it out in bash rsync script

2011-01-31 Thread Scott Wiersdorf
s particular error. I don't see an obvious way to turn off that error in the source. You could redirect your stderr to stdout and grep it out, then put it back on stderr: rsync -a /foo /bar 2>&1 | grep -v 'vanished source files' 1>&2 Scott -- Scott Wiersdorf sc...@ipart

Re: How to use rsync when filenames contain double quotes?

2011-01-29 Thread Scott Wiersdorf
yncing your files to another directory on the same volume or a directory on a remote filesystem; it may help you confirm your suspicions about the target filesystem. Scott -- Scott Wiersdorf sc...@ipartner.net -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscri

Re: How to use rsync when filenames contain double quotes?

2011-01-29 Thread Scott Wiersdorf
(both rsync v2.6.9 and v3.0.7), FreeBSD 4.7 (rsync v2.6.9), and Linux 2.6.18 (rsync v3.0.7) and going between them. Can you give more information on your system, rsync version, etc.? Scott -- Scott Wiersdorf sc...@ipartner.net -- Please use reply-all for most replies to avoid omitting the mailing

Re: I don't get --link-dest, at all, Now I do - SOLVED

2009-08-11 Thread Scott Schappell
.17 2.0K./home.18 2.0K./home.19 2.0K./home.20 2.0K./home.21 2.0K./home.22 2.7G. 2.7Gtotal Ah well, I guess if nothing else, this may be useful to someone Googling in the future. Sorry for the spam to the list. Scott On Aug 11, 2009, at 14:49:18, Scott Schappell wrote

Re: I don't get --link-dest, at all

2009-08-11 Thread Scott Schappell
than happy to hear it. I'm still puzzed as to why du shows 2.7 GiB in both directories, though. Scott On Aug 11, 2009, at 14:25:46, I wrote: Hourly I have an rsync job backup /home to /home/backup. I have 24 directories (one for each hour): home.0 ... home.23 Here is the scr

I don't get --link-dest, at all

2009-08-11 Thread Scott Schappell
it inums, 32-bit timestamps, 64-bit long ints, socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace, append, ACLs, xattrs, no iconv, symtimes Installed from FreeBSD 7.2 ports collection. Thanks for any help in enabling me to understand how this works. Scott -- Please use reply-

cannot delete non-empty directory

2009-05-05 Thread Scott Machtmes
n't see anything regarding this. It appears to me to be a bug, can anyone confirm? -- ----- Scott Machtmes, Sr. Systems Administrator Engineering Lab Services Infrastructure Lead Brocade 1745 Technology Drive San Jose, Ca. 95110 408-333-7203 sco...@brocad

SOLVED: --remove-source-file problem

2009-04-17 Thread Johnson, Scott
iles work across remote connections? Does it work across different OS? Do I need to have my systems guys upgrade the rsync version on the AIX server to match that on my Linux box? Thanks, Scott -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe o

--remove-source-file problem

2009-04-16 Thread Johnson, Scott
to have my systems guys upgrade the rsync version on the AIX server to match that on my Linux box? Thanks, Scott -- 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: h

suggestion for rsync syntax/quoting issue

2008-05-07 Thread Scott Francis
se I haven't had a chance to test with 3.x yet. cheers, -- Scott Francis | darkuncle(at)darkuncle(dot)net | 0x5537F527 Less and less is done until non-action is achieved when nothing is done, nothing is left undone.

help please, updating rsync on OS X

2008-01-16 Thread Scott Griswold
would be a good place for a beginner to start? Thanks Much, Scott G. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Rsync rsync: writefd_unbuffered failed to write ?

2007-12-13 Thread scott
I am running jungledisk and this is my script: #!/bin/sh ### Backs up office data to Jungledisk using rsync LOGFILE=/var/log/backup-jd.log ## Start in rc.local or here #/usr/local/bin/jungledisk mount /mnt/s3 echo "`date +"%F %R"`: Start backup-jd" >> $LOGFILE rsync -r --inplace --size-only --bwli

RSync / Vista / Junction Points issue

2007-04-06 Thread Scott Bussinger
I'm running DeltaCopy (essentially a Windows friendly GUI wrapper around RSync 2.6.6) on Microsoft Vista. I'm trying to make a backup of a user's profile directory. One big difference between Vista and earlier Windows versions is that Vista makes extensive use of Junction Points (sort of like U

rsync permissions question - different perms set for some files on initial run

2007-03-11 Thread Scott Carpenter
Hi. I've been searching around for answers on this one and experimenting a fair amount, but I seem to be stuck. I hope this is an appropriate place for my question and if not, apologies. I am running Samba v3 on a Linksys NSLU2 (Network Storage Link -- a NAS). (It runs GNU/Linux.) I have a sh

Setting perms w/o using root

2007-01-31 Thread Scott Moseman
comes to setting file permissions accordingly. Is there a workaround? Or a good, secure way I should be using ssh/rsync in this situation? Thanks, Scott -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

Re: How to improve speed of a single file transfer over an unstable link?

2006-12-30 Thread Scott C. Kennedy
According to the man page "--append ... implies --partial (since an interrupted transfer does not delete the file), but conflicts with --partial-dir and --delay-updates." So, I'm now almost 56% finished, and my dropping KBps transfer speeds are now back up to the low 40 KBps!!! :)

Re: How to improve speed of a single file transfer over an unstable link?

2006-12-29 Thread Scott C. Kennedy
irectories, thus the file date & size for MOST files will be correct and then do an '--inplace' to continue updating. Thoughts? Scott PS> the split just died since the link dropped again. :( The issue is the cabling in my father's house is poor, thus the cable modem keeps e

How to improve speed of a single file transfer over an unstable link?

2006-12-29 Thread Scott C. Kennedy
days. So, I'm a little hesitant to "experiment" on the transfer in progress. Thanks, Scott PS> I am joining the mailing list but, please cc me on replies for the short term. -- 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: mirroring with rsync

2006-07-31 Thread Scott Becker
I think you need --delete Dustin Seeger wrote: I successfully copied a remote directory onto a local machine. A directory on the remote machine was removed. I mirrored the directories again, but the directory that was removed on the remote machine was still on the local machine. Is there

Re: Help with --delete option

2005-12-17 Thread scott
> On Sat, Dec 17, 2005 at 03:55:27PM -0600, scott wrote: > > rsync --archive -e '/usr/bin/ssh -p 22' --verbose > > \ --include-from=/root/my-backupfilter --recursive > > \ --delete --existing / [EMAIL PROTECTED]:/home/backupdir > > > > which is close, b

Help with --delete option

2005-12-17 Thread scott
are in teh list but not ont he other backup Thanks for any help. Scott -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Consider implmenting a --move or --delete-sent option?

2005-11-09 Thread Scott Edwards
Are there any plans to add support to rsync for moving files?. I'd like to remove files+directories after they're uploaded. For the time being, I'll use a workaround or do w/o. Thanks -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http:/

rsync newbie

2005-09-13 Thread Scott Miller
I am attempting to set up a "backup server" using rsync - it will store the backups from my 5 other servers and initiate the rsync process to pull the information over to itself.  From there, it will all be going to tape.   I've read just about everything I could the past few weeks, and feel

RE: Root privilege solution

2005-06-28 Thread Tinsley, Scott S. (ManTech) CTR
the remote side's file system? Thanks for your help. -Original Message- From: Wayne Davison [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 28, 2005 2:23 AM To: Tinsley, Scott S. (ManTech) CTR Cc: rsync@lists.samba.org Subject: Re: Root privilege solution On Mon, Jun 27, 2005 at

Root privilege solution

2005-06-27 Thread Tinsley, Scott S. (ManTech) CTR
I want to set up RSYNC so it has root privilege on the remote server. I do not want to run rsync through inetd. I want to be able to limit who can use rsync when the remote end has root privilege. I prefer not to use rsync's internal user/secrets file. I do want to use SSH as the transport shell.

RSYNC not finding rsyncd.conf

2005-06-24 Thread Tinsley, Scott S. (ManTech) CTR
client: nothing to do: perhaps you need to specify some filenames or the --recursive option? rsync error: some files could not be transferred (code 23) at main.c(812) I would appreciate hearing any possible solutions or explanations. Am I misreading the manual page information? Scott Tinsley

Hard links revisited

2005-06-07 Thread Scott Lovenberg
I can't seem to get the hardlinks to work in windows via --link-dest. It just refuses to find the files in the directory and make a hard link. Here's the setup. -I run 2 rsyncs from batch files called sync.bat and sync2.bat. -I'm connected to the server via a mapped network drive, we'll call it

Rsync and sync2nas

2005-05-24 Thread Robyn Scott
Hi, I’m using rsync on 2 sme servers and attempting to get sync2nas to work from my windows 2003 servers to my sme server for backup purposes I can successfully rsync between the two sme servers and in a local setting can run syn2nas between windows and sme server however I cannot get syn2

RSYNC with Double-byte

2005-05-23 Thread Scott Sykora
to something it can handle? is there a way to wrap or mount the drives in cygwin to get around this? any help would be wonderfull. -scott swsykora at ucdavis dot edu -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb

Launching rsync daemon via launchd on Mac OS X 10.4 Tiger

2005-05-10 Thread Glen Scott
://www.designsolution.co.uk/resources/rsync/ Perhaps this may be added to the resources section of the rsync site? Regards, Glen Scott. -- --- Design Solution Limited http://www.designsolution.co.uk Tel: +44 (0)1502 513008 Fax: +44 (0)870 460 2518 The Old Chapel, Commodore Road, Oulton Broad, Suffolk

Re: All the feature requests... A better way?

2005-04-26 Thread Scott Becker
Eli wrote: Scott wrote: Perhaps an rsync 'job' file could be used instead of everything coming from command line switches and separate file lists. Kind of like rsyncd.conf but not for server mode. A typical config style layout where multiline include and exclude list can be placed

Re: All the feature requests... A better way?

2005-04-25 Thread Scott Becker
Wayne Davison wrote: On Mon, Apr 25, 2005 at 09:30:30AM -0400, Eli wrote: With all the different features people want - almost makes me wonder if having an actual scripting language for rsync may be the best solution? Such a solution could be much better if it were a very limited scripting

Steroids for Rsync!

2005-03-02 Thread Scott Becker
I've been researching the state of 'file alteration monitoring' technology on Linux. Famd uses dnotify to inefficently monitor a handful of directories. The replacement for dnotify is being worked on in the kenel and it's called inotify. If I understand it correctly and they get it finished, it

Re: Repeated directory creation bug

2004-10-26 Thread Scott Webster
iPhoto Library" failed: File exists (17) rsync: mkdir "/mnt/usbhd/Tuesday/home/anders/ibook_pics" failed: File exists (17) It hasn't had this error for the past 5 days though, maybe it fixed itself :) Thanks, Scott On Tue, 26 Oct 2004 18:31:17 -0700, Wayne Davison <[E

Re: Repeated directory creation bug

2004-10-26 Thread Scott Webster
s happen, so I might have some difficulty. I just thought I would check to see if anyone else had the same problem, but perhaps not... Scott On Tue, 26 Oct 2004 17:33:31 -0700, Wayne Davison <[EMAIL PROTECTED]> wrote: > On Tue, Oct 26, 2004 at 05:07:50PM -0700, Scott Webster wrote:

Re: Repeated directory creation bug

2004-10-26 Thread Scott Webster
/current For reference, the error message is: rsync: mkdir "/mnt/usbhd/Tuesday/home/swebster/fdtdtemp/temp/examples" failed: File exists (17) Thanks, Scott On Tue, 26 Oct 2004 16:10:56 -0700, Wayne Davison <[EMAIL PROTECTED]> wrote: > On Mon, Oct 25, 2004 at 11:29:44AM -0700,

Repeated directory creation bug

2004-10-25 Thread Scott Webster
ailed: File exists (17) and so on. Has anyone else seen this? Seems to be a similar problem, just with a different error message? Rsync now exits with status 0 though instead of 23 or whatever. This is the debian packaged version 2.6.3-1. Thanks, Scott -- To unsubscribe or change options: http:

Re: Hangs on multiple small files

2004-10-12 Thread Scott Ainslie
Does anyone know where I can get a windows binary for the latest version? Thanks Scott On Tue, 12 Oct 2004 08:45:05 -0700, Wayne Davison <[EMAIL PROTECTED]> wrote: > On Tue, Oct 12, 2004 at 12:07:57PM +0200, Scott Ainslie wrote: > > I am running rsync on win9x (PIII 900, 128MB

Hangs on multiple small files

2004-10-12 Thread Scott Ainslie
her times it just seems to hang. Not much info but any ideas? Thanks Scott -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync to bakup server

2004-07-29 Thread Scott Miller
> On Wed, Jul 28, 2004 at 03:27:56PM -0600, Scott Miller wrote: > > [EMAIL PROTECTED] root]# rsync -rv 10.28.123.232::web > [...] > > Now, I put a file in the /var/www/html directory of the Primary server - but > > it never seems to get transfered to the backup serve

rsync to bakup server

2004-07-28 Thread Scott Miller
it was only looking there - to no avail. Can someone tell me what I am doing wrong? I'd just like to get the new or changed information from the primary server to the backup server. Thanks, Scott -- Outgoing mail is certified Virus Free. Checked by AVG Anti-Virus (http://www.grisoft.com).

Syncing Large File Systems

2004-07-23 Thread Scott Becker
I have the following needs: Sync millions of files. Set the time stamps to the second (or whatever resolution the web servers and clients see). I need a solution for my employer and have daytime hours to devote to it. Currently I have a crude FTP based solution which doesn't provide timestamp s

Re: backup complete server

2004-07-22 Thread Scott Miller
) at io.c(165) Does rsync log anything anywhere so that i can see what's going on, or are there any special debug commands I can use to see where I'm going wrong? Also, when I do a: rsync 10.28.123.232:: -v from the backup server, it proudces nothing - no output at all. Thanks,

backup complete server

2004-07-19 Thread Scott Miller
al is to have the backup server take a complete backup of the /etc and /home and /var directories every night, but want to get at least some files moving before I start specifying what "to" and "not to" move. Thanks, Scott -- Outgoing mail is certified Virus Free. Che

ssh+rsync to Windows

2004-05-02 Thread Scott LeFevre
all exit(12) So at this point I'm stuck! If anyone has any ideas, experience, or insights with either one of these scenarios, I would appreciate the help. -- Scott LeFevre -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

want rsync -v to report perm/mode changes

2003-09-12 Thread Scott Dworkis
currently (2.5.6) it seems to be silent and I cannot find a way to make it audible/verbose... is this possible? should it be? feature request? -Scott -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

Re: BugReport: file/directory warning ambiguous

2003-09-06 Thread Scott R. Godin
jw schultz wrote: > On Sat, Sep 06, 2003 at 11:49:31PM -0400, Scott R. Godin wrote: >> rsync -aczuv --rsh=ssh /var/www/html/ [EMAIL PROTECTED]:/data/web/$USER/html >> --exclude='**usage/' --exclude='**phpMyAdmin/' >> --exclude='**thumbnails/'

BugReport: file/directory warning ambiguous

2003-09-06 Thread Scott R. Godin
rsync -aczuv --rsh=ssh /var/www/html/ [EMAIL PROTECTED]:/data/web/$USER/html --exclude='**usage/' --exclude='**phpMyAdmin/' --exclude='**thumbnails/' --exclude='**mrtg/' --exclude='**icon' --exclude='template.htm' --delete [EMAIL PROTECTED]'s password: building file list ... done failed to set p

Re: Help using --exclude

2003-07-28 Thread Scott Sewall
Using "--exclude=/*/.mozilla/**/Cache/" works great. Thanks for your help. -- Scott Wayne Davison wrote: On Mon, Jul 28, 2003 at 01:21:38PM -0700, Scott Sewall wrote: My hope was the exclude pattern .mozilla/**/Cache/ would prevent the Cache directory and all files within it

Help using --exclude

2003-07-28 Thread Scott Sewall
t/home/erin/.mozilla/default/4lizkxa3.slt/Cache/00FBBBF2d01 My hope was the exclude pattern .mozilla/**/Cache/ would prevent the Cache directory and all files within it from being copied. However, this is not the case and all files in the directory are being transfered. You're help is great

Log Error Message

2003-06-01 Thread Scott Sipe
readable. boud# ls -l /etc/pwd.db -rw-r--r-- 1 root wheel 40960 May 22 08:08 /etc/pwd.db It's not that big a deal, because the rsync proceeds with no problems, I'm just wondering if this is something to be worried about? thanks, Scott -- To unsubscribe or change options: http://lists

Re: Rsync between HPUX11.11 and Redhat7.3

2003-02-26 Thread Stanton Scott
. :) On Tue, 25 Feb 2003 13:02:18 -0800 jw schultz <[EMAIL PROTECTED]> wrote: > On Tue, Feb 25, 2003 at 04:57:48PM +0200, Stanton Scott > wrote: > > Hi, > > > > The number of files we are trying to mirror is > > approximately: 100 000 and growing. > > T

Re: Rsync between HPUX11.11 and Redhat7.3

2003-02-25 Thread Stanton Scott
possitive affect ? Thanks, Stanton. On Tue, 25 Feb 2003 02:01:53 -0800 jw schultz <[EMAIL PROTECTED]> wrote: > On Mon, Feb 24, 2003 at 12:16:23PM +0200, Stanton Scott > wrote: > > Hi, > > > > If anyone has an Idea on how to solve the following > problem &g

Re: Rsync between HPUX11.11 and Redhat7.3

2003-02-25 Thread Stanton Scott
now more > regarding the nuances of the incremental compare when > doing it cross-platform. > > -kg > > Stanton Scott wrote: > >Hi, > > > >If anyone has an Idea on how to solve the following > problem > >it would be greatly appreciated :). > > &g

Rsync between HPUX11.11 and Redhat7.3

2003-02-24 Thread Stanton Scott
Hi, If anyone has an Idea on how to solve the following problem it would be greatly appreciated :). The scenario is as follows: Im running an rsync server on Redhat7.3. The rsync server configuration file looks as follows: rsyncd.conf log file = /var/log/rsyncd.log pid file = /var/run/

Re: unsafe_symlink change (Re: CVS update: rsync)

2003-01-16 Thread Scott Mcdermott
Dave Dykstra on Thu 16/01 14:57 -0600: > > > The patch from 2-1/2 years ago for changing copy-unsafe-links to > > > follow unsafe links on the destination side also included > > > essentially this patch. > > > > just to be clear, without using copy-unsafe-links, rsync still > > copies absolute sym

Re: unsafe_symlink change (Re: CVS update: rsync)

2003-01-16 Thread Scott Mcdermott
Dave Dykstra on Thu 16/01 14:33 -0600: > The patch from 2-1/2 years ago for changing copy-unsafe-links to follow > unsafe links on the destination side also included essentially this patch. just to be clear, without using copy-unsafe-links, rsync still copies absolute symlinks which point out of t

Re: [rsync] Re: [rsync] Please test rsync-2.5.6pre1

2003-01-14 Thread Scott Evans
> > On Mon, Jan 13, 2003 at 01:59:47PM -0500, Scott Evans wrote: > > > > Known issues that will probably need to be resolved before the final > > > > release: > > > > [...] > > > > > > Is there any interest in trying to hunt down the &q

Re: [rsync] Re: [rsync] Please test rsync-2.5.6pre1

2003-01-13 Thread Scott Evans
> On Mon, Jan 13, 2003 at 01:59:47PM -0500, Scott Evans wrote: > > > Known issues that will probably need to be resolved before the final > > > release: > > > [...] > > > > Is there any interest in trying to hunt down the "linux -> cygwin > &g

Re: [rsync] Please test rsync-2.5.6pre1

2003-01-13 Thread Scott Evans
wn but I don't know enough about rsync to do it myself. -- scott evans :: www.antisleep.com -- 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: [Fwd: Re: rsync windows -> unix still hanging :(]

2003-01-03 Thread Scott Evans
#x27;m the guy who started the thread) -- rsync still consistently hangs on large-ish directories. scott > Original Message > Subject: Re: rsync windows -> unix still hanging :( > Date: Mon, 30 Dec 2002 17:24:47 -0800 > From: Jim Kleckn

Re: --copy-unsafe-links, links preserved in source tree or local directory?

2003-01-02 Thread Scott Mcdermott
Seth Olsen on Thu 2/01 15:02 -0800: > I'm a bit confused about what the '--copy-unsafe-links' option > considers the 'source tree'. In the man page it says that for links > pointing outside the 'source tree' the file will be copied, I think it means, any link that points to a location whose par

rsync windows -> unix still hanging :(

2002-12-27 Thread Scott Evans
the only one still seeing this hang? -- scott evans :: www.antisleep.com -- 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: rsync on win32: a) slow, b) crashes

2002-12-16 Thread scott
> If you don't want to apply all the patches, contact > me, and I'll send you patched sources or a binary that > works for me under win2k (though I haven't tried the > patches under linux). I've only ever used used gcc on *nix, what's involved in compiling them myself on Win32? Unless rsync can b

rsync on win32: a) slow, b) crashes

2002-12-15 Thread scott
Server is Linux, client multi-boots Windows and Linux. rsync v2.5.5, Windows 2K/XP, Linux 2.2. Under Windows, it takes *forever* to receive the file list, and once transfer is in progress gets under 1MB/s, compared to 6-8MB/s when booted to Linux. Manual copy via SMB works at full speed regardl

RE: Issues with ownership and group

2002-10-30 Thread Remington I, Scott (S.M.)
Thank you, I'll follow up with your suggestions. And, BTW, I LOVE the term *guruly*. That's a new one for me :-} -Original Message- From: Tripp Lilley To: Remington I, Scott (S.M.) Cc: '[EMAIL PROTECTED] ' Sent: 10/30/02 9:52 PM Subject: Re: Issues with ownership a

Issues with ownership and group

2002-10-30 Thread Remington I, Scott (S.M.)
I'm using rsync to backup files from host A to host B. host A is running Solaris 2.6 with rsync 2.3.1 host B is running Solaris 7 with rsync 2.5.5 host A runs as root and syncs to host B through OpenSSH 3.4p1 to a non-root user on host B. If I bring a file back from host B to host A, I find that

getting error "remote path must start with a module not a /"

2002-09-28 Thread Scott Chapman
not a / rsync error: error starting client-server protocol (code 5) at main.c(885) I want to backup my laptop to a directory on my server. Is this the right way to run it? What is the meaning of this error? TIA, Scott -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/

Large File Support on AIX 4.3.3

2002-08-01 Thread Scott Powell
002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, no IPv6, 32-bit system inums, 64-bit internal inums Thanks, Scott -- To unsubscribe or change options: http://lists.samba.org/mailman/li

*****SPAM***** Location Based Services in Oracle 9i, iSeminar- Today, 7/15 @2PM EST

2002-07-15 Thread scott . nichols
SPAM: Start SpamAssassin results -- SPAM: This mail is probably spam. The original message has been altered SPAM: so you can recognise or block similar unwanted mail in future. SPAM: See http://spamassassin.org/tag/ for more details. SPAM: SPAM: Content a

Error Messages

2002-05-31 Thread Scott Sipe
/etc/rsync.secrets read only = yes auth users = scott list = yes [UserDrive] comment = Userdrive path = /userdrive [Cats] comment = Cats Files path = /cats the command run from the client is: /usr/local/bin/rsync -apogtv --delete --stats [EMAIL PROTECTED]::Ca

Re: rsync 2.5.5 fails to kernel.org

2002-05-01 Thread Scott Russell
5 firewall (Aventail) used here. A few weeks ago we switched from socks5 to Cisco PIX. After I disabled tsocks everything Just Worked(tm). A best guess, it's an rsync + socks5 issue maybe. To many variables to tell and no way to replicate it. -- Regards, Scott Russell ([EMAIL PROTECTED])

Re: "error in rsync protocol data stream"

2002-04-30 Thread Scott Lipcon
I'll leave it at 2.5.5 and see if I can reproduce the error in the next few days. Scott -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

rsync 2.5.5 fails to kernel.org

2002-04-05 Thread Scott Russell
r) rsync error: error in rsync protocol data stream (code 12) at io.c(151) Anyway, it's pretty consistent. I'm not sure which version of rsync kernel.org is running but I know the recommend a 2.4.x release on their web site. -- Regards, Scott Russell ([EMAIL PROTECTED]) Linux Techn

Re: File permission umask howto?

2002-04-05 Thread Scott Howard
, but for some reason it has never been documented. This will change with Solaris 9, where it's mentioned in the man page. Scott. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

eNewsletter from Oracle Corporation

2002-04-05 Thread scott . nichols
Title: Oracle Internet Sales Division : eNewsletter ESTABLISH YOUR PORTAL FRAMEWORK WITH THE ORACLE PORTAL ACCELERATORDo you have one? Do you need one? Would you like one? Oracle Consulting can help you get one, and quickly...ESTABLISH YOUR PORTAL FRAMEWORK WITH THE ORACLE PORTAL ACCELER

"error in rsync protocol data stream"

2002-04-03 Thread Scott Lipcon
udes --partial remote:/ . I'd appreciate any ideas... please cc replies to me. Thanks, Scott -- 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: File permission umask howto?

2002-04-03 Thread Scott Howard
On Wed, Apr 03, 2002 at 10:23:38AM -0500, Ted Zlatanov wrote: > Scott Howard <[EMAIL PROTECTED]> writes: > > > Numeric modes are not currently supported (ie, --chmod 0755). Although they > > would be easy to add, I'm not sure if it's a good idea or not? It re

Re: File permission umask howto?

2002-04-03 Thread Scott Howard
On Wed, Apr 03, 2002 at 10:40:07PM +1000, Scott Howard wrote: > > We've talked about a --chmod option to modify the permissions in > > flight, but nobody has written it yet. > > It's written... just needs some cleaning up and further testing... If anyone's i

Re: File permission umask howto?

2002-04-03 Thread Scott Howard
lable in the next few days. Scott. -- 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: Which archive to get?

2002-03-12 Thread Scott Howard
gt; rsync-2.5.3-compression-broken.tar.gz > > So, is this archive ok, or something is still broken there? It's broken. Either get rsync-2.5.4pre1.tar.gz from the preview directory, get rsync-2.5.3-compression-broken.tar.gz and don't use the -z option, or wait a few days (?) until 2.5.4

Patch: --drop-suid Remove suid/sgid from target files

2002-03-12 Thread Scott Howard
Scott. diff -r --unified rsync-2.5.4pre1-orig/flist.c rsync-2.5.4pre1/flist.c --- rsync-2.5.4pre1-orig/flist.cThu Feb 14 05:30:27 2002 +++ rsync-2.5.4pre1/flist.c Tue Mar 12 21:57:27 2002 @@ -36,7 +36,9 @@ extern int verbose; extern int do_progress; extern int am_server; +extern

Re: rsync processes never die

2002-03-11 Thread Scott Russell
On Mon, Mar 11, 2002 at 01:54:41PM +1100, Martin Pool wrote: > On 7 Mar 2002, Scott Russell <[EMAIL PROTECTED]> wrote: > > > I'm using rsync 2.5.2 but have seen this with 2.5.1. My system is Red Hat > > 7.2 with the current errata updates. Using rsyncd with

Re: rsync processes never die

2002-03-11 Thread Scott Russell
Martin - Thanks. I'll grab it and give it a try. -- Scott On Mon, Mar 11, 2002 at 01:54:41PM +1100, Martin Pool wrote: > On 7 Mar 2002, Scott Russell <[EMAIL PROTECTED]> wrote: > > > I'm using rsync 2.5.2 but have seen this with 2.5.1. My system is Red Hat >

rsync processes never die

2002-03-07 Thread Scott Russell
is helpful. Oh yeah, the only options in my /etc/rsyncd.conf are timeout 600 and the logging directive. Thanks. -- Regards, Scott Russell ([EMAIL PROTECTED]) Linux Technology Center, System Admin, RHCE. T/L 441-9289 / External 919-543-9289 http://bzimage.raleigh.ibm.com/webcam -- To unsu

  1   2   >