incremental backup to nas server

2011-12-28 Thread ~D
Hi, I like to use rsync for backup from Desktop to my nas server. - I can setup an cron job at the server, so rsync starts on the server side to backup from my desktop to the server. But what if I shutdown my Desktop? Can rsync handle interruptions in a good way or is there a better solution?

--exclude-from and a directory name that contains a hyphen

2010-04-22 Thread Wolter, John D. (GRC-RTE0)
s so I know it's not just something I'm doing wrong? Other details: The local machine is running ubuntu 9.04, while the remote server is running RedHat Enterprise Linux 5.4. The other machine (on which rsync 2.6.8 is installed) is also running RHEL 5.4. John D. Wolter Aerospace Engi

patches to enable rsync 3.0.6 compile on AIX 3.2

2009-05-13 Thread Ian! D. Allen
sync-3.0.6/lib/sysacls.c rsync-3.0.6-new/lib/sysacls.c 1817a1818 > #if defined(ENOTSUP) 1818a1820,1822 > #else > errno = EINVAL; > #endif As has been noted elsewhere, running ./configure with "ksh" works better than with the default /bin/sh. -- | Ian! D. All

Re: purge-empty-dirs and max-file-size confusion

2009-04-25 Thread Ian! D. Allen
On Fri, Apr 24, 2009 at 02:19:41PM -0400, Ian! D. Allen wrote: > On Fri, Apr 24, 2009 at 07:51:35AM -0700, Wayne Davison wrote: > > This is because --min-size is a transfer rule, not an exclude rule. > > There is no mention of the concept of "transfer rule" in the rs

how to put -ii output in log file and not on screen?

2009-04-24 Thread Ian! D. Allen
MAT [...] Setting this option to the null string (="") will have the side-effect of disabling the all the effects and side-effects of --itemize-changes. My current work-around is to abandon trying to use --log-file and to parse the redirected output of "-ii" inst

Re: purge-empty-dirs and max-file-size confusion

2009-04-24 Thread Ian! D. Allen
lter/exclude rule, it does not affect the file-list, so --prune-empty-dirs will not work with this option. Thanks for keeping rsync alive and kicking! -- | Ian! D. Allen - idal...@idallen.ca - Ottawa, Ontario, Canada | Home Page: http://idallen.com/ Contact Improv: http://co

Re: purge-empty-dirs and max-file-size confusion

2009-04-24 Thread Ian! D. Allen
xclude and it works fine:' rm -r $tmp2 rsync -ai --exclude smallfile --prune-empty-dirs $tmp1 $tmp2 find $tmp2 -empty # shows no output - this is correct and expected echo "*** Why doesn't --prune-empty-dirs work with --min-size and --max-size?" rm -r $tmp1 $tmp2 -- | Ian! D

Re: purge-empty-dirs and max-file-size confusion

2009-04-23 Thread Ian! D. Allen
current misbehaviour. Has nobody ever wondered about this before? I suppose I shall have to Read The Source to find out what is wrong. Please someone enlighten me about what I'm missing, before I start digging around in there... -- | Ian! D. Allen - idal...@idallen.ca - Ottaw

purge-empty-dirs and max-file-size confusion

2009-04-21 Thread Ian! D. Allen
test/dir4/BIGFILE cd+ test/dir5/ >f+ test/dir5/BIGFILE cd+ test/dir6/ >f+ test/dir6/BIGFILE Wrong. I don't want all those dir1, dir2, dir3 empty directories. I don't want *any* empty directories, at any level. What am I miss

Configuring Rsync to run without any user input or Cron job.

2008-11-19 Thread Etienne D
Hi ! I would like to know if it's possible for Rsync to automatically mirror a folder and it's content from one deamon to another. (or one client to a deamon) Basically I want users to drag and drop files in a folder and Rsync to mirror these files as soon as it sees them. A cron or schedule task

Re: rsync hang at end

2008-05-23 Thread Lawrence D. Dunn
from... I googled around and found references to an rsync end hang that said the child process wasn't getting the quit signal from parent rsync (on rsync 2.5.5) Don't know if that is relevant at all... Any thoughts, anyone? thanks so much for this great tool! Rob D -- Please us

Re: Howto: Mac OS X to Windows VM

