suid files and bsd

2002-01-24 Thread Steve
run into this sort of problem? I would really rather not have suid files allowed on the backup filesystem. Regards, Steve -- Systems Administrator | D i m e n s i o n a l C o m m u n i c a t i o n s | [EMAIL PROTECTED]| DSL/V90/K56flex/V34/ISDN/Frame/T1/T3 starts @$25/mo | 303.285.INET

Re: suid files and bsd

2002-01-24 Thread Steve
copy the file over just ignore the +s bit in the file... I hope this is more clear. Steve On Thu, Jan 24, 2002 at 10:27:07AM -0700, Steve wrote: > Currently I only have one machine backing up to another. I am > backing up to a filesystem that is mounted as nosuid. The syncing process &

Broken pipe error in local copy mode

2003-08-15 Thread Steve
h plenty of space on /export2 Can anyone give me a hint what the problem could be here? Thanks, Steve -- 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: Broken pipe error in local copy mode

2003-08-15 Thread Steve
Oops, sorry - this was a stupid beginner's mistake. Just found out that when I was issuing the commands I never had the target disk mounted, so the copied files went to the mount directory on the root filesystem instead, where there was not enough space - ouch :( Regards, Steve -

Rsync and snapshot backups

2007-11-20 Thread Steve
current /u0/home/ /u1/home_${datetime} >> ${log} This works except I no longer get deleted source files moved to backup-dir. Is there a way to get this behavior with the link-dest feature? Thank you, Steve -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Befo

Re: Rsync and snapshot backups

2007-11-20 Thread Steve
view > > and pass the --no-tweak-hlinked option. I will look into this, thanks for your help! Steve -- 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-2.5.2 possible buglets

2002-02-01 Thread Steve G
to unsigned. Cheers, Steve Grubb __ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com

Re: rsync 2.5.5, HPUX, getting unexplained error at main.c(578)

2002-08-21 Thread Steve Bonds
is nonzero. The actual value seems to be random. I plan to look at this more, but hopefully this info might help someone else track down this elusive HP-UX problem. -- Steve Bonds -- 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: [patch] for rsync

2002-09-03 Thread Steve Bonds
Dave: I don't suppose you could upload this as a context diff? ("diff -c ") My patch program (2.5.4) couldn't get it to apply vs. the current CVS version of rsync. -- Steve -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before

Re: 2.5.5-1 rsync hangs

2002-10-07 Thread Steve Thompson
ngle proc machine as well. > > Me too. I spent this afternoon debugging. There doesn't appear to be > anything wrong with rsync - looks rather more like something in cygwin > signal delivery is ill. > [...] I use rsync every day on Tru64 Unix and Linux systems. I have frequ

rsync over ssh - reporting errors

2002-11-21 Thread Steve Mallett
n/sh rsync -azurv -e ssh [EMAIL PROTECTED]:/Users/spaceman/docs . #I changed docs to Docs for example if [ $? -eq 1] then mail -s "backup failed" spaceman fi The process fails, but just hangs and doesn't exit to mail the error msg. Any suggestions? Steve Mallett -- To unsubscrib

PLS Ignore [was: rsync over ssh - reporting errors]

2002-11-21 Thread Steve Mallett
Begin forwarded message: From: Steve Mallett <[EMAIL PROTECTED]> Date: Thu Nov 21, 2002 3:40:03 PM America/Halifax To: [EMAIL PROTECTED] Subject: rsync over ssh - reporting errors I have rsync using ssh to grab files off my local box, but would like to include some basic error rep

rsync to 2000/NT servers?

2002-12-11 Thread Steve Mallett
I'm rsyncing over ssh to unix servers now & am wondering what people who use rsync for their unix boxes do when dealing with win 2000/NT machines? Steve Mallett -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo

Re: rsync to 2000/NT servers?

2002-12-13 Thread Steve Mallett
those files that someone wanted backed up being put in a file for a scheduled backup rather than ssh'ing in and getting them directly. Steve Mallett -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

.ssh files

