Re: hardlinks not working with inode number 2^31

2008-02-04 Thread Paul Slootman
; then the key is properly saved to a 64-bit value, instead of a 32-bit value, and then it works. This looks like an attempt to save space, using 64 bits only when necessary. However the test seems flawed... Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync

Re: hardlinks not working with inode number 2^31 [PATCH]

2008-02-04 Thread Paul Slootman
On Mon 04 Feb 2008, Paul Slootman wrote: value, and then it works. This looks like an attempt to save space, using 64 bits only when necessary. However the test seems flawed... Adding some debug stuff shows: hashtable_create(size=512, key64=1) sizeof (struct ht_int64_node)=16, sizeof

Re: hardlinks not working with inode number 2^31

2008-02-04 Thread Paul Slootman
On Sat 02 Feb 2008, Paul Slootman wrote: The files with 3239109xxx inodes aren't getting hardlinked. Note that this is still less than 2^32, so should fit in an unsigned 32 bit int. Note also that on large (1TB) XFS filesystems on 64bit systems, a mount option inode64 is recommended

hardlinks not working with inode number 2^31

2008-02-02 Thread Paul Slootman
need to be dealt with IMHO. It's not like larger than 1TB filesystems are a rare thing nowadays, with single 3,5inch SATA disks already available at 1TB sizes for very reasonable prices. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before

Re: rsync version executable for Debian

2008-01-30 Thread Paul Slootman
useful.) Paul Slootman -- 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: accurate progress for UI

2008-01-30 Thread Paul Slootman
On Tue 29 Jan 2008, Robert DuToit wrote: Thanks Matt, That does it. I know at least there is the option now. Rob Do note that disabling the incremental recursion will impact the performance, esp. with a large number of files. Paul Slootman -- To unsubscribe or change options: https

Re: accurate progress for UI

2008-01-30 Thread Paul Slootman
On Wed 30 Jan 2008, Fabian Cenedese wrote: At 06:35 30.01.2008 -0500, Robert DuToit wrote: On Jan 30, 2008, at 3:46 AM, Paul Slootman wrote: Do note that disabling the incremental recursion will impact the performance, esp. with a large number of files. I did some tests (I am becoming

Re: rsync version executable for Debian

2008-01-30 Thread Paul Slootman
that they do not upgrade the operating system or packages until there is a definite need.br Version 3 is not yet released officially, there's only a prerelease 8 version available in the experimental distribution, and that most certainly won't install on a sarge system. Paul Slootman

Re: how to know the detail about a partial transfer?

2008-01-25 Thread Paul Slootman
, e.g. link A = B failed becomes E0023: link A = B failed I remember from my days working with AIX that every tool did that, and while it looks a bit cluttered, it's a lot simpler to search the docs for the error code. And processing / detecting errors by scripts becomes very simple. Paul Slootman

Re: --partial and --delete

2008-01-25 Thread Paul Slootman
the man pages alone... --partial means that that part of the file that was transferred gets renamed to the real thing when the transfer is interrupted. Hence it won't be deleted as the filename is one that is wanted. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman

Re: hang with rsync 3.0.0pre7 doing local copy

2008-01-20 Thread Paul Slootman
On Sat 12 Jan 2008, Paul Slootman wrote: I have checked-in a change that I believe should fix this. If you could grab the latest dev source (e.g. form git, the nightly tar, etc.) and give it a try, I'd appreciate it. Great, I've taken the nightly rar and built it. Now we wait

Re: hang with rsync 3.0.0pre7 doing local copy

2008-01-12 Thread Paul Slootman
we wait :-) Paul Slootman -- 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: hang with rsync 3.0.0pre7 doing local copy

2008-01-11 Thread Paul Slootman
I'm wondering whether you have a 64 bit system on which to examine it... (it's an x86_64 system) thanks, Paul Slootman -- 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: module name check

2008-01-09 Thread Paul Slootman
name part after it?! That's like complaining that you can't create a file called abc/def. Paul Slootman -- 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: hang with rsync 3.0.0pre7 doing local copy

2008-01-07 Thread Paul Slootman
On Sat 05 Jan 2008, Wayne Davison wrote: On Sat, Jan 05, 2008 at 09:11:18PM +0100, Paul Slootman wrote: Are there any variables that I could examine using gdb that may be helpful? (It hung again last night.) The best place to start is to dump the file lists from the generator