2008-04-11 Thread Rama D. Chavali
a, Michal Suchanek wrote: On 11/04/2008, David Miller <[EMAIL PROTECTED]> wrote: On Apr 9, 2008, at 3:12 PM, Rama D. Chavali wrote: Hi, I have a mac pro and a windows Vm which I want to keep sync. I tired using other Sync programs but they do not seems to be working.

Re: Howto: Mac OS X to Windows VM

2008-04-11 Thread Rama D. Chavali
Does Rsync have a listen to changes mode? if it does how do i activate it? I was thinking i use Unison with windows scheduled task to let it run every 15 minutes if thats possible. Matt McCutchen wrote: On Wed, 2008-04-09 at 17:12 -0500, Rama D. Chavali wrote: I have a mac pro and a

Howto: Mac OS X to Windows VM

2008-04-10 Thread Rama D. Chavali
Hi, I have a mac pro and a windows Vm which I want to keep sync. I tired using other Sync programs but they do not seems to be working. I tend to leave applications running which create their own temp files in its own specific folder, which caused the other sync programs to crash. I tired

overflow: linkname_len

2008-03-27 Thread Brian D. McGrew
Good morning all, I¹m using rsync v3.0.0 on both ends. The source is Fedora Core 4 and the destination is MacOS 10.5.2. I¹m trying to sync a file system with roughly 5,000,000 files checking in about 1.2TB. I use the command rsync ­avP ­e shh [EMAIL PROTECTED]:/filevault . From my MacOS machine

Max files/buffer overflow

2008-03-25 Thread Brian D. McGrew
Hello All, I am having an interesting issue where using the command ‘rsync –avP –e ssh’ seems to want to bail out on filesystems that have more than about 1.2 million files. Using that same command on smaller filesystems works like a charm! The server is rsync 2.6.8 protocol 29 and the destina

Re: rsync & SSL 'for real'

2007-04-19 Thread Lawrence D. Dunn
tracking TCP's window size. Current Linux releases do a good job of auto-tuning TCP buffers, without need for manual adjustment. ) Again- sorry for the tangent. Larry -- At 1:21 PM -0700 4/18/07, Carson Gaspar wrote: Lawrence D. Dunn wrote: Colleagues, If you do pursue SSL functio

Re: rsync & SSL 'for real'

2007-04-18 Thread Lawrence D. Dunn
Colleagues, If you do pursue SSL functionality directly in rsync, please be sure to take a look at Chris Rapier's work to "fix" standard ssh implementations, at: http://www.psc.edu/networking/projects/hpn-ssh/ Turns out "-e ssh" using most libraries puts a fixed-window-size ssh-windowi

Re: Timestanp question

2007-03-30 Thread William D. Tallman
On Fri, Mar 30, 2007 at 04:02:18PM -0700, Wayne Davison wrote: > On Fri, Mar 30, 2007 at 03:18:39PM -0700, William D. Tallman wrote: > > My question is this: do I need to continue to use --size-only, or has > > the first rsync backup run put time stamps on all files? > > Yo

Timestanp question

2007-03-30 Thread William D. Tallman
I've now got scripts that correctly backup all my primary partitions to a second drive. The original problem was that I copied them over without a time stamp, so that the first rsync run found no timestamps and wanted to copy them all over again. So I used: 'rsync -r -t -v --size-only $

Re: Newbie question.

2007-03-11 Thread William D. Tallman
On Sun, Mar 11, 2007 at 03:16:13PM -0700, Wayne Davison wrote: > On Sat, Mar 10, 2007 at 01:29:45PM -0800, William D. Tallman wrote: > > And I got it that I could remove -t and --size-only from subsequent > > backup runs. > > No, you don't want to eliminate -t, as pr

Newbie question.

2007-03-10 Thread William D. Tallman
I'm just starting to learn about rsync. My use is to backup one hard drive to another (newer) hard drive. I've read through the man file, the rsync site, several googled posts, and have read this forum for a few days, and I still have some questions. The initial copy over was simply 'cp $SOURCE

moving local files, remote mirroring, and --link-dest awkwardness

2007-02-24 Thread Ian! D. Allen
use the -H feature to update hard links. That also works; but, then I have a mix of linked and not-linked files in dir/tmp that I have to sort out.) -- | Ian! D. Allen - [EMAIL PROTECTED] - Ottawa, Ontario, Canada | Home Page: http://idallen.com/ Contact Improv: http://contactimprov.ca/ | Col