2002-12-22 Thread Steve Mallett
ecause the "permission are incorrect". Any Suggestions? Did i screwup, by using mkisofs & cdrecord to burn the cd? Steve Mallett -- 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: .ssh files

2002-12-23 Thread Steve Mallett
Seems so. The "private" key file MUST ONLY be readable to the user, no one else. "chmod 600 " Rainer Changing the perms to 600 did it. Tally Ho. Steve Mallett -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http:/

error msg

2002-12-29 Thread Steve Mallett
) It appears that I only get this error -after- files are sent. Steve Mallett -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Live DB backups with rsync?

2003-01-14 Thread Steve Mallett
Is it possible to do live backups of a running DB with rsync??? I was just talking to livevault.com & they (only on win boxes) say they can grab changes from a client's live DB & sync them remotely. It sounded like BS to me, but I'm neither a DB guy or sync'ing expert

Rsync 2.5.6 ssh-basic.test patch

2003-02-03 Thread Steve Bonds
d try to move a directory into a subdirectory of itself. Attached in MIME format is the patch I used to fix the problem. (Patch is against current CVS version) -- Steve Bonds PS: Just in case your lawyers care, I release this code into the public domain a

Re: rsync - what can it do?

2003-02-04 Thread Steve Bonds
server. Otherwise you'll just be downloading the whole thing again since it's a different file. This goes without saying, but be sure to save a copy of the original downloaded file just in case something goes wrong with the rsync. -- Steve -- To unsubscribe or change options: http:

Re: rsync 1tb+ each day

2003-02-04 Thread Steve Bonds
ge that means "Hey! I just read XXX blocks of nothing but zeroes." The receiver then creates a sparse file on the destination for this area of zeroes. It's very handy for making copies of the database for read-only purposes and it saves lots of disk space. It doesn't hel

Re: rsync 1tb+ each day

2003-02-04 Thread Steve Bonds
On Tue, 4 Feb 2003, Steve Bonds wrote: > You might try one of these ideas for your high-bandwidth environment: > + hack receiver.c so that receive_data uses fd1 (the original file) > - also comment out finish_transfer, which does the rename and > sets the permissions.

Re: Syncing large amounts of data

2003-02-13 Thread Steve Bonds
avoid the search by having your application keep track of what has changed and what has not, then you can save yourself a lot of system impact. -- Steve On Wed, 12 Feb 2003, Adam Herbert aherbert-at-franklinamerican.com |Rsync List| wrote: > I need some suggestions. Here's my setup: &

no files transferred but output shows lots of directories why?

2003-02-13 Thread Steve Matlock
e. I now see in the output the additional file as well as the long list of directories. Next I touched another file and pushed again, this time without the verbose options. There was no output at all. Any ideas? Thanks in advance, Steve = Linux Registered User # 229073 M

Re: rsync vs. rcp

2003-02-19 Thread Steve Bonds
fering a bit because it had to re-checksum the file. I'd also suggest making the "I had to retransmit the file" message visible with just "-v", rather than "-vv". If you all think it's a good idea, but don't want to actually code it, let me know a

iconv problem with rsync

2016-05-11 Thread Steve Schow
I am having a problem using rsync 3.1.2 to backup a remote linux machine to local OSX machine. It works fine, but one large directory full of files has a lot of files with foreign characters in the filenames and this blows up rsync. I tried to use: —iconv=utf-8-mac,utf-8 But still it

How do you exclude a directory that is a symlink?

2017-03-03 Thread Steve Dondley
A thousand greetings, I'm trying to rsync a directory from a server to my local machine that has a symbolic link to a directory I don't want to download. I have an "exclude" option to exclude the symlink which works fine. However, if I add a --copy-links option to the command, it appears to overri

Re: How do you exclude a directory that is a symlink?

2017-03-03 Thread Steve Dondley
The directory I'm trying to copy from is: /home/blah/dir The symlink is /home/blah/dir/unwanted_symlinked_dir On Fri, Mar 3, 2017 at 8:10 AM, Paul Slootman wrote: > On Fri 03 Mar 2017, Steve Dondley wrote: > > > I'm trying to rsync a directory from a server to my local ma