Re: hang with rsync 3.0.0pre7 doing local copy

2008-01-05 Thread Paul Slootman
On Mon 31 Dec 2007, Matt McCutchen wrote: On Fri, 2007-12-28 at 19:20 +0100, Paul Slootman wrote: I've noticed the 3.0.0pre versions sometimes hanging while doing a local copy (through dirvish). [details...] As far as I can see, all processes are waiting for something to appear

Re: Migrating Rsync Disk

2007-12-28 Thread Paul Slootman
the second disk. After you're done installing, mount the second disk again and continue as before. It may be useful to first note the /etc/fstab line you use to mount the second disk. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read

hang with rsync 3.0.0pre7 doing local copy

2007-12-28 Thread Paul Slootman
and it continues.) This is a pretty fast system, core 2 quad with 8GB memory; perhaps there's some race condition... Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

issue with reverse resolving

2007-12-24 Thread Paul Slootman
having a name in the logfile a new switch could be added? I'm sure older versions didn't do the reverse lookup by default, BTW. Paul Slootman -- 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: Is cp then mv the default?

2007-12-19 Thread Paul Slootman
command. ... which is of course possible to change by using the --inplace option. Paul Slootman -- 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: Problem with filenames with commas in them

2007-12-12 Thread Paul Slootman
On Wed 12 Dec 2007, Chris G wrote: While I'm about it the alternative -T option for --temp-dir doesn't work, rsync just says -T=/tmp: unknown option. The short options don't take =, use -T /tmp Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync

Re: Bug#455194: Rsync-daemon security advisories for writable daemons

2007-12-11 Thread Paul Slootman
On Mon 10 Dec 2007, Matt McCutchen wrote: On Mon, 2007-12-10 at 21:20 +0100, Paul Slootman wrote: It seems that people running the Debian 2.6.9-5.1 version which has this patch applied. are running into problems where rsync wants to set permissions on symlinks. In the report rsync seems

Re: small issue in rsunc 3.0.0 pre6

2007-12-10 Thread Paul Slootman
, this should now be fixed in the git repository and latest nightly tar file. I've noticed this myself, and I was using -H at the time. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

Re: Rsync-daemon security advisories for writable daemons

2007-12-10 Thread Paul Slootman
applied. are running into problems where rsync wants to set permissions on symlinks. The bug report and extra info is at http://bugs.debian.org/455194 . I can't dig into this until tomorrow, so if someone wants to have a look in the meantime... Paul Slootman -- To unsubscribe or change options

Re: Rsync help needed