Re: Rsync Optimization for Long Haul Links

2006-08-10 Thread Lawrence D. Dunn
David, What OS is on each end? This sounds like (maybe) classic "TCP buffers too small by default", which limits the amount of data in-flight for an individual TCP flow to min(senders_TCP_send_buf, receivers_TCP_recv_buf), assuming a clean network path. (If you're running current Linu

Re: request: add TCP buffer options to rsync CLI?

2006-05-04 Thread Lawrence D. Dunn
Stu, I ran into similar circumstances when helping some folks transfer data from FermiLab(Chicago) to Renater(France). What options are you using for rsync? The buffer tuning you refer to is actually tuning two different things. The rsync TCP-buffer options allow you to set TCP buffers

Re: sctp support for rsync?

2006-03-06 Thread Lawrence D. Dunn
At 9:30 AM + 3/6/06, gARetH baBB wrote: On Sun, 5 Mar 2006, Lawrence D. Dunn wrote: Chris rapier has been working on a fix for this, see: >http://www.psc.edu/networking/projects/hpn-ssh/ Note this affects anything using ssl, like scp, sftp, rsync -e ssh, etc. None of th

Re: sctp support for rsync?

2006-03-05 Thread Lawrence D. Dunn
Jason, Wayne, As far as I know, rysnc transfers the files themselves using TCP, right? So rsync can be affected by latency - transferring a large file, it is subject to TCP's latency-effects, including slow recovery from a loss on large bandwidth*delay product (BDP) links. (Same with sev

remove-send-files, thanks and question

2006-03-04 Thread d . laffien
First remove-send-files is improved in the actual version and really works better for me, removing is now more in time. In my case I have a buggy wireless cconnection and rsyncing over night in a loop, until rsync return 0, because often the pipe connection gets broken. After a complete suc

detect renamed still not working

2006-03-04 Thread d . laffien
t --stats /root/test/ xxx:/root/test --progress -i --detect-renamed building file list ... 14 files to consider .d..t ./ .d..t 1/ Number of files: 14 Number of files transferred: 1 Total file size: 17493459 bytes Total transferred file size: 1628679 bytes Literal data: 1628679 bytes Matche

detect-renamed dosn't work?!

2006-03-01 Thread d . laffien
Hi lhere, i'm trying the detect-renamed patch in 2.6.7pre2 in a really small scenario. Having two dirs with some files rsyncing to destination. First I have no delete switches on, at least I will need them. Heres the command I use: rsync -e "ssh -i /root/.ssh/srv-key" -r -p -o -g -v -z -l -t

How to use rsync for Ghost or Acronis type backup

2006-01-10 Thread Thomas D. Harrison
Madison, That sounds like a really nice backup program. I'd like to try your Beta out if I could. I've use rsync regularly and it would be great to have a front end. Thanks. Thom -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: htt

Re: request: add TCP buffer options to rsync CLI?

2005-11-07 Thread Lawrence D. Dunn
Jason, Summary guess-on-my-part: "Maybe" (w.r.t. will_larger_buffers_help?). Depending on which satellite-height you're using, and what your current default buffers are, and which-operating-system, 1-4Mbps is on the edge where more-than-default buffers are useful. More detail below. (

Re: request: add TCP buffer options to rsync CLI?

2005-11-01 Thread Lawrence D. Dunn
ote: On Tue, Nov 01, 2005 at 01:03:39PM -0500, Lawrence D. Dunn wrote: I'd like to request/suggest that cli options to set TCP send/receive buffers be added to rsync client-side. That's simple enough to do. The attached patch adds the option --sockopts=OPTIONS that accepts the sam

request: add TCP buffer options to rsync CLI?

2005-11-01 Thread Lawrence D. Dunn
Dear rsync folks, I'd like to request/suggest that cli options to set TCP send/receive buffers be added to rsync client-side. Summary: I'm aware that a daemon's config-file can set socket options for the server side (e.g. SO_SNDBUF, SO_RCVBUF). That is useful. But when trying to get

Out of Office AutoReply:

2005-05-06 Thread Jones, Larry D
Title: Out of Office AutoReply: I will be on Vacation May 6th. I will not be checking my Email.If you need to contact me please call me on my cell 765-208-6100. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/

Re: files and directories with accented characters are destroyed

2005-04-15 Thread Toby D. Watson
Jean-Max Reymond wrote: 2005/4/14, Jean-Max Reymond <[EMAIL PROTECTED]>: On Mac OS X (mini Mac), using rsync with --delete option to backup a linux Box, all the file and directories with accented characters are destroyed: deleting Documents/Ve??lo/ deleting Documents/Ckr/marche??s_publics/ deleting

Rsync, cygwin and seemingly random deleting of files problem

2005-03-21 Thread Toby D. Watson
Dear All, I am running Rsync (2.6.3) on Windows Server 2003 via Cygwin, performing a pseudo-local sync (t: is a mapped NAS). The Rsync command I am using is below, but I am having a problem whereby certain files are being deleted, seemingly at random. I am using the --delete flag. These files a

Errors during transfer

2005-01-17 Thread d c
I am using rsync w/ CYGWIN to copy files from an NT server to a Freebsd 5.3 server running runsy- latest 2.6.3 BSD patch to latest RELEND_5_3. I am moving very large 2gb files/. An older version exists at the destination so it is only xferring diffs. I am using putty with port forwarding to han

Re: Transferring Large Files w/ Rsync - Initial Xfer

2005-01-03 Thread d c
As an adder-  Would I be better of not compressing?d c <[EMAIL PROTECTED]> wrote: Hmm---   Let me clarify a few things and apply it to your response to verify I understand.   I have 51 file ranging from 1mb to 1.9gb in size.  These files reside on a share of a windows server.  They are the

Re: Transferring Large Files w/ Rsync - Initial Xfer

2005-01-03 Thread d c
to do is not feasible over T1's.   Anyone else able to move large files over the wan via encrypted ssh tunnels with rsync?Wayne Davison <[EMAIL PROTECTED]> wrote: On Mon, Jan 03, 2005 at 04:40:03PM -0800, d c wrote:> The source files have slightly chnaged and I now am trying to sync

Transferring Large Files w/ Rsync - Initial Xfer

2005-01-03 Thread d c
Hi All-   I am trying to use rsync to synchronize very large files-  some are close to 2gb in size.   I have copied the files manually to a usb drive and shipped it to the location where the rsync server is running.    At the remote location I copied the files to a directory which resides on the r

Re: Rsync permission issue

2004-12-21 Thread d c
creates a sub-directory it assigns no rights at all to it:  d   I have tried the -p option on the client but it does not help. Currently running latest version of rsync---recompiled last night.   Client is windows w/ cygwin.   thx     d c <[EMAIL PROTECTED]> wrote: I am conn

Rsync permission issue

2004-12-20 Thread d c
e dir's has an " ' " in it...will this cause a problem.  Do windows files / dir names need to be modifed before copying up to rsync server.   As usual-   TIA  :)  Hopefully I'll be able to answer some of these in the near future.   -d    

Re: SSH Tunnel Problem

2004-12-19 Thread d c
fault rights on the binary for rsync also?   Thanks for the quick repsonses so far.   Also-  as an aside I am I better of w/ cwrsync?Wayne Davison <[EMAIL PROTECTED]> wrote: On Sat, Dec 18, 2004 at 07:28:24PM -0800, d c wrote:> HOWEVER- I cannot connect "passwordless" with SSH

SSH Tunnel Problem

2004-12-18 Thread d c
I have set up an Rsync server on FreeBSD 5.3 and plan on having windows clients synchronize data to it. Rsync running as a daemon works fine. I can successfully copy data up to the server and view it via scp. Also- I can connect via ssh and run rsync as well. HOWEVER- I cannot connect "passw

Mac OS X HFS+ metadata patch: beta testers?

2004-09-11 Thread D Andrew Reynhout
Hi. I've written a patch for rsync that will recognize Mac OS X HFS+ resource forks and metadata, and transfer them to a remote non-HFS+ filesystem. The resource forks and metadata are stored in an AppleDouble file, using the ._ naming scheme. A few people have been helping me test the new versi

which files were newer and not transferred?

2004-09-10 Thread Ian! D. Allen
!) I'd love to see a "show me which files did not get transferred because they were newer" flag that means I can avoid parsing the huge -vv output. If the maintainers agree, let me know and maybe I'll dig in to the code to try to figure out a patch to make this possible (un

Re: rsync, backup, Macintosh files

2004-08-31 Thread D Andrew Reynhout
If your files are on the Linux fileserver and accessed by the OSX clients via Netatalk, then resource forks and Finder metadata are already being stored in a format that rsync understands. Just run rsync as usual. If you were running HFS+ on the Linux box (hey, why not?), *then* you'd need to do

Re: SSH and rsync server (tunnelling)

2004-08-20 Thread Lars E. D. Jensen
Lars E. D. Jensen wrote: Hi Thanks for your previous answers. Now I'm fighting with setting up ssh tunnelling with rsync Hi Just wanted to share this with other "rsync through tunnelling" newbies. This script will copy files from "remotehostname" to "localhostname&qu

SSH and rsync server (tunnelling)

2004-08-18 Thread Lars E. D. Jensen
-- Med venlig hilsen / Best regards Lars E. D. Jensen [EMAIL PROTECTED] -- 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: Mac OS X HFS+ metadata patch, take 2

2004-08-17 Thread D Andrew Reynhout
Yes, I'm working on a proper AppleDouble format next. It requires a combination of the two file handling procedures I've added so far, which either: a) send a file under a newly composed filename, or b) synthesize a "faux file" from filesystem metadata, and send that under a composed filename, bu

