Re: Rsync maintained patches repository

2009-05-29 Thread Paul Slootman
On Thu 28 May 2009, Matt McCutchen wrote: $ firefox http://gitweb.samba.org/?p=rsync.git;a=summary I guess you left out the quotes you must have used here, as otherwise a=summary won't be included in the url... Paul -- Please use reply-all for most replies to avoid omitting the mailing

Re: weird access function in rsync code.

2009-05-22 Thread Paul Slootman
On Fri 22 May 2009, Daniel.Li wrote: When I use access function to find out if the folder exist in rsync code. I found that it's will NOT act as normal function. I have tried 2 test: a) embedded in rsync function int recv_files(int f_in, char *local_name) and hard coded with following

Re: weird access function in rsync code.

2009-05-22 Thread Paul Slootman
On Fri 22 May 2009, Daniel.Li wrote: On Fri, 2009-05-22 at 10:47 +0200, Paul Slootman wrote: access(/home/admin/test,F_OK) Result: Failed with -1, just mean the test folder is NOT existed, but it does exist. Perhaps at that point rsync has chroot()ed somewhere else? I

Re: Does rsync detect file corruption?

2009-05-22 Thread Paul Slootman
On Fri 22 May 2009, Daniel Carrera wrote: In general, rsync will only update a file if it has been modified. Now, imagine that one of the files becomes corrupted in the backup directory, but the timestamp hasn't changed. Will rsync detect this? Not in the usual case. You may want to

Re: [Code study]should we remove if (motd *motd) section?

2009-04-27 Thread Paul Slootman
On Mon 27 Apr 2009, Daniel.Li wrote: I'm confused when we will run into if (motd *motd)? As I have found that Globals is set 0 during initialization, and I didn't find anywhere else assign the value. clientserver.c #line 147~160 if (!am_client) { motd =

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

2009-04-24 Thread Paul Slootman
On Thu 23 Apr 2009, Ian! D. Allen wrote: In the man page it says in one place tells the receiving rsync to get rid of empty directories from the file-list and in another place it says prune empty directory chains from file-list. The latter sounds like it operates on the source list, not on

Re: --filter, missing in action.

2009-04-23 Thread Paul Slootman
On Thu 23 Apr 2009, Teodor MICU wrote: Until now I've done this by adding - foo/ on the exclude file. With this line rsync will not touch any foo/ directory on the receiver. --delete-excluded will screw this up. Paul -- Please use reply-all for most replies to avoid omitting the mailing

Re: [Code study] lp_motd_file defination? Help

2009-04-22 Thread Paul Slootman
On Wed 22 Apr 2009, Daniel.Li wrote: Currently, I read this in clientserver.c, line 148. motd = lp_motd_file(); I have googled, but didn't the definition of char *lp_motd_file(void). $ grep lp_motd_file . -R ./proto.h:char *lp_motd_file(void);

Re: Using rsync for a backup program but having trouble getting --exclude-from to work properly

2009-04-16 Thread Paul Slootman
On Thu 16 Apr 2009, Robert Parker wrote: fromdir=/home/bob/ rsync --exclude-from=$excl -a -b -vv --suffix=$suffix $fromdir $todir Here is the content of the exclude file /home/bob/.mozilla/firefox/ If you're passing /home/bob/ as the source dir, then you have to remove /home/bob from the

Re: order transfers by file size

2009-04-08 Thread Paul Slootman
On Wed 08 Apr 2009, Yan Seiner wrote: As long as we're on that topic, a size limit on file size to be transferred would be nice. --max-size=SIZE don't transfer any file larger than SIZE Paul -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe

Re: Rsync Runs Out of Space Because of Temp File

2009-04-08 Thread Paul Slootman
there in the manpage. Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: cryptic output with itemized option

2009-04-02 Thread Paul Slootman
On Thu 02 Apr 2009, Jignesh Shah wrote: Could any one please tell me if there is any way to remove 11 letters long cryptic output from -ii option. That cryptic output is the main point of --itemize-changes... And note that -ii is dedundant, -i is enough. I suspect you want to use

Re: rsync questions