Re: How do you exclude a directory that is a symlink?

2017-03-03 Thread Steve Dondley
Ah, sorry, it links to somewhere outside the directory. Thanks. /home/blah/dir/unwanted_symlinked_dir points to /home/blah/other_dir On Fri, Mar 3, 2017 at 10:03 AM, Paul Slootman wrote: > On Fri 03 Mar 2017, Steve Dondley wrote: > > > The directory I'm trying to copy from i

Re: How do you exclude a directory that is a symlink?

2017-03-03 Thread Steve Dondley
situations could benefit from a --resolve-cmd-line-links > switch > to resolve COMMAND LINE-SUPPLIED symlinks. > > http://unix.stackexchange.com/questions/153262/get-rsync-to- > dereference-symlinked-dirs-presented-on-cmdline-like-find-h > > /kc > > > On Fri, Mar 03,

rsync 2.5.6 still hangs

2003-03-19 Thread Steve Greenland
multiple runs with '-', the logs *do* vary, some of it probably buffering issues (the way the sending of cheksums interleaves with the receiving of data), but also the the number of checksums sent in the last file varies. Ideas? Since I seem to be able to duplicate the problem at wil

Re: rsync 2.5.6 still hangs

2003-03-20 Thread Steve Greenland
roblem, because it seems to hit quite a few people based on the list archive. Another bit of info: setting --bwlimit doesn't seem to help. Steve -- Steve Greenland The irony is that Bill Gates claims to be making a stable operating system and Linus Torvalds claims to be trying

Re: rsync listen to two TCP ports

2003-04-04 Thread Steve Greenland
ports are used. Try 'man xinetd.conf' for info on controlling which ports it listens on. Steve -- Steve Greenland The irony is that Bill Gates claims to be making a stable operating system and Linus Torvalds claims to be trying to take over the world. -- seen on th

Re: ssh-basic test

2003-06-05 Thread Steve Bonds
tent-type=text/x-cvsweb-markup -- Steve -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

rsync out of memory problem

2003-06-13 Thread Steve Thompson
Using an rsync (V2.5.6, Tru64 Unix 5.1A) command of the form: rsync -avz --delete /some/dir remhost:/some/other/dir where /some/dir has about 460,000 files in it, I get: building file list ... done ERROR: out of memory in make_file rsync error: error allocating core memory buffers (code

Re: Does block level replication require local disk access (Blocklev el) or can it work with a network share too

2003-07-23 Thread Steve Bonds
Rsync works entirely at the file level, and stores the "diffs" in a temporary file until the transfer is complete. No block/device level access is needed. -- Steve On Wed, 23 Jul 2003, Antony Parkin AntonyP-at-bluearc.com |Rsync List| wrote: > Could i run rsync on a linux se

Re: Maximum file size with rsync?

2003-08-14 Thread Steve Bonds
preserve permissions, filenames, etc. 4) Benchmark the transfer compared with a basic FTP or rcp. -- Steve -- 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: Maximum file size with rsync?

2003-08-14 Thread Steve Bonds
size. I don't think rsync would work well for files that large if they contained lots of changes. -- Steve -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

rsyncing *to* live system

2003-08-26 Thread Steve Wray
Hi there, I have been asked to develop a system for keeping a bunch of machines remotely configured and updated. The client has asked for this to be implemented using rsync. The machines involved are located at remote sites and physical access by competent personel is non trivial. And the systems

Re: On purpose slow copy support?

2003-09-25 Thread Steve Wray
Assuming that you arn't talking about a local copy, but using rsync over a network, would it be silly to suggest using --bwlimit? On Fri, 26 Sep 2003 09:01, [EMAIL PROTECTED] wrote: > I'd like to use rsync on a production box that has a great deal of > memory-cached filesystem in use at all time

Re: Using rsync to mirror FTP servers