Re: SSH and rsync server

2004-08-17 Thread Lars E. D. Jensen
Widyono wrote: On Tue, Aug 17, 2004 at 06:15:41PM +0200, Lars E. D. Jensen wrote: The warning tells me that it's not possibel to use ssh?! I do this: rsync -auz --delete --rsh=?ssh -l ssh_username" [EMAIL PROTECTED]::www /var/www WARNING: --rsh or -e option ignored when connectin

SSH and rsync server

2004-08-17 Thread Lars E. D. Jensen
ername" [EMAIL PROTECTED]::www /var/www WARNING: --rsh or -e option ignored when connecting to rsync daemon Thanks -- Med venlig hilsen / Best regards Lars E. D. Jensen [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Mac OS X HFS+ metadata patch, take 2

2004-08-15 Thread D Andrew Reynhout
Hi. Several months ago, I posted my first pass at a patch to transfer Mac OS X HFS+ metadata (resource forks and Finder metadata) to non-HFS+ filesystems (Linux, Solaris, etc). I finally got a chance to update the patch to reflect suggestions offered on the list. Thanks for the ideas, this vers

Re: Feature Request: OS X / hfs+ / resources fork

2004-04-29 Thread Wesley D Craig
This thread covers this idea: http://lists.samba.org/archive/rsync/2004-March/008827.html I think someone may be working on an implementation. :wes On 27 Apr 2004, at 23:35, Stephen SM WONG wrote: rsync is a very useful tool for me to backup from Max OS X to a linux server. However, would dev