2007-12-05 Thread Paul Slootman
programs around rsync to manage your backups. I use dirvish for that (http://www.dirvish.org), there are more listed at http://rsync.samba.org/resources.html Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org

Re: Rsync 3.0.0pre6 released

2007-11-29 Thread Paul Slootman
/synthesis.hdlist.cz rsync: hlink.c:130: match_gnums: Assertion `flist != ((void *)0)' failed. Yes, I can confirm this; pre5 didn't give an error when running the above command (against the pre6 server, presumably...). Paul Slootman -- To unsubscribe or change options: https://lists.samba.org

Re: Permission denied when running from xinetd

2007-11-28 Thread Paul Slootman
the ids, as in: what got written to /tmp/rsync.ids (Aside: I would have used id /tmp/rsync.ids, not rely on UID being set, I believe that's a bash extension, although I may be confused due to having been brought up on SysVR2 Unix :-) Paul Slootman -- To unsubscribe or change options: https

Re: Rsync 3.0.0pre6 released

2007-11-28 Thread Paul Slootman
? Paul Slootman -- 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: Diff problem

2007-11-20 Thread Paul Slootman
, or when a regular file or device is transferred without --times. Hence I suggest that you use the --times option to also preserve the modification time. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: How to change using port from 873 to 22

2007-11-15 Thread Paul Slootman
looked an the manpage? I would think it's pretty clear you need the --port=22 option. But why use port 22? Won't that already be in use by ssh? And what's using port 873, which is reserved for rsync? Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync

Re: Transfer files matching a pattern

2007-11-13 Thread Paul Slootman
that, this is how I'd do it: rsync -an --progress --include '*/' --include '*.log' --exclude '*' /var 10.156.1.1:/home/toto But if you're using --files-from anyway, why not use find to get the list of files and don't let rsync recurse... Paul Slootman -- To unsubscribe or change options: https

Re: Transfer files matching a pattern

2007-11-13 Thread Paul Slootman
find to get the list of files and don't let rsync recurse... Why find ? It seems to me that one would do: Because of what the OP said: : where : /tmp/source contains : /var : grep '\.log$' /tmp/source will not find much then... Paul Slootman -- To unsubscribe or change options: https

Re: Welcome to the rsync mailing list

2007-11-09 Thread Paul Slootman
stages... Paul Slootman -- 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: Rsync shouldn't display a meaningless speedup on a dry run

2007-11-07 Thread Paul Slootman
be no improvement over the current one. A speedup of 0 would be appropriate somehow :-) Paul Slootman -- 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: Stop password errors from getting reported as transfer errors

2007-11-05 Thread Paul Slootman
thought of when I saw FERROR_NO23 (before reading the rest of the sentence) was Ah, that must return error no. 23. I.e. NO as short for number, instead of NO as in not. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: multiple rsync sessions for one file?

2007-11-01 Thread Paul Slootman
is passed. The --partial-dir option may also be useful, depending on the requirements. If so, is there an easy way to configure rsync to stop execution at a specific time? No... Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting

Re: micro rsync

2007-10-30 Thread Paul Slootman
samba storage volume. It may also be possible to have a USB hard drive in use instead of NAS. Is this possible. Thanks. I expect you may get more suitable answers on an openwrt list or forum, probably... Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman

Re: micro rsync

2007-10-30 Thread Paul Slootman
the rsync binary and the libc shared lib. The memory requirements are a function of what it's transferring and how, but certainly the 3.0.0 prereleases seem to be pretty good at keeping memory requirements down. The only sure way of determining whether it'll work is to try it... Paul Slootman

Re: rsync parts of linux kernel

2007-10-13 Thread Paul Slootman
, I always have to test these things, but you get the idea I hope. Paul Slootman -- 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: Rsync 3.0.0pre2 released

2007-10-12 Thread Paul Slootman
at least until this version of rsync is contained in an official new release of Debian... Paul Slootman -- 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: (no subject)

2007-10-05 Thread Paul Slootman
. it can't recognize that the inode is still there, because it has no idea the inode was ever there. To accommodate that, a major redesign would probably be needed. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: Rsync 3.0.0pre1 released

2007-10-05 Thread Paul Slootman
versions have been built for the different architectures it should be available through http://packages.debian.org/search?keywords=rsyncsearchon=namesexact=1 Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: Mapped Drive

2007-09-24 Thread Paul Slootman
...). Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

assertion failed after too many links error

2007-09-17 Thread Paul Slootman
) rsync: hlink.c:473: finish_hard_link: Assertion `(((unsigned char *)(node-data))[0]) == 0' failed. rsync: connection unexpectedly closed (12 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(598) [sender=3.0.0cvs] Paul Slootman -- To unsubscribe

Re: prevent newer file from being written on

2007-09-04 Thread Paul Slootman
, --update skip files that are newer on the receiver Paul Slootman -- 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: Milestone release for rsync 3.0.0?

2007-09-03 Thread Paul Slootman
that until an 3.1.0 release or so; having the incremental recursion without hardlink support available would be very useful already. As it stands, that's been running here, continually syncing a few hunderd GBs of image files without any problems (a CVS version from a couple of months ago). Paul

Re: CVE-2007-4091

2007-08-30 Thread Paul Slootman
overly long name: %s\n, fname); return NULL; } Paul Slootman -- 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: moderation?