2009-03-26 Thread Paul Slootman
On Thu 26 Mar 2009, gahn wrote: I am trying to back up /export/home/* (all of users) on another machine but exclude a certain types of files. here is one of my tested exclude files: /home/unwanted_dir this one works. rsync successfully backed up other directories except the

Re: Trouble with -e ...

2009-03-23 Thread Paul Slootman
On Sun 22 Mar 2009, Morgan Read wrote: But yet: [r...@morgansoldmachine ~]# ssh -t rs...@morgansmachine sudo rsync -n --rsh=’/usr/bin/ssh -i /home/rsync/.ssh/id_dsa’ /etc r...@morgansoldmachine:/media/bigdisk/morgansmachine/etc rsync: Failed to exec \#342\#200\#231/usr/bin/ssh: No such file

Re: Problem with exclude folders

2009-03-19 Thread Paul Slootman
On Thu 19 Mar 2009, Mirko Hufnagel wrote: Problem 1) all jpeg are copied to the external server - also the jpegs from HK folders. But I only want jpegs from the EU and other folders. Problem 2) an empty texts folder was created on the external server - but I don't want this. Is there

Re: --log-file-format seems to be ignored?

2009-03-13 Thread Paul Slootman
On Fri 13 Mar 2009, Jake Wilson wrote: I'm using Rsync 3.0.5 between two Debian boxes. I have an rsync script setup that uses --log-file=mylogfile.log and also I have specified --log-file-format=whatever. But I can't seem to get the --log-file-format to be recognized. I don't get any sort

Re: How to speed up rsync when haveing lots of files

2009-03-04 Thread Paul Slootman
On Wed 04 Mar 2009, Boniforti Flavio wrote: This question has been answered. Upgrade to 3.0.5 on both sides. Why has upgrading to 3.0.5 to be done *on both sides*? Any explanation?! Because the improved algorithm will only work if both sides understand it... As I'm running Debian Lenny

Re: Converting file system

2009-03-04 Thread Paul Slootman
On Wed 04 Mar 2009, David de Lama wrote: I tested what happens with a file which is saved at a FAT32 partition and then this partition is converted to NTFS. So first I transfered the file with rsync from the FAT32 partition to my Linux /home folder. Then I converted the FAT32 partition to

Re: On which side these errors are?

2009-03-03 Thread Paul Slootman
On Tue 03 Mar 2009, Boniforti Flavio wrote: rsync: opendir client05 (in Profili) failed: Permission denied (13) rsync: delete_file: rmdir(client02/SendTo) failed: Permission denied (13) Am I correct if I say that the opendir is related to the source I'm trying to rsync, but the

Re: how rsync calculate Tranfer rate ??

2009-03-02 Thread Paul Slootman
On Mon 02 Mar 2009, Jignesh Shah wrote: 1. Let me give more details on bytes written. The Total transferred file size: 6566219 bytes is perfectly fine but Total bytes written: 6567384 includes 1165 more bytes. How rsync could write more than the total file size? What the additional bytes

Re: rsycing very small files

2009-02-27 Thread Paul Slootman
On Fri 27 Feb 2009, Mag Gam wrote: I have to rsync 200k files which range in size from 5kb to 800kb. Is there an optimal way to do this using rsync? or shall I use tar for this? Just do it, there's no reason why it shouldn't work. Paul -- Please use reply-all for most replies to avoid

Re: uid/gid settings in rsyncd.conf not respected?

2009-02-13 Thread Paul Slootman
On Thu 12 Feb 2009, Harry Mangalam wrote: However, this does not work for the backup (rsyncd refuses to read the files with an entry in /var/log/rsyncd.log: auth failed on module svn from nnn.nnn.nnn.nnn ( xxx.xxx.xxx.xxx): unauthorized user. This message would indicate that the rsync

Re: rsync compression (-z) and timestamp

2009-01-28 Thread Paul Slootman
On Wed 28 Jan 2009, David de Lama wrote: But the strange thing with the timestamps is still disturbing me. I deleted the cache as Sven told me with a bash file: sync echo 3 /proc/sys/vm/drop_caches Did you do this between EVERY step below? After creating a file of 1GB I copy it with

Re: Chance of equal checksum and changing blocks

2009-01-27 Thread Paul Slootman
mentions: conv=CONVS convert the file as per the comma separated symbol list ... Each CONV symbol may be: ... notrunc do not truncate the output file Hence try adding conv=notrunc Paul Slootman -- Please use reply-all for most replies to avoid omitting

Re: rsync compression (-z) and timestamp

2009-01-27 Thread Paul Slootman
On Tue 27 Jan 2009, David de Lama wrote: So, I know that with the -z Option rsync compresses the files with gzip, than the files are transfared and at the target machine uncompressed. No, the data over the wire is compressed with the -z option; not the file. I made a test and transfered a

Re: rsync compression (-z) and timestamp

2009-01-27 Thread Paul Slootman
On Tue 27 Jan 2009, Paul Slootman wrote: No, the data over the wire is compressed with the -z option; not the file. Correction: more specifically, the data between the sender and the receiver processes is compressed. Unfortunately this also happens when the transfer is local and -z happens

Re: rsync command exclude option

2008-11-26 Thread Paul Slootman
On Wed 26 Nov 2008, Kaushal Shriyan wrote: I do rsync -avz oldUnicelFiles hostB:/home/kaushal --exclude-from=exclude.txt but it rsynced the excluded files too my exclude.txt file contains /home/kaushal/oldUnicelFiles/*.gz /home/kaushal/oldUnicelFiles/*.txt

Re: Is rsync copying over the entire file? Sent bytes matches actual file size.

2008-10-29 Thread Paul Slootman
On Wed 29 Oct 2008, Administrator wrote: Thank you for that. I added the --no-whole-file switch and that has sorted it. Note that rsync's behaviour is for a reason: when doing a local transfer (i.e. not over a network) doing an incremental transfer will be slower due to more I/O being

Re: rsync recovery of system backup to different Linux computer

2008-10-21 Thread Paul Slootman
On Tue 21 Oct 2008, Paul Slootman wrote: - Install the kernel, don't forget to setup grub or lilo or whatever. Using chroot can be handy here. Tuning /etc/modules to the new hardware (e.g. other network interface?) may be necessary here. Paul Slootman -- Please use reply-all for most

Re: rsync recovery of system backup to different Linux computer

2008-10-21 Thread Paul Slootman
. - Perhaps tune the /etc/fstab to match the present layout. - reboot and hope for the best :-) Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: Rsync efficiency on SQL dump files

2008-10-01 Thread Paul Slootman
the best strategy in your particular case. PS Apologies if this double posted. I tried it a few days ago but haven't seen it on the list yet. Didn't see it either Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https

Re: Transfer between windows and linux going wrong

2008-09-30 Thread Paul Slootman
Files\cwRsync\bin\rsync.exe -Cavz 10.1.100.45::your_module_name_here/ Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

Re: error receiving files from protocol 29 server

2008-09-24 Thread Paul Slootman
On Tue 23 Sep 2008, Matt McCutchen wrote: On Tue, 2008-09-23 at 12:58 +0200, Paul Slootman wrote: In debian bug #493559 (http://bugs.debian.org/493559) the problem is that when requesting a file from an older version rsync, the remote server gives an error: $ rsync rsync

error receiving files from protocol 29 server

2008-09-23 Thread Paul Slootman
In debian bug #493559 (http://bugs.debian.org/493559) the problem is that when requesting a file from an older version rsync, the remote server gives an error: $ rsync rsync://rsync.blackholes.us/zones/countries/countries.rbl /tmp rsync: on remote machine: -: unknown option rsync error: requested

(not quite) reproducible segfaults in 3.0.3

2008-09-23 Thread Paul Slootman
In debian bug #498083 (http://bugs.debian.org/498083) someone is getting segfaults reasonably consistently, however when using - it doesn't happen... Fortunately Sven was able to get a good backtrace. I can't quite see what's causing the problem; it does seem to be related to xattrs. Please

Re: rsync many small files

2008-09-23 Thread Paul Slootman
of files where there are not that many updates going on (i.e. the searching for updates takes significantly longer than transferring those updates). Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org

Re: log format '%P' only logs '/' when use chroot = true

2008-09-11 Thread Paul Slootman
On Wed 10 Sep 2008, Wayne Davison wrote: The attached patch should fix things. It's relative to 3.0.4, but will also apply with a little twiddling to the 3.1.0dev source (and it should be easy to patch older versions too). Confirmed, this fixes it! Thanks. Paul -- Please use reply-all

log format '%P' only logs '/' when use chroot = true

2008-09-10 Thread Paul Slootman
The subject says it all :-) Apparently in pre-3.0.0 versions '%P' would log the actual path as specified in the module entry in rsyncd.conf, but now it's apparently relative to the chroot... Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list

Re: log format '%P' only logs '/' when use chroot = true

2008-09-10 Thread Paul Slootman
On Wed 10 Sep 2008, Paul Slootman wrote: Subject: log format '%P' only logs '/' when use chroot = true Hmm, my English is deteriorating... This would be better: Subject: log format '%P' logs just '/' when use chroot = true Paul -- Please use reply-all for most replies to avoid omitting

Re: Compression error? -- Inflate (token) returned -5

2008-09-09 Thread Paul Slootman
persist. I never had problems myself, so I can't personally say if it's changed. Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org

Re: directories not correctly recognized rsync-3.0.4

2008-09-09 Thread Paul Slootman
rsync. Also a listing of the directories involved could be useful (e.g. find dir1 dir2 -ls) Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: Compression error? -- Inflate (token) returned -5

2008-09-05 Thread Paul Slootman
you want us to do? Retro-actively fix your version by jumping in our time machine? ;-) Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: Rsync of LVM Snapshots copies whole file

2008-08-21 Thread Paul Slootman
On Wed 20 Aug 2008, Peter P GMX wrote: here is the status of the transfer. If I understand it right, about 3% of the data was changed (literal data against matched data). It took about 1h40min to transfer ~250MB of data. The searching for matching data blocks is apparently taking a lot of

Re: Rsync of LVM Snapshots copies whole file

2008-08-20 Thread Paul Slootman
that all the file data is being transferred; only that the file is indeed being transferred. The output of --stats will help in showing how much file data is actually transferred. Paul Slootman sudo -u rsyncbackup rsync -avzP --exclude-from /home/rsyncbackup/excludefile -e ssh 192.168.0.3

Re: File Locking

2008-08-18 Thread Paul Slootman
problem you're trying to fix. Running two rsyncs sequentially will usually be faster than two concurrent ones, as that might cause disk thrashing (the heads are continually seeking to and from where the respective rsync processes are working). Paul Slootman -- Please use reply-all for most replies

Re: Rsync of LVM Snapshots copies whole file

2008-08-16 Thread Paul Slootman
. Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync 2.6.9 uses a lot of memory; has that changed in rsync 3.0.3 ?

2008-08-05 Thread Paul Slootman
On Mon 04 Aug 2008, Aleksey Tsalolikhin wrote: Thanks, Matt! So is incremental recursion an option or is it built in? It is built in. Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman

Re: Restoring from backup, preserving uids

2008-08-02 Thread Paul Slootman
will have many files hard-linked (although a quick check shows less than I expected). Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org

Re: Rsync sending files that haven't been updated.

2008-08-01 Thread Paul Slootman
) to be in local time. Perhaps vmware offers an option to fake local time there... Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr

Re: CPAN mirroring exclude syntax assistance request

2008-05-31 Thread Paul Slootman
beginning with /src/ being listed. The last file listed is scripts/text-processing/wptoascii. What's the problem? Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before

Re: Should no-tweak mode become the default?

2008-05-10 Thread Paul Slootman
should not be changed. You don't want --link-dest, but IMHO that solves the problem for any backup software. Dirvish for example works very well in creating a fresh snapshot that's accurate every time without changing older snapshots. Paul Slootman -- Please use reply-all for most replies to avoid

Re: Forcing a transfer to be one-way from the daemon side?

2008-05-07 Thread Paul Slootman
read only. Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Rsync with daemon over SSH on port 22 not daemon port

2008-05-06 Thread Paul Slootman
for the remote host in ~/.ssh/config , like so: Host remotehost Port 10001 That will then be used as the default ssh port for that remotehost. Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org

Re: taking advantage of filles in folder other than destination folder

2008-05-06 Thread Paul Slootman
, is there any document which explains the syntax of rsync and its params in detail. It could be more useful, If you link me to one with man pages I couldnt get the syntax correctly. It's all in the manpage... Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing

Re: taking advantage of filles in folder other than destination folder

2008-05-05 Thread Paul Slootman
=`date +%d-%m-%y` # I prefer %Y-%m-%d, sorts better cd $BASE YESTERDAYS_BACKUP=`ls -td ??-??-?? | head -n 1` rsync -a --compare-dest=../$YESTERDAYS_BACKUP $REMOTESOURCE $TODAY/ Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change

Re: taking advantage of filles in folder other than destination folder

2008-05-05 Thread Paul Slootman
! How do you know? Show some stats. Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Bug#477931: rsync: Segfaults syncing the linux kernel archive.

2008-04-28 Thread Paul Slootman
On Sun 27 Apr 2008, Wayne Davison wrote: On Sat, Apr 26, 2008 at 10:33:42AM +0200, Paul Slootman wrote: I just got this bug report about rsync 3.0.2 reproducibly crashing, together with a backtrace and a patch; very helpful :-) Yes, quite helpful. The fix is indeed the right one, though

Re: Bug#477931: rsync: Segfaults syncing the linux kernel archive.

2008-04-26 Thread Paul Slootman
Hi Wayne, I just got this bug report about rsync 3.0.2 reproducibly crashing, together with a backtrace and a patch; very helpful :-) (Please preserve [EMAIL PROTECTED] in the CC so that you response is archived in the Debian BTS, thanks.) Paul Slootman On Fri 25 Apr 2008, Kurt Roeckx wrote

Re: Date Created missing on files transferred from an ext3 file system to an NTFS file system

2008-04-25 Thread Paul Slootman
at the modification time, not at the creation date or ctime. Is this backup software something different than rsync? Paul Slootman -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting

Re: Rsync recently modified files first

2008-04-14 Thread Paul Slootman
in order of filename, as that is the best way of comparing two lists to find the differences. Perhaps --delay-updates could be helpful? 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 to copy files remoteserver

2008-04-12 Thread Paul Slootman
mailing list or forum. 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 copy files remoteserver

2008-04-11 Thread Paul Slootman
login to that host with plain ssh before trying to run rsync to it. 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: newbie: rsync 2.6.x problems Cygwin client -- RedHat server

2008-04-08 Thread Paul Slootman
On Mon 07 Apr 2008, S.A. Birl wrote: On Apr 7, 2008, Paul Slootman ([EMAIL PROTECTED]) typed: Paul: On Mon 07 Apr 2008, S.A. Birl wrote: Paul: Paul: Server is running rsync 2.6.1 on RH Paul: Client is running rsync 2.6.3 on Cygwin (Win2003) Paul: Paul: When I connect client

Re: rsync installation _error exit code1

2008-04-07 Thread Paul Slootman
probably a GNU C compiler available... 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 installation _error exit code1

2008-04-07 Thread Paul Slootman
On Mon 07 Apr 2008, sri vasulu wrote: Hello Paul Slootman, Thank you very much for your suggestion, In my machine i had cc compiler , it seems to be older version.Is it necessary to use GNU C compiler to install rsync or can i proceed with latest version of CC compiler. As long as it's

Re: newbie: rsync 2.6.x problems Cygwin client -- RedHat server

2008-04-07 Thread Paul Slootman
daemon? If so, why the ssh? 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: scripting rsync ssh port issue

2008-04-04 Thread Paul Slootman
the port in there. 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: replicating a live directory

2008-04-02 Thread Paul Slootman
an inconsistent set of files. Still not ideal, but still... Some apps can also be told to go into a freeze state before making such a snapshot (e.g. oracle). Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr

Re: replicating a live directory

2008-03-31 Thread Paul Slootman
or such that need to be consistent with the spool. same for dhcpd leases or squid's cache ? dhcpd leases should not be a problem. I'd not even consider syncing a squid cache. After all, it's a cache, not important data... Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman

Re: Rsync 3.0.1pre3 released

2008-03-31 Thread Paul Slootman
://packages.debian.org/rsync?suite=experimentalkeywords=rsync in due course. That should be installable on Debian testing. 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: [EMAIL PROTECTED]: Cron [EMAIL PROTECTED] rsync -r --exclude /In/ --exclude /Lirsync error message that I don't understand

2008-03-25 Thread Paul Slootman
/ /home/chris/MailArchive Does /rdiffBackup/gradwell/Mail/ exist below /home/chris/MailArchive/ ? 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: [EMAIL PROTECTED]: Cron [EMAIL PROTECTED] rsync -r --exclude /In/ --exclude /Lirsync error message that I don't understand

2008-03-25 Thread Paul Slootman
On Tue 25 Mar 2008, Chris G wrote: On Tue, Mar 25, 2008 at 12:41:25PM +0100, Paul Slootman wrote: On Tue 25 Mar 2008, Chris G wrote: I'm getting this error message and I don't really understand what rsync is trying to tell me:- rsync: link_stat /rdiffBackup/gradwell/Mail

Re: [EMAIL PROTECTED]: Cron [EMAIL PROTECTED] rsync -r --exclude /In/ --exclude /Lirsync error message that I don't understand

2008-03-25 Thread Paul Slootman
On Tue 25 Mar 2008, Chris G wrote: BTW, is there a reason why you're doing -r and not -a ? I don't want some of the options that -a gives me, in particular not the -D and -l. That's what the -no-* things are for. You could use -a -no-D -no-l Paul Slootman -- To unsubscribe or change

Re: [EMAIL PROTECTED]: Cron [EMAIL PROTECTED] rsync -r --exclude /In/ --exclude /Lirsync error message that I don't understand

2008-03-25 Thread Paul Slootman
On Tue 25 Mar 2008, Chris G wrote: On Tue, Mar 25, 2008 at 02:32:34PM +0100, Paul Slootman wrote: On Tue 25 Mar 2008, Chris G wrote: BTW, is there a reason why you're doing -r and not -a ? I don't want some of the options that -a gives me, in particular not the -D and -l

Re: rsync daemon did not chdir back after chdir in module path

2008-03-25 Thread Paul Slootman
it is (starting from / is perhaps advisable), and after the child process is complete the module directory should not be in use anymore. 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 errors

2008-03-25 Thread Paul Slootman
not permitted (1) Does the sms user on hostaa have permission to set permissions on /var/lib/mysql? I would guess not, that's probably owned by the mysql user... That's the cause of your error. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before

Re: Bad habits

2008-03-20 Thread Paul Slootman
On Thu 20 Mar 2008, Mike Frysinger wrote: I subscribe to this mailing list. Why send me a duplicate copy? I get more than enough email thank you... most mailing lists detect such duplicates automatically and dont send out in such cases The mailing list can hardly detect that you've

Re: Suggestions for basic rsync configuration

2008-03-20 Thread Paul Slootman
-server-ip::realperson /random/file-or-directory rsync: failed to connect to remote-server-ip: Connection timed out (110) A timeout would indicate a firewall problem, the rsync port (873) is probably not allowed. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman

Re: Mailing list replies (was: Bad habits)

2008-03-20 Thread Paul Slootman
if it is because your email address does FYI, I get dups too, e.g [EMAIL PROTECTED] was received twice. not exactly match (due to the list version being all lower-case)? If Perhaps the + in my address is confusing it. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman

Re: static compile of rsync

2008-03-19 Thread Paul Slootman
are loaded. 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: Suggestions for basic rsync configuration

2008-03-19 Thread Paul Slootman
with rsync. 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: static compile of rsync

2008-03-18 Thread Paul Slootman
to 25 hosts scattered around the globe. do not want any dependencies. Be aware that at least when using glibc, a number of things are always dynamic, e.g the nsswitch stuff (for host lookups etc.) If the targets are linux systems, then the safest way is to build appropriate packages... Paul

Re: static compile of rsync

2008-03-18 Thread Paul Slootman
On Tue 18 Mar 2008, Lasse Kliemann wrote: * Message by -Paul Slootman- from Tue 2008-03-18: Be aware that at least when using glibc, a number of things are always dynamic, e.g the nsswitch stuff (for host lookups etc.) If the targets are linux systems, then the safest way is to build

Re: update rysnc 3.0 on ubuntu 7

2008-03-05 Thread Paul Slootman
the versions of the dependent packages are, you may be able to use the .deb from Debian; see http://packages.debian.org/unstable/rsync 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 3.0.0 apparently crashing when running a single-use daemon server process

2008-03-04 Thread Paul Slootman
. As reproducing the setup with 3.0.0 and 2.6.8 works fine for me, I'm going to mark it unreproducible, it's probably a problem at rsync.net. Thanks for your help! I think I should be thanking you for the quick fix :) Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman

when rsync is called with -4 or -6, pass that on to ssh [PATCH]

2008-03-04 Thread Paul Slootman
If rsync is called with -4 or -6, that option is currently ignored when ssh is used as the transport. The attached patch is a stab at passing the option on to the ssh process. It checks that the remote shell program is something that looks like ssh. Perhaps that could be done cleaner... Paul

--append option description in manpage typo

2008-03-03 Thread Paul Slootman
by appending data onto the end? Presumably that appending of data takes place on the receiving side. However, if only files that are longer on the receiving side are transferred, then how can those files be transferred by appending data? Paul Slootman -- To unsubscribe or change options: https

rsync 3.0.0 apparently crashing when running a single-use daemon server process

2008-03-03 Thread Paul Slootman
The long story: http://bugs.debian.org/469172 The short story: it looks like client_info is NULL at compat.c:90, if I look at the strace and ltrace output supplied in the above URL. Perhaps someone can investigate further, I don't have much time this evening. Tomorrow I can look again Paul

Re: rsync-3.0.0pre10 and iconv

2008-02-27 Thread Paul Slootman
as the transport encoding. The sending side will ensure that the filenames on the wire are UTF8, and the receiving side will convert that UTF8 into whatever is required. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: Rsync 3.0.0pre10 released

2008-02-20 Thread Paul Slootman
On Tue 19 Feb 2008, Wayne Davison wrote: I've just released rsync 3.0.0pre10. I incorporated the latest daemon Uploaded to Debian/experimental. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr

Re: Bug#414636: rsync: s/in/is/ rsync.1

2008-02-18 Thread Paul Slootman
the file over the top of the 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: connection unexpectedly closed (0 bytes received so far) [receiver]

2008-02-17 Thread Paul Slootman
that version for this issue? In other words, upgrade to the latest 2.6.9 (or better yet, try the 3.0.0 pre9 version) and see if that still goes wrong. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr

Re: Rsync 3.0.0pre9 released

2008-02-13 Thread Paul Slootman
/rsync 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 a Read Only file system

2008-02-12 Thread Paul Slootman
that the whole destination is read-only... 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 2.6.9 does not skip any files based on modification time

2008-02-08 Thread Paul Slootman
that, you can try to fix it. 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 2.6.9 does not skip any files based on modification time

2008-02-08 Thread Paul Slootman
/filename.gho After this rsync complains that it cannot set file names on /Avalon/filename.gho because the Operation is not permitted. The I think you mean file owner? Of file times? cannot set file names seems unlikely :-) Paul Slootman -- To unsubscribe or change options: https

Re: Rsync 2.6.9 does not skip any files based on modification time

2008-02-08 Thread Paul Slootman
On Fri 08 Feb 2008, Tony Abernethy wrote: Are you preserving the times? Hmm, it does seem that Stefan is missing the -t option. As I basically always do -a, I overlooked this. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting

Re: 36 Hours of building file list

2008-02-08 Thread Paul Slootman
6Hours and my building file list take 36 Hours. I know the only 2 month old files can change between the 2 rsync. Have you a special argument for rsync to only build file list with file younger than 2 month??? Use the --files-from=filelist.txt option? Paul Slootman -- To unsubscribe

Re: Rsync Hang with multiple files

2008-02-07 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: rpc.statd suddenly listen to rsync port

2008-02-07 Thread Paul Slootman
take it back!). Apparently the system was restarted, or at least rsync and rpc.statd were stopped and then rpc.statd started before rsync. Fix the config so that the rsync daemon is started before rpc stuff. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo

<    1   2   3   4   5   6   7   >