Rsync server side loging with SSH

2004-04-14 Thread D
using --rsync-path and redirecting stderr+stdout to a log file. How do I do this? .. I have tried and failed. Thanks in advance for your help in this regard, D -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs

Re: some clarity Re: HFS+ resource forks: WIP patch included

2004-03-14 Thread D Andrew Reynhout
On Sat, Mar 13, 2004 at 04:40:59PM -0500, Wesley D Craig wrote: > qsort is specified in the C89 standard. The compare function is passed > to this routine by rsync. So if there are sort-order vagaries, they > would represent a basic bug in rsync. > > To fake up the secon

Re: some clarity Re: HFS+ resource forks: WIP patch included

2004-03-14 Thread D Andrew Reynhout
On Sat, Mar 13, 2004 at 01:23:31PM -0800, Wayne Davison wrote: > (1) The sender would create the file list pre-munged (with a simpler > naming scheme) but flagged in such a way that it would know that it had > to tweak the name back into its unmunged form before opening it. (This > solution avoids

Re: some clarity Re: HFS+ resource forks: WIP patch included

2004-03-13 Thread Wesley D Craig
On 12 Mar 2004, at 13:08 (or thereabouts), D Andrew Reynhout wrote: If you split the file into multiple files (AppleDouble), you have to play games with the sort routine, or else you risk FS corruption. And it's very inconvenient to be certain that your sort trick had the desired results.

Re: some clarity Re: HFS+ resource forks: WIP patch included

2004-03-13 Thread Wesley D Craig
On 13 Mar 2004, at 08:10, Albert Lunde wrote: I'd note that the mkisofs man page listed about a dozen different formats used in various contexts to store Mac resource forks and finder metadata in various contexts. I'd imagine the advent of MacOSX (with UFS support) has narrowed the field of what op

Re: some clarity Re: HFS+ resource forks: WIP patch included

2004-03-12 Thread D Andrew Reynhout
On Fri, Mar 12, 2004 at 01:08:52PM -0500, D Andrew Reynhout wrote: > If you convert the file to a single stream (AppleSingle), you > have to change the filename on the destination, else you run the Another problem with file conversion in-stream is what to do with the converted file on the

Re: some clarity Re: HFS+ resource forks: WIP patch included

2004-03-12 Thread D Andrew Reynhout
On Fri, Mar 12, 2004 at 12:04:36PM -0500, Wesley D Craig wrote: > My preference is to not adjust the protocol, at least not for HFS+ > support. I don't think it's necessary or particularly desirable. In > particular, I don't see much value in making rsync changes that

Re: some clarity Re: HFS+ resource forks: WIP patch included

2004-03-12 Thread Wesley D Craig
On 12 Mar 2004, at 11:17, D Andrew Reynhout wrote: I think the maintainers have to err on the side of caution regarding changes to the application, and especially to the protocol. My preference is to not adjust the protocol, at least not for HFS+ support. I don't think it's ne

Re: some clarity Re: HFS+ resource forks: WIP patch included

2004-03-12 Thread D Andrew Reynhout
On Fri, Mar 12, 2004 at 09:41:03AM -0500, Wesley D Craig wrote: > I'd be happy to work on this myself, since I already have very similar > code, if there was some possibility that the rsync maintainers would be > willing to accept the modifications. Otherwise, it seems like a wast

Re: some clarity Re: HFS+ resource forks: WIP patch included

2004-03-12 Thread Wesley D Craig
On 10 Mar 2004, at 13:57, Kevin Alexander Boyd wrote: For --eahfs, what needs to be implemented is catching extra data on non-HFS+ filesystems, say storing them in a standard Apple alien FS format. If you change the file (encode split, etc), you are altering the source folders, which is not desira

Re: some clarity Re: HFS+ resource forks: WIP patch included

2004-03-12 Thread Wesley D Craig
On 10 Mar 2004, at 15:07, Kevin Alexander Boyd wrote: Every HFS+ file has finder metadata, and it must be stored somewhere in order for the files to be correctly synced and/or restored. Every HFS+ file may have Finder info. Most do not. That doesn't really help, tho, since some do all must be ch

Re: some clarity Re: HFS+ resource forks: WIP patch included

2004-03-10 Thread D Andrew Reynhout
On Wed, Mar 10, 2004 at 01:57:41PM -0500, Kevin Alexander Boyd wrote: > There are chflags and finder metadata to be mindful of as well. Yes. I forgot to mention it, but for the moment, I'm accepting the loss of creator/type, icon, etc. For now, all of that requires manual repair upon restoration

HFS+ resource forks: WIP patch included

2004-03-10 Thread D Andrew Reynhout
ons, refuse_options) FN_LOCAL_STRING(lp_dont_compress, dont_compress) FN_LOCAL_INTEGER(lp_timeout, timeout) diff -u rsync-2.6.0/options.c rsync-2.6.0-dar/options.c --- rsync-2.6.0/options.c Tue Dec 30 13:16:25 2003 +++ rsync-2.6.0-dar/options.c Mon Mar 8 16:51:57 2004 @@ -113,6 +113,7 @@ char *