2007-08-28 Thread Paul Slootman
. Unfortunately some idiots feel the need to abuse this (what the point of the last set of subscriptions to some webshop's mailing list is, is beyond me). Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr

Re: Can files be changed to hard links?

2007-08-28 Thread Paul Slootman
28 18:29 a 149983 -rw-r--r-- 2 paul staff 10240 Aug 28 18:29 b Note the inode number of the first file (to/a) doesn't change, the second file becomes linked to that one. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read

Re: Which rsync version?

2007-08-03 Thread Paul Slootman
. as the gdb 'bt' command does, when the code is compiled with debugging info? (-g in gcc). Paul Slootman -- 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: Which rsync version?

2007-08-03 Thread Paul Slootman
to that process after that process died due to the double free error... Paul Slootman -- 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: --append option description in manpage confusing

2007-08-02 Thread Paul Slootman
On Wed 01 Aug 2007, Wayne Davison wrote: On Wed, Aug 01, 2007 at 04:02:03PM +0200, Paul Slootman wrote: The text in the description of the --append option may lead one to believe that files that are shorter on the receiving side won't be updated, due to the following text: That is true

Re: --append option description in manpage confusing

2007-08-02 Thread Paul Slootman
On Thu 02 Aug 2007, Matt McCutchen wrote: On 8/2/07, Paul Slootman [EMAIL PROTECTED] wrote: I thought that --append simply meant that in cases where the destination file is shorter, data is simply appended without first checksumming the existing data, but that transfers would otherwise

Re: Option to not update Atime on filesystems not mounted noatime

2007-08-02 Thread Paul Slootman
that mutt doesn't flag the new mail. Having a backup program do the same is indeed not what you want... I must say that I'm hard-pressed to come up with another way of figuring out whether there's new mail, aside from switching to Maildir format. Paul Slootman -- To unsubscribe or change options

Re: history

2007-08-02 Thread Paul Slootman
understand the situation :) Paul Slootman -- 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: Which rsync version?

2007-08-02 Thread Paul Slootman
is the current official release. If those files don't have hardlinks (or you're not interested in preserving hardlinks), you can greatly improve performance by trying the 3.0.0 cvs snapshot. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting

Re: Which rsync version?

2007-08-02 Thread Paul Slootman
the whole file list. Paul Slootman -- 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] handle dir entries with zero length(!)

2007-08-01 Thread Paul Slootman
handle this gracefully as well. The following patch (against CVS) to flist.c fixes it for me and gives an error message cannot send file with empty name . The way I show the directory where the empty file is might be improved... Paul Slootman --- flist.c.orig2007-08-01 13:31:11.0

[PATCH] prevent negative time left values with --progress when file grows

2007-08-01 Thread Paul Slootman
again etc. in such cases, but showing garbage info is wrong as well). Paul Slootman Index: progress.c === RCS file: /cvsroot/rsync/progress.c,v retrieving revision 1.23 diff -u -r1.23 progress.c --- progress.c 10 Jul 2007 13:55:49

[PATCH] look for port number only within host part in rsync:// syntax

2007-08-01 Thread Paul Slootman
not known Paul Slootman Index: options.c === RCS file: /cvsroot/rsync/options.c,v retrieving revision 1.393 diff -u -r1.393 options.c --- options.c 24 Jul 2007 04:09:46 - 1.393 +++ options.c 1 Aug 2007 12:25:40 -

--append option description in manpage confusing

2007-08-01 Thread Paul Slootman
in the usual manner. Paul Slootman -- 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: RSYNC Hung

2007-07-20 Thread Paul Slootman
On Fri 20 Jul 2007, Troy Haines wrote: RSYNC Server: CENT OS 5 RSYNC Version: 2.6.8, Running RSYNC Daemon. Client: Windows 2003 Standard, Delta Copy running rsync.exe version 2.6.6 Any Help would be great. It would be very useful if you first upgraded your rsync versions to the current

Re: Beginner needs a guide

2007-07-13 Thread Paul Slootman
files are in... Paul Slootman -- 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: Deleting...log path

2007-06-21 Thread Paul Slootman
command used, that makes it clear whether you're connecting to a daemon, what the module name is, etc. Paul Slootman -- 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: Rsync to remote host much faster than 10k/sec speeds on local rsync

2007-06-21 Thread Paul Slootman
needs to be transferred. 3.0.0 does the comparing as soon as the first couple of directories have been read on both sides, and that can really speed things up. Unfortunately that speedup doesn't work if hardlinks are to be preserved (although I have hope that some day it might :-) Paul Slootman

Re: omit /etc/issue message when running rsync

2007-06-06 Thread Paul Slootman
On Wed 06 Jun 2007, [EMAIL PROTECTED] wrote: Is there a way to omit the text printed out by issue(5) on some systemes? Like what --no-motd does for motd-texts. That is not printed out by rsync, but probably when you connect with ssh. Consult your ssh docs to suppress the issue. Paul Slootman

Re: --hard-links performance

2007-06-05 Thread Paul Slootman
that situation been alleviated? The size of the filesystem isn't relevant, the number of hard-linked files is. It still uses a certain amount of memory for each hard-linked file, but the situation is a lot better than with earlier rsync versions. (As always, make sure you use the newest version.) Paul