2003-10-01 Thread Steve Bonds
this? Rsync is a one-way tool, for something like what you have in mind, I would look at Unison: http://www.cis.upenn.edu/~bcpierce/unison/ It's free/GPL and even works on Win32 systems. -- Steve -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Befo

Re: Backing up laptops on network

2003-10-09 Thread Steve Waltner
using this system at work and all of our laptops get automatically backed up any time they show up on they LAN. Steve On Friday, October 3, 2003, at 08:52 AM, Reuben Pearse wrote: Hi all, We are currently looking at a solution for backing up files on laptops to a server in a small office (10 use

Re: workaround for HFS+'s case-insensitivity?

2003-11-06 Thread Steve Waltner
t even needing a filesystem unmount using the diskutil command, this appears to only be in the newfs_hfs command. Steve http://www.itunes.com/ - Now available for Microsoft Windows -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://

error in socket IO (code 10)

2003-11-20 Thread Steve Dekorte
I'm getting the error: rsync error: error in socket IO (code 10) at /SourceCache/rsync/rsync-11/rsync/clientserver.c(83) This is on OSX 10.3.1 running rsync "version 2.5.6 protocol version 26". And the same for the rsync server. Any suggestions? -- Steve -- To unsubs

Change one file, and they all get sent!

2003-12-12 Thread Steve Howie
Hi, Just starting out with rsync, and I think I might be missing a fundamental point of how it works. Scenario: I start an rsync daemon on host A, and define a module 'test' on the rsyncd.conf file. 'test' is essentially my home directory on host A I then sign on to host B and issue rsync --

Re: Change one file, and they all get sent!

2003-12-12 Thread Steve Howie
Wayne Davison wrote: On Fri, Dec 12, 2003 at 11:49:26AM -0500, Steve Howie wrote: rsync --progress --recursive --links --stats arthur::test/ /var/tmp/haggis You didn't use -t to tell it to preserve the file times. Without that, you must use -c to checksum the files to figure out if

long startup times for large file systems

2003-12-17 Thread Steve Howie
Howdy, Rsync has been churning away for 45 mins, presumably bulding an in-core list of files to be copied to the destination. This is a very very large filesystem we are copying locally - approximately 4.2million files (WebCT). The resident process size for rsync has grown to 72Mb. - is this n

Daemon-mode authentication documentation

2004-01-05 Thread Steve Schultze
. There is no mention of the encrypted authentication scheme in the rsync man pages or on the site, as far as I can tell. So, I have 2 requests: 1. Can someone confirm that this description of the auth mechanism is accurate? 2. Can someone update the documentation? -- Steve Schultze Technical

Rsync and Tar

2004-01-19 Thread Steve Sills
to have rsync report its transfer stat to a MYSQL database for billing purposes, on a per client basis. Can this be done? Thanks in advance Steve -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

Re: Rsync and Tar

2004-01-19 Thread Steve Sills
I wasn't trying to "reinvent the wheel" I was just trying to see if anyone had done this. Your answer helped, so thankyou, but try not to be so snarkey in the future, most people including myself to look things up before we post on a mailing list. Steve jw schultz wrote: On Mo

Re: running rsync in $HOME/bin?

2004-01-21 Thread Steve Bonds
t think that the PATH is grabbed from the normal shell config, at least not when running rsync using "-e ssh". Similar to "scp" when using ssh, the PATH is minimally defined by SSH itself. So in short, just add "--rsync-path=/absolute/path/to/rsync" (on the target system

Re: Moving linux server with rsync

2004-01-22 Thread Steve Sills
You can setup the server to use a public key, then no password is required. Try this link, its a tutorial on how to do it. http://linuxproblem.org/art_9.html Hope this helps. Steve Spear wrote: Jw, Thank you so much for your reply. The commandline: rsync -avH --rsh=/usr/bin/ssh /www/kunder

Rsync's Speed

2004-01-22 Thread Steve Sills
During my initial download for my home directory backup, it took rsync over 6 hours to do the initial backup, but I can FTP the stuff in about 30 Mins. Is Rsync usualy this slow? I have compression turned on, and its across a 100 MB/S network, Anyone had this problem before? Steve Sills

Re: Rsync's Speed

2004-01-22 Thread Steve Sills
I am moving the home directories off my web server, there is approx 11 GB of data to be moved. I will turn off compression, and see if its any faster. Thanks Steve Vitaliy Buben wrote: Yes, compression slows things down, especially if you move multimedia files. On Thursday 22 January 2004

Re: Rsync's Speed

2004-01-22 Thread Steve Sills
Well, it is running under SSH, that could slow it down i guess Steve Sills Platnum Computers, President http://www.platnum.com [EMAIL PROTECTED] - Original Message - From: "Streubert, Christoph" <[EMAIL PROTECTED]> To: "Chuck Wolber" <[EMAIL PROTE

Fw: Rsync's Speed

2004-01-22 Thread Steve Sills
Steve Sills Platnum Computers, President http://www.platnum.com [EMAIL PROTECTED] - Original Message - From: "Steve Sills" <[EMAIL PROTECTED]> To: "jw schultz" <[EMAIL PROTECTED]> Sent: Thursday, January 22, 2004 1:52 PM Subject: Re: Rsync's Speed

Re: Rsync's Speed

2004-01-22 Thread Steve Sills
for everyones help. Steve Sills Platnum Computers, President http://www.platnum.com [EMAIL PROTECTED] - Original Message - From: "jw schultz" <[EMAIL PROTECTED]> To: "Steve Sills" <[EMAIL PROTECTED]> Sent: Thursday, January 22, 2004 2:02 PM Subject: Re:

Re: ssh - how to send password ?

2004-02-18 Thread Steve Sills
What you need to do it setup a key on the remote machine, a tutorial to do this can be found at http://linuxproblem.org/art_9.html , hope this helps. Steve Sills Platnum Computers, President http://www.platnum.com [EMAIL PROTECTED] - Original Message - From: "Huw Wyn Jones&quo

Re: Where is my bottleneck?

2004-03-11 Thread Steve Bonds
oking for small changes in a large file. It may be faster to use "--whole-file". -- Steve -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

ODBC database logging for rsync

2004-04-06 Thread Steve Sether
these databases are completely untested (i.e. I don't have any of these databases). I still need to write some documentation of new run-time config options. Thanks. -Steve Sether -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: Enabling checksum for individual files?

2004-05-13 Thread Steve Bonds
tion is to use the "touch" command to change the time on the destination file to something older, then rsync will check it when run. If this is an ongoing problem, then try the "--ignore-times" option in rsync which turns off this optimization, but is still MUCH faster than &q

Re: How to improve transfert rate with rsync

2004-05-13 Thread Steve Bonds
or bottleneck. > 2) How can I see the transfert rate of the file (like with scp) Check the rsync option "--progress", best used with "--verbose". -- Steve -- 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: HP-UX 11i and largefiles on rsync 2.6.2

2004-07-14 Thread Steve Bonds
s use rsync to finish it off if you get the problem solved (or just wait for FTP if you don't.) -- Steve -- 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: HP-UX 11i and largefiles on rsync 2.6.2

2004-07-27 Thread Steve Bonds
t was. (And I double-checked.) Other utilities (e.g. "dd") can create large files just fine. I haven't seen anything obviously wrong with write_file or flush_write_file in fileio.c (v. 1.15). Do you know what is meant by the "process' file size limit"? -- Steve -- 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: HP-UX 11i and largefiles on rsync 2.6.2

2004-07-28 Thread Steve Bonds
concern would be possibly filling up someone's filesystem if it didn't support sparse files. -- Steve/* Demonstration code that tests the mkstemp() system call to see if it can safely create files larger than 2GB. Steve Bonds July 28 2004 no Copyright claimed This code is released into

Re: HP-UX 11i and largefiles on rsync 2.6.2

2004-07-29 Thread Steve Bonds
with the same name. This can never happen if that other process is using these functions or mktemp, and the file names are chosen such that duplication by other means is unlikely. - At least HP documents their race conditions, eh? :( -- Steve -- To unsubscribe or change options

Re: HP-UX 11i and largefiles on rsync 2.6.2

2004-07-29 Thread Steve Bonds
On Thu, 29 Jul 2004, Chris Shoemaker c.shoemaker-at-cox.net |Rsync List| wrote: > On Wed, Jul 28, 2004 at 10:57:58AM -0700, Steve Bonds wrote: > > The mkstemp man page suggests using tmpfile() instead, which > > generally means that HP won't fix any problems. >

Re: mirroring in both directions with rsync

2004-07-30 Thread Steve Bonds
fer program, like rcp/scp, only with the addition of its clever bandwidth reduction algorithm. For a two-way sync, try Unison: http://www.cis.upenn.edu/~bcpierce/unison/ -- Steve -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://w

Re: HP-UX 11i and largefiles on rsync 2.6.2

2004-07-30 Thread Steve Bonds
kage I suspect it will be a while before it emerges from their patch factory. Changes to libc get pretty thorough testing. ;-) -- Steve -- 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 and open files

2004-08-02 Thread Steve Losen
files, then the first NFS client will get "stale NFS handle" errors whenever it tries to access an open file that was unlinked out from under it. Steve Losen [EMAIL PROTECTED]phone: 434-924-0640 University of Virginia ITC Unix Support -- To unsubscribe or change opt

Re: HP-UX 11i and largefiles on rsync 2.6.2 (fwd)

2004-08-02 Thread Steve Bonds
on HPUX 11.0. It skips the problematic mkstemp() call. It also passed the largefiles test that I sent to the list recently. -- Steve -- 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 a destination > 8TB problem...

2004-08-11 Thread Steve Bonds
ugging steps I used to track down a 2GB bug on HP-UX: http://lists.samba.org/archive/rsync/2004-July/010197.html The best results were from running rsync under "tusc" (in your Linux case it would be "strace") and sifting through the voluminous output to find the write() tha

Re: Nessus 2.1.3 released

2004-09-23 Thread Steve Bonds
I just tried the Nessus 2.1.3 beta on my RedHat Enterprise WS 3.0 system, which has had plugin coredump problems with 2.0.10 and 2.0.12. It works great! I'm looking forward to the release version. -- Steve -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/

rsync doesn't delete unreferenced directories.

2004-11-01 Thread Steve Sether
I'm using rsync to backup multiple directories, i.e. rsync -azq --delete --relative /dog /cat /fish [EMAIL PROTECTED]::modulename Everything works fine, except if I remove a directory from the list of those being backed up, it isn't deleted on the other side. For example: rsync -azq --delete --r

Re: Rsync Quick Reference sheet

2004-11-18 Thread Steve Manning
How about "rsync --help" ? :-) On Thu, 18 Nov 2004 08:11:50 -0500, Bob Bagwill <[EMAIL PROTECTED]> wrote: > On Thu, 18 Nov 2004 10:41:14 +, Reuben Pearse > <[EMAIL PROTECTED]> wrote: > > > Does anyone know of an rsync quick reference sheet? > > When you finish writing it, please send me a c

Re: DO NOT REPLY [Bug 6276] crtimes.patch does not preserve creation dates on Mac x86_64 only

2010-02-10 Thread Steve Ortiz
Wayne, I tried changing "unsigned long" to "uint32" as you suggested, but that doesn't work. The compiler adds padding to the struct to make the fields 64-bit aligned and it has the same problem.  To convince the compiler that the timespec really should come immediately after the length, the struct

Patching for --omit-symlink-times?

2010-08-06 Thread Steve Polyack
d this (such as forcing rsync to recreate symlinks that haven't "changed")? - Would you be interested in applying the patch to the rsync source tree? Thanks! Steve Polyack -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: h

Re: feature request: "remote user is root, make remote owner is foo"

2010-08-11 Thread Steve Polyack
x27;t there a better way? While I'm doing this, the files are temporarily unavailable, since they aren't readable by www-user as they exist on the local system. I think Brian's solution is ideal. Use the setgid bit on your web directories. -Steve Polyack -- Please use reply-all

Re: using rsync for jar file

2010-08-18 Thread Steve Polyack
On 8/18/2010 1:45 AM, Vanitha wrote: We are using Rsync -r -a -e 'ssh -l u...@host1 -h /home/xx/dir-name u...@host2:/home/xx/dir-name Where's the terminating ' for the rsh command? The jar file is present inside the directory. > -Original Message- > From: Benjamin R. Haskell [

Re: using rsync for jar file

2010-08-18 Thread Steve Polyack
g. -r is also implied with -a and is not necessary. On 8/18/2010 9:18 PM, Vanitha wrote: The exact syntax is as below Rsync -r -a -e "ssh -l u...@host1" -h /home/xx/dir-name u...@host2:/home/xx/dir-name ---- *Fr

Re: rsync failing on solaris 10

2010-08-21 Thread Steve Polyack
On 8/22/2010 1:56 AM, Rick Smith wrote: I downloaded rsync from sunfreeware.com , installed the dependencies and installed rsync without error, however when I run it I get errors, see: # /usr/local/bin/rsync -a -A -h -u -p -e rsh --progress --rsh=/usr/bin/rsh r...@192.1

rsync patch

2012-10-07 Thread Steve Thompson
ong enough to exceed the USB bus reset cycle. Additionally, it is probably wise to set nr_requests to 1, readahead_kb to 0 and nomerges to 1 for the affected drive. Feedback on the patch is appreciated. Sincerely, Steve Thompson -- Please use reply-all for most replies to avoid omitting the mailing

Oops.

2012-10-07 Thread Steve Thompson
Sorry, got carried away and forgot to attach the patch...Only in rsync-3.0.9: config.h.in Only in rsync-3.0.9: configure.sh diff -ur rsync-3.0.9/fileio.c rsync-3.0.9.1/fileio.c --- rsync-3.0.9/fileio.c 2011-02-21 19:32:51.0 + +++ rsync-3.0.9.1/fileio.c 2012-10-07 17:54:20.233482145 +000

xattr version generates 'wrong write used in receiver'

2007-08-30 Thread Steve Simmons
Applying the xattr and acl patch to 2.6.9, running ./prepare-source and config with ./configure --enable-xattr-support results in a version which fails to transfer with the error msg 'wrong write used in receiver' and complaints about protocol mismatch. I see there's a patch for a similar

Re: xattr version generates 'wrong write used in receiver'

2007-08-30 Thread Steve Simmons
On Aug 30, 2007, at 6:43 PM, Steve Simmons wrote: Applying the xattr and acl patch to 2.6.9, running ./prepare-source and config with ./configure --enable-xattr-support results in a version which fails to transfer with the error msg 'wrong write used in receiver' and compla

Re: xattr version generates 'wrong write used in receiver'

2007-08-30 Thread Steve Simmons
On Aug 30, 2007, at 6:55 PM, Matt McCutchen wrote: On 8/30/07, Steve Simmons <[EMAIL PROTECTED]> wrote: Applying the xattr and acl patch to 2.6.9, running ./prepare-source and config with ./configure --enable-xattr-support results in a version which fails to transfer with the err

Re: xattr version generates 'wrong write used in receiver'

2007-08-31 Thread Steve Simmons
On Aug 30, 2007, at 6:57 PM, Steve Simmons wrote: On Aug 30, 2007, at 6:55 PM, Matt McCutchen wrote: On 8/30/07, Steve Simmons <[EMAIL PROTECTED]> wrote: Applying the xattr and acl patch to 2.6.9, running ./prepare-source and config with ./configure --enable-xattr-support result

RE: cygwin rsync windows to windows ACL problem

2007-10-01 Thread Steve Radich
g then robocopy may be just about the same. Robocopy is part of the windows resource kit I believe, it's been around a long time. There's white papers on Microsoft's site about it. Steve Radich - http://www.aspdeveloper.net / http://www.virtualserverfaq.com BitShop, Inc. -

RE: estimating nightly diffs

2007-10-02 Thread Steve Radich
average.. Steve Radich - http://www.aspdeveloper.net http://www.aspdeveloper.net/> / http://www.virtualserverfaq.com http://www.virtualserverfaq.com/> BitShop, Inc. - Development, Training, Hosting, Troubleshooting - http://www.bitshop.com http://www.bitshop.com/> -- To unsub

patch for rsync: provides "nice = N" option

2007-10-09 Thread Steve Friedl
Hi folks, This is a patch for rsync 2.6.9 - I'm not sure if this is the proper vehicle for submitting them. It's been working great for us for months, and I hope it's seen as offering useful utility in general. Steve (who is not a subscriber to this list) --- Stephen J Fr

Backup Microsoft Exchange

2008-10-06 Thread Steve Zemlicka
I am looking for a way to backup Microsoft Exchange servers offsite. I am OK offering something like Backup Exec and doing a d2d then subsequently rsyncing those backup files but it doesn't seem to sync those files efficiently. Has anybody found a good solution for something like this? __

RE: Backup Microsoft Exchange

2008-10-07 Thread Steve Zemlicka
West 6th Street Monroe, WI 53566 (608) 329-4300 [EMAIL PROTECTED] -Original Message- From: Julian Pace Ross [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 3:16 AM To: Brad Farrell; 'Rob Bosch'; Steve Zemlicka Cc: rsync@lists.samba.org Subject: Re: Backup Microsoft

Current status of --inplace?

2008-11-10 Thread Steve Bergman
possible uses for --inplace which could benefit from not having to copy all that data locally every time, but which also require good network efficiency. Thanks for any insights. -Steve Bergman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change

character set for Windows?

2008-12-01 Thread Steve Lefevre
I'm using cygwin to backup files from a windows machine to a unix host with rsync. I originally uploaded the bulk of the files using a windows ftp client, and then planned on doing updates nightly with rsync. Some of the filenames have strange characters in them, such as the trademark symbol, and

RE: Disaster recovery option for file server

2009-04-17 Thread Steve Radich
changing share permissions is a pretty trivial task. Steve Radich - Founder and Principal of Business Information Technology Shop - www.bitshop.com Developer Resources Site: www.ASPDeveloper.Net  - www.VirtualServerFAQ.com   LinkedIn Public Profile: http://www.linkedin.com/in/steveradich -O

Re: atomic transaction set option to rsync

2005-01-03 Thread Steve Bonds
custom scripts for this. Lastly, I suspect one of the rsync gurus here can probably comment on the feasibility of at least providing an option to restore the version 2.5 behavior. Thanks again for the RPMs. I hope you can find a good solution to your mirroring dilemma. -- Steve -- To unsubscribe

Re: Potential new option: --delete-during

2005-01-21 Thread Steve Bonds
hoice. This sounds quite helpful. How does this behave in the event of a read error on the source? The desired behavior from my standpoint would be to disable deletion of files in the current directory, but continue deleting files in other directories. -- Steve -- To unsubscribe or change op

Re: [rsync-announce] Rsync 2.6.4pre3 released (Out of Office)

2005-03-15 Thread Steve Doud
I am out of the office Wednesday March 16th through Friday March 18th. Will return on Monday, March 21st. Thanks. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Patch: Offline transfer mode

2005-03-20 Thread Steve Traugott
keep this in mind\&. +.PP +Once the initial update is done, you'll likely find that the batch +file size is quite small each trip, depending on the change rate +of your data and how often you update\&. For most organizations a +single 250 +gigabyte USB drive should be much more tha

Re: Patch: Offline transfer mode

2005-03-20 Thread Steve Traugott
Just a quick followup... On Sun, Mar 20, 2005 at 08:46:20PM -0800, Steve Traugott wrote: > It took me longer than I hoped, but still only several hours to work > this out -- it turned out to be easy enough. Batch mode did most of > what I wanted; I just needed to keep --write-batch

  1   2   >