Re: Bug report: rsync does not always discriminate upper and lower case

2003-12-28 Thread Wesley D Craig
On 28 Dec 2003, at 05:15, jw schultz wrote: On Sun, Dec 28, 2003 at 10:45:52AM +0100, alain content wrote: Bad, bad Apple. Look for the thread on this list with the subject "workaround for HFS+'s case-insensitivity" One of the messages discusses options for making hpfs case sensitive. Sadly, you ca

rsync & smb errors while replacing illegal characters

2003-12-20 Thread Michael D. Bevilacqua
ctly? Thanks in advance :-) -- Regards, Michael D. Bevilacqua ~ . . /V\ [EMAIL PROTECTED] // \\ /( )\ ^`~'^ -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

unexpected --exclude pattern behaviours with glob wildcards

2003-11-10 Thread Ian! D. Allen
on't understand the above at all. Adding a wildcard character to a working exclude shouldn't cause it to fail. Adding '**' to the front of the failing pattern causes it to start working again. Why? This is really not how I expect it to work. Keep up the good work - th

Re: rsync for DOS

2003-02-14 Thread W. D.
At 11:18 2/14/2003, Chris Simmonds, wrote: >I have recently completed a port of rsync to DOS. It is compiled using >Borland C 3.1 to run in real-mode DOS (because my target was a hand-held >computer with little memory). There are a few compromises, for example >it is client only, it does not sup