Re: --hard-links performance

2007-06-05 Thread Paul Slootman
*; do rsync -aH --link-dest=../$last new::image_dir/$i; last=$i; done (not tested :-) That's much more efficient. Knowing a bit about the structure always helps in optimizing. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read

Re: rsync-ing IMAP mbox-format mailboxes to NetApp

2007-05-31 Thread Paul Slootman
using Dovecot, why use mbox files? Why not Maildir? With dovecot you can transition part by part, as dovecot automagically detects whether you use mbox or maildir. Maildir has many advantages over mbox... Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo

Re: Archive parameter doesn't preserve owner:group property!

2007-05-31 Thread Paul Slootman
this group (subadmin) in my local machine...so it's not really a backup. You want the --numeric-ids option for this. Paul Slootman -- 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: rsync --append behavior

2007-05-22 Thread Paul Slootman
read. Paul Slootman -- 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: files deleted without --delete option

2007-05-18 Thread Paul Slootman
, and for a way to protect files from --delete-excluded. See --delete (which is implied) for more details on file-deletion. Note the --delete (which is implied) text... Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync

Re: files deleted without --delete option

2007-05-18 Thread Paul Slootman
On Fri 18 May 2007, Charles Haven wrote: Thank you! That's what I thought. Where did you pull that text? I have gone through the man page and several It's in the manpage... Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting

Re: rsync feature needed: preserve atime

2007-05-11 Thread Paul Slootman
someone at work remounted the /home filesystem noatime; mutt stopped telling me when mailboxen had new mail in them... (as in a message at the bottom New mail in =rsync-in). Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read

Re: Rsync File listing

2007-05-11 Thread Paul Slootman
/bin/rsync -avz --delete --rsync-path=/usr/local/bin/rsync --files-from=:/tmp/rsync-list [EMAIL PROTECTED]:/home/remoteuser /local/dir/ although I hope you don't mind having any other files in /local/dir/ deleted (due to the --delete). Paul Slootman -- To unsubscribe or change options: https

Re: Rsync File listing

2007-05-11 Thread Paul Slootman
On Fri 11 May 2007, Travis Quarterman wrote: Paul, this solution of redirecting the files into /tmp does not contain the contents of the files on remote host, since I wanting to store the files and there content on local machines I not sure this is will work. On 5/11/07, Paul Slootman

Re: rsync fails to sync files

2007-05-09 Thread Paul Slootman
of those things that you don't miss when you're familiar with rsync, but which is quite essential info otherwise... Paul Slootman -- 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: rsync fails to sync files

2007-05-08 Thread Paul Slootman
that size and timestamp are identical but not the contents don't usually happen... Paul Slootman -- 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: rsync daemon only accessable as root

2007-04-20 Thread Paul Slootman
that expects to read its config file in the home dir of the remote user. in the manpage in the aforementioned section. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

error on --copy-dirlinks shortform in manpage

2007-04-12 Thread Paul Slootman
if you don't want symlinks to non-directories to be affected, as they would be using bf(--copy-links). Capital -K is for --keep-dirlinks. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

Re: Extremely slow on certain files

2007-04-12 Thread Paul Slootman
what's so special about this file. I've tried scp'ing it directly between boxes - 20MB/sec. I tried rsync in ssh and daemon modes, same deal - 150KB/sec. Have you tried --whole-file and/or --inplace ? Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman

Re: copy file upon --delete possible?

2007-03-28 Thread Paul Slootman
--backup --backup-dir=../z x/ y building file list ... done deleting foo ./ sent 77 bytes received 26 bytes 206.00 bytes/sec total size is 0 speedup is 0.00 $ ls -l y total 0 $ ls -l z total 4 -rw-r--r-- 1 paul staff 30 Mar 28 17:00 foo So, yes, it's possible. Paul Slootman -- To unsubscribe

Re: disconnected synchronization (mostly unidirectional)

2007-03-10 Thread Paul Slootman
transport is something that may not fit into unison's scheme of things. Paul Slootman -- 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: Skipping hardlinks in a copy

2007-03-08 Thread Paul Slootman
On Wed 07 Mar 2007, Sriram Ramkrishna wrote: that are hard links. Then after the copy is finished, I will use some kind of find . -type l type command that finds the hard links and then find -type l will find symbolic links, *not* hard links. Paul Slootman -- To unsubscribe or change

Re: about lock.

2007-03-08 Thread Paul Slootman
On Thu 08 Mar 2007, Alejandro Feij?o wrote: Hi, i try to learn how rsync lock files for create a backup, but.. not find any on www. rsync does not lock files. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: Skipping hardlinks in a copy

2007-03-08 Thread Paul Slootman
. You can find files that have hard links with find . ! -type d -links +1 -print. Can I also do use find to create a list of files that are not hardlink A file that's not hardlinked will have a link count of 1 (which is very logical if you think about what that link count means...) Paul

Re: start transfer while still getting file list - possible?

2007-03-06 Thread Paul Slootman
planned for 3.0.0? See http://www.mail-archive.com/rsync@lists.samba.org/msg17767.html Paul Slootman -- 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: No -v but still verbose

2007-02-28 Thread Paul Slootman
On Wed 28 Feb 2007, Dave Markham wrote: Guys below are my rsync options i am using :- rsync -PaRz --delete --delete-excluded --copy-unsafe-links --numeric-ids I have omitted the -v and --stats i was using previously. -P means --partial --progress. --progress implies --verbose. Paul

Re: Using rsync to sync two live servers

2007-02-22 Thread Paul Slootman
on your operating system. Windows generally objects to files being opened more than once; linux/unix systems won't have a problem. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

Re: feature request, hardlink progress......

2007-02-22 Thread Paul Slootman
are already on your new system, then you can replace the 200601{...} with 2006*, although you may need to make it skip the first one; I don't know what rsync will do with a link-dest that is the same as the target :-) Paul Slootman -- To unsubscribe or change options: https://lists.samba.org

Re: --bwlimit -z limits filesystem speed, not network speed

2007-02-17 Thread Paul Slootman
gives you that impression? From what I've seen in the source code, --bwlimit only concerns itself with the network traffic, and has nothing to do with file IO. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: keep group and owner on part of the files

2007-02-13 Thread Paul Slootman
ID? rsync will generally map owener and group by name, so the numeric value of the GID shouldn't matter. Only if you use --numeric-ids does it use the pure number and not the name (hence my request for an example, as it should be doing what you want already). Paul Slootman -- To unsubscribe

Re: Rsync 3.0.0 report and a performance question.

2007-02-08 Thread Paul Slootman
that the values given for File list generation time and File list transfer time should be given as n/a (not applicable) when incremental file transfers are used. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr

Re: owner and group

2007-02-08 Thread Paul Slootman
On Thu 08 Feb 2007, Tony Abernethy wrote: -a gets several options you probably want (in particular -o and -g) -a is an alias for --archive, which is what Hans is using according to his message. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync

Re: Rsync 3.0.0 report and a performance question.

2007-02-06 Thread Paul Slootman
seems pretty low, no? If your network is fast, try using --whole-file to prevent a lot of IO while rsync is trying to find matching blocks when a file has been updated. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: rsync 3.0.0cvs timeout

2007-02-05 Thread Paul Slootman
. Of what date is your 3.0.0cvs version? Paul Slootman -- 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: pre-xfer exec fails in FreeBSD

2007-02-01 Thread Paul Slootman
the loop here can't make much of a difference. So, I'm wondering whether something else is going on. You failed to mention the rsync version, and what exactly your config is (for amongst others the pre-xfer stuff). Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman

Re: Help install rsync on SCO Unix

2007-01-31 Thread Paul Slootman
On Wed 31 Jan 2007, Tinashe Shoko wrote: #sh config.sub --help UX:sh (config.sub): ERROR: ^M: Not found Apparently the files have been transferred in DOS mode?! I recommend you unpack the tar file again, on the system itself. Paul Slootman -- To unsubscribe or change options: https

Re: using rsync 3.0.0 CVS version

2007-01-31 Thread Paul Slootman
On Tue 30 Jan 2007, Paul Slootman wrote: Still going strong :) Still running ;) One note: don't forget to fix the copyright notice on rsync, s/2006/2007/ : # rsync --version rsync version 3.0.0cvs protocol version 30 Copyright (C) 1996-2006 by Andrew Tridgell, Wayne Davison, and others

Re: Question on --backup --backup-dir Switches For Incremental Backs

2007-01-30 Thread Paul Slootman
worked pretty well when using incrementals.) Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

<    1   2   3   4   5   6   7   >