List access to rsyncd.conf modules

2003-01-13 Thread Tamana, Daljit D
I've seen this question asked in the archives, but not really answered. I would like to limit the rsync operation to modules listed in the rsyncd.conf file and hence disallow any command line syncs. Is there any way of doing this? Thanks in advance regards, Dal **

Rsync 2.5.5 hangs for no apparent reason

2002-08-13 Thread John D Stephens
ve (code 30) at io.c(85) _exit_cleanup(code=30, file=io.c, line=85): about to call exit(30) Thanks for any help you can give me. Regards John Stephens -- +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ + John D StephensITS Design Systems + + Texas Instruments 12500 TI BLVD, Dallas +

Re: rsync as a backup solution

2002-06-05 Thread Ian! D. Allen [NCFreeNet]
e with new data. The result - two files that have the same size, date, and time but different data. Unless you call rsync with the --ignore-times option next time, this error will go undetected by subsequent rsync runs. -- -IAN! Ian! D. Allen Ottawa, Ontario, Canada [EMAIL PROTECTED] H

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

2002-05-29 Thread Allen D. Winter
Once upon a time I threw printfs all over the source looking to track down the cause of this problem. Seemingly a random error code is generated each time rsync is run *succesfully* on HPUX. I finally found that in the wait_process() function in main.c, the status value returned from WEXITSTATU

RE: restricting rsync over ssh

2002-05-29 Thread Brian D. Hamm
file to empty print queue to this point close (SSHOUT); open (SSHOUT, "+>>/home/admin/ssh.out"); #remove the first argument which is the rsync command and use absolute path shift @rsync_argv; system ("/usr/bin/rsync @rsync_argv"); $now

unexplained error (code 255)

2002-05-22 Thread Brian D. Hamm
it_cleanup(code=255, file=main.c, line=925): about to call exit(255) Brian D. Hamm, CISSP, CCNA Network Design & Implementation (o) 727-939-3080 (c) 727-424-4384 (f) 240-266-7185 (e) [EMAIL PROTECTED] -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before

RE: restricting rsync over ssh

2002-05-22 Thread Brian D. Hamm
e sure the wrapper doesn't have any erroneous output or I am sure I will see the friendly 'is your shell clean?' msg. Thanks again, Brian D. Hamm, CISSP, CCNA Network Design & Implementation (o) 727-939-3080 (c) 727-424-4384 (f) 240-266-7185 (e) [EMAIL PROTECTED] -Original Me

restricting rsync over ssh

2002-05-22 Thread Brian D. Hamm
the remote machine. Prepending the authorized_keys entry with command='rsync ...' 1024... results in the 'Protocol mismatch - is your shell clean?' error. Thanks, Brian D. Hamm, CISSP, CCNA Network Design & Implementation (o) 727-939-3080 (c) 727-424-4384 (f) 240-266-7

SCRATCH update wrong date, soft links, Debian stable, -L, ...

2002-05-18 Thread John D. Hendrickson
Hmm, scratch the issue I used touch on the file and now it works (even though it shouldn't have made a difference). In short - maybe its not [purely anyway] rsync related. (From last post) (Though 'newer' and 'stat' had already clearly showed it to be newer, and though I had saved it to be su

update wrong date, soft links, Debian stable, -L, ...

2002-05-17 Thread John D. Hendrickson
Debian r2.5 (Potato) rsync version 2.3.2 protocol version 21 ( the latest stable deb version anyway :) RE: absolutely older file keeps getting chosen for update Hi. I have something like: rsync -vxuaz /sendmail/ /mnt/nfs-mount/sendmail In the nfs drive the files are lin

RE: Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc on AlphaServer 1000 5/300

2002-03-21 Thread Eckert, Robert D
erfere? So I heeded the advice. -Bob -Original Message- From: Paul Haas [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 4:46 PM To: Eckert, Robert D Cc: '[EMAIL PROTECTED]' Subject: Re: Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc On Thu,

Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc

2002-03-21 Thread Eckert, Robert D
Greetings, here is the output of the 'configure' step and the compile step (using the Compaq cc compiler that comes with Tru64 V5.1A. The configure reported success and most of the compile steps cam through error/warning free except for the one that stumbled. Can someone help me out here? I am wi

Re: Rsync with script (attached rsync scripts)

2002-02-11 Thread Yazz D. Atlas
t to sync multiple files and > directories by running rsyn just once. > > I am running Redhat linux 7.2. > Thanks > > -- Yazz D. Atlas <[EMAIL PROTECTED]> Senior Systems Engineer / Senior BOFH [ O | S | D | N ], Open Source Development Network

no error messages on I/O errors

2001-11-03 Thread Ian! D. Allen [NCFreeNet]
-errors-even-further option... -- -IAN! Ian! D. Allen Ottawa, Ontario, Canada [EMAIL PROTECTED] Home Page on the Ottawa FreeNet: http://www.ncf.ca/~aa610/ College professor at: http://www.algonquincollege.com/~alleni/ Board Member, TeleCommunities CANADA http://www.tc.ca/

Re: group ownership

2001-10-17 Thread Ronald D. Walkup
willem wrote: > "Ronald D. Walkup" wrote: > > > I am attempting to rsync data from a rsync server and set the > > permissions to a different gid on the client: > > > > my servers name is "rserver01" > > > > my clients name is "

group ownership

2001-10-17 Thread Ronald D. Walkup
I am attempting to rsync data from a rsync server and set the permissions to a different gid on the client: my servers name is "rserver01" my clients name is "rclient01" here is the rysync.conf contained on rserver01: # log file log file = /var/adm/rsync_log # global options for all modules

Two issues (rsync 2.4.6)

2001-07-11 Thread Paul D. Smith
ight be serious. The clients are Solaris boxes as well, but #2 (at least) happens with a Linux client too... seems like it happens with every client. Any comments from anyone else? -- ------- Paul D. Smith <[EMAIL PROTECT

RE: Using rsync for incremental backups and the logfile dilemma

2001-02-21 Thread Yazz D. Atlas
/yazz/guppy-01-beta.tar.gz The script is there an anyone can uses it. Seems to work for my needs... Any improvements to the script drop me and e-mail with the Subject: guppy Yazz -- Yazz D. Atlas <[EMAIL PROTECTED]> Voice: 978-635-5300 ext 183 Systems and Network Engineer/BOF

No space left on device HELP!!

2001-01-09 Thread Yazz D. Atlas
tting a backup. The thing that is that I do have enough disk space on the "central" server... - --df -k-- Filesystem 1k-blocks Used Available Use% Mounted on /dev/sda2 8696956 1034592 7220580 13% / /dev/md0 315062756 195082200 103976208 65%

rsh issues

2000-12-14 Thread Paul D. Smith
d in /etc/shells. What could be wrong here? I just don't see it :( -- --- Paul D. Smith <[EMAIL PROTECTED]>HASMAT--HA Software Methods & Tools "Please remain calm...I may be mad, but I am a professional." --Mad Scientist -

Re: Simple config question

2000-10-30 Thread Paul D. Smith
with a / then it will only match a directory, not a file, link or device. HTH! -- --- Paul D. Smith <[EMAIL PROTECTED]>HASMAT--HA Softw

Re: why are things copying?

2000-10-30 Thread Paul D. Smith
doing, but it takes hours to do it). -- ------- Paul D. Smith <[EMAIL PROTECTED]>HASMAT--HA Software Methods & Tools "Please remain calm...I may

why are things copying?

2000-10-29 Thread Paul D. Smith
I can't afford to have all 3G of data resent every time! Thanks! -- --- Paul D. Smith <[EMAIL PROTECTED]> Network Management Development "Please remain calm...I may be mad, but I am a professional." --Mad Scientist --