Re: Apparent synchronization bug in rsync

2022-12-08 Thread Mark Raymond via rsync
ot; listed in https://rsync.samba.org/ftp/rsync/NEWS#3.2.4 is almost certainly related.  Apparently it was fixed via remote option but since your test doesn't include networking that fix wouldn't help. On 12/8/22 15:03, Mark Raymond via rsync wrote: I believe I have found a synchronization bug i

Apparent synchronization bug in rsync

2022-12-08 Thread Mark Raymond via rsync
, along with a minimal test script, in this GitHub repo: https://github.com/mark-raymond/rsync-test This looks like a bug to me; am I missing something? If it is a bug, I'm happy to create an issue in GitHub. || -- Please use reply-all for most replies to avoid omitting the mailing list

Re: CVE-2022-29154 and v3.2.3

2022-08-18 Thread Mark Esler via rsync
Hi Wayne, Thank you for your detailed answer and links. Gratefully, Mark Esler On Wed, Aug 17, 2022 at 6:52 PM Wayne Davison wrote: > > On Wed, Aug 17, 2022 at 9:30 AM Mark Esler wrote: >> >> I am curious if CVE-2022-29154 affects rsync 3.2.3 or rrsync 3.2.3 and >> ear

CVE-2022-29154 and v3.2.3

2022-08-17 Thread Mark Esler via rsync
of the variables mentioned in the Restriction enforcement thread [1]. This commit also introduces the old_style_args flag. In the main patch for the CVE [2], if old_style_args is set to true then the add_implied_include function promptly returns. Thank you for your consideration and insight, Mark Esler [0

Does rsync verify its writes?

2022-07-12 Thread Mark Filipak via rsync
for the checksum directive. I admit that I'm paranoid. ;-) ...Please clarify. Regards, and Thanks, Mark Filipak. -- 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

Re: Trying to elevate rsync privileges when connecting over ssh without using NOPASSWD in sudoers

2022-03-12 Thread Dr. Mark Asbach via rsync
te machine where "sudo -S" reads it on its stdin. It is never in any argument list. Please correct me if I’m wrong here. Best, Mark smime.p7s Description: S/MIME cryptographic signature -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe

Re: Trying to elevate rsync privileges when connecting over ssh without using NOPASSWD in sudoers

2022-03-12 Thread Dr. Mark Asbach via rsync
STDIR The trick was actually to add "$0" because $* will drop the first argument from the list as this typically is the name of the script itself (duh!). Hope this is of help to anyone, Mark smime.p7s Description: S/MIME cryptographic signature -- Please use reply-all for m

Re: Trying to elevate rsync privileges when connecting over ssh without using NOPASSWD in sudoers

2022-03-12 Thread Dr. Mark Asbach via rsync
ntu" is quite helpful. Unfortunately, I don’t have enough „reputation points“ to upvote the answer nor to comment … Happy syncing, Mark smime.p7s Description: S/MIME cryptographic signature -- 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: Trying to elevate rsync privileges when connecting over ssh without using NOPASSWD in sudoers

2022-03-11 Thread Dr. Mark Asbach via rsync
o know whom to ask about strange things). Both are the typical reasons for not using root accounts but going for sudo instead … Thanks anyway. Every idea helps! Mark smime.p7s Description: S/MIME cryptographic signature -- Please use reply-all for most replies to avoid omitting the mailin

Trying to elevate rsync privileges when connecting over ssh without using NOPASSWD in sudoers

2022-03-11 Thread Dr. Mark Asbach via rsync
s a couple of measures we can take so mitigate that. However, I fail at getting this to run. Here’s a sample command that I get out of a patched ansible „synchronize“ command. I’m trying to connect to a Ubuntu 18.04 VM with the user account „mark“ that is in the „sudoers“ group but does not ha

Re: Correct, resumable, large-file flags

2019-07-27 Thread Mark Raynsford via rsync
e: http://rsync.samba.org/ Capabilities: 64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints, socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace, append, ACLs, xattrs, iconv, symtimes, no prealloc, file-flags -- Mark Raynsford | http://www.io7m.com pgprcRXa4BbWv.pg

Correct, resumable, large-file flags

2019-07-26 Thread Mark Raynsford via rsync
ell it out for me? Which flags do I need? -- Mark Raynsford | http://www.io7m.com pgpFKAkfPALbc.pgp Description: OpenPGP digital signature -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rs

Re: cut-off time for rsync ?

2015-07-02 Thread Mark
run. Mark. On 2/07/2015 2:34 a.m., Ken Chase wrote: What is taking time, scanning inodes on the destination, or recopying the entire backup because of either source read speed, target write speed or a slow interconnect between them? Do you keep a full new backup every day, or are you just

Re: Using external filter on the server

2015-05-05 Thread Mark
some servers to 3.1.1 I'm now busy fixing issues caused by the log output format changes from the 2.5x version breaking all my report scripts. On 5/05/2015 5:40 a.m., Wayne Davison wrote: On Wed, Apr 29, 2015 at 2:52 AM, Mark mark0...@gmail.com mailto:mark0...@gmail.com wrote: I have

Using external filter on the server

2015-04-29 Thread Mark
a working example of using an external script as a Filter source ? Thanks in advance, Mark. -- 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: Options for a I'm done flag file

2015-04-29 Thread Mark
You could try increasing the timeout delay, rather than resume. rsync will tolerate quite long network dropouts and still carry on. I have managed to keep an internet transfer of up to 100Gb alive for two weeks. I didn't find --partial to be much use for very large scale transfers due to the

Re: Options for a I'm done flag file

2015-04-29 Thread Mark
For a push job. Run the rsync for the files, if the exit code is 0, create the flag file and then rsync just that file on its own. On 28/04/2015 10:38 p.m., Simon Hobson wrote: As part of my backup system, I use Rsync to keep a copy of each server on one central backup server. This

Behaviour of --append with modified files

2014-12-15 Thread Mark Stead
, and add use the --max-size/--min-size to ensure that append is only applied to large files, and to apply standard rsync logic for smaller files. This assumes that I can guarantee that files beyond a specific size will only be appended to. Thanks for any assistance. Mark -- Please use reply-all

do not update dirtimes on --include='*/' --exclude='*'

2013-03-11 Thread Mark Casey
script and *then* rotates you end up adding the dirs to the previous snapshot too even though they did not exist when it was taken. I'm working on a specific method that would avoid this. TIA, Mark -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe

Re: do not update dirtimes on --include='*/' --exclude='*'

2013-03-11 Thread Mark Casey
On 3/11/2013 4:18 PM, Mark Casey wrote: Hello, I'm trying to do something that did not sound difficult, but no option I've tried seems to be working. I apologize in advance if I'm missing something obvious. I need to sync only directories from one tree to a similar, but older tree *without

Static server side listing

2011-12-21 Thread Mark Constable
I've looking for a solution for this and no amount of googling has come up with anything. Is it possible to provide a static listing on a server, say every 24 hours, that a standard end-user rsync can pull and use? I have a lot of files to provide and the idea of every request dynamically

Re: Static server side listing

2011-12-21 Thread Mark Constable
On 22/12/11 14:44, Kevin Korb wrote: Is it possible to provide a static listing on a server, say every 24 hours, that a standard end-user rsync can pull and use? Sounds like a job for a snapshot. If you are on Linux that would be an lvm2 snapshot. Other operating systems with basic volume

Re: Static server side listing

2011-12-21 Thread Mark Constable
On 22/12/11 14:59, Kevin Korb wrote: Is it possible to provide a static listing on a server, say every 24 hours, that a standard end-user rsync can pull and use? Sounds like a job for a snapshot. If you are on Linux that would be an lvm2 snapshot. Other operating systems with basic volume

Re: keep 2 dirs in sync

2011-07-02 Thread Mark Constable
On 2011-07-01 09:40 PM, Chris Dennis wrote: I have two hosts (my portable and my desktop). I work on both hosts at different times and so I keep a few dirs sync'd between the two. I have a docs dir where I may be modifying files, adding files, renaming files and deleting files on

Re: Add bwlimit to SSH Single Use Deamon

2010-08-02 Thread Mark Eisenblaetter
Hi Ok, i will look in that. Thanks, Mark On Fri, Jul 30, 2010 at 4:47 PM, Matt McCutchen m...@mattmccutchen.netwrote: On Fri, 2010-07-30 at 09:39 +0200, Mark Eisenblaetter wrote: i can't use ForceCommand, they want be able to login again. If the customer has shell access

Re: Add bwlimit to SSH Single Use Deamon

2010-07-30 Thread Mark Eisenblaetter
Hi Marr, no im not forcing any command. they have a bormall ssh login in a jail and in addition want to use rsync via ssh. But i will start reading the ssh docs, to look at this feature. Mark On Fri, Jul 30, 2010 at 3:41 AM, Matt McCutchen m...@mattmccutchen.netwrote: On Thu, 2010-07-29

Re: Add bwlimit to SSH Single Use Deamon

2010-07-30 Thread Mark Eisenblaetter
Hi, ok, a quick try. i can't use ForceCommand, they want be able to login again. Mark On Fri, Jul 30, 2010 at 9:20 AM, Mark Eisenblaetter mark.eisenblaet...@gmail.com wrote: Hi Marr, no im not forcing any command. they have a bormall ssh login in a jail and in addition want to use rsync

Add bwlimit to SSH Single Use Deamon

2010-07-29 Thread Mark Eisenblaetter
Hello List. is there any way to add an bwlimit to an SSH Singel USe Deamon? My cutomer want to use ssh and i want to set an Bandwith limit. As long that bwlimit is not an rsyncd.conf option i see no way to add ist for ssh connections. I am using debian Lenny with rsync 3.0.3 Thnaks, Mark

Re: rsync sleep

2010-06-06 Thread Mark Constable
On Mon, 7 Jun 2010 4:07:22 am Mag Gam wrote: Is it possible to sleep 1 second after each file is rsynced? Interesting idea but not that I know of. Ofcourse, I can put this in a for loop and do a sleep after each file is done, I was wondering if there was anything native in rsync for this

Re: rsync sleep

2010-06-06 Thread Mark Constable
On 2010-06-07, Eberhard Moenkeberg wrote: Is it possible to sleep 1 second after each file is rsynced? If you are concerned about giving the rest of the system some time to breathe then just nice the rsync process. nice -n 19 rsync ... etc This would not help, regarding i/o. Care

Re: rsync sleep

2010-06-06 Thread Mark Constable
On 2010-06-07, Mag Gam wrote: I am more concerned with write penalty. We use netApps, and if there is a huge write (10gb file) i would like to give the filer to recover before I can start syncing more data. Perhaps as Eberhard suggested, ionice might be useful and is part of the util-linux-ng

rsync via restricted ssh command=

2010-06-03 Thread Mark Constable
I've read a few tutorials about how to use rsync via ssh using the command= functionality to restrict where the user can sync to. I've got this on the on the destination side in it's ~/.ssh/authorized_keys... command=rsync --server -vvnlogDtpre.iLsf --timeout=999 .

Re: rsync via restricted ssh command=

2010-06-03 Thread Mark Constable
On 2010-06-04, Matt McCutchen wrote: I've read a few tutorials about how to use rsync via ssh using the command= functionality to restrict where the user can sync to. ... or (my preference) use a single-use rsync daemon. See: https://bugzilla.samba.org/show_bug.cgi?id=4163 I didn't know

RE: rsync of STDIN to a file.

2009-11-28 Thread Mark Young
On Wed, 2009-11-25 at 12:09 +, Mark Young wrote: I believe the rdiff man page is still not correct, even with your submitted changes. It states In every case where a filename must be specified, - may be used instead to mean either standard input or standard output as appropriate

RE: rsync of STDIN to a file.

2009-11-25 Thread Mark Young
...@remote_host rdiff patch backup_Wed.tgz backup_Wed.tgz.new $ ssh u...@remote_host mv backup_Wed.tgz.new backup_Wed.tgz All the best, Cheers, Mark From: mark_yo...@hotmail.com To: rsync@lists.samba.org Subject: RE: rsync of STDIN to a file. Date: Tue, 24 Nov 2009 14:38:31 + Thanks very

RE: rsync of STDIN to a file.

2009-11-24 Thread Mark Young
Thanks very much Matt for the rdiff command examples and for filing a request to improve the documentation. Cheers, Mark -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https

RE: rsync of STDIN to a file.

2009-11-20 Thread Mark Young
the cygwin man page and the rdiff -? usage message I'm unable to find enough information for me to see how to use it successfully. In particular I'm not sure I see how it would be used in my scenario. Currently there's no local copy of the backup image file. All the best, Cheers, Mark

rsync of STDIN to a file.

2009-11-19 Thread Mark Young
:${BACKUP_FILE} I've been unable to find any reference to rsync being used in this fashion. Can anyone tell me whether this is possible today, and if not whether it might be considered for a future version? Cheers, Mark -- Please use reply-all for most replies

RE: rsync of STDIN to a file.

2009-11-19 Thread Mark Young
. Still it sounds useful and is something I will bear in mind as something to consider. Thank you both very much for opening my eyes to other ideas and possibilities. I look forward to any further replies. All the best, Mark -- Please use reply-all for most

RE: rsync of STDIN to a file.

2009-11-19 Thread Mark Young
different output even given the same input. Not very rsync friendly. I did these tests on Debian Lenny v5.0.3 with gzip v1.3.12. Have I missed the point? I'm not sure I can see what I'd use the rdiff command for since rsync will do the delta-transfer cleverness for me. Cheers, Mark Subject

RE: Rsync completed successfully, but files are not identical

2009-08-16 Thread Mark, Oren
It does not Microsoft, but Linux Sles9 to Linux Sles9 replication. Thanks, Oren Mark -Original Message- From: Tony Abernethy [mailto:t...@servacorp.com] Sent: Sunday, August 16, 2009 12:45 PM To: 'Matthias Schniedermeyer'; Mark, Oren Cc: rsync@lists.samba.org Subject: RE: Rsync

RE: Rsync completed successfully, but files are not identical

2009-08-16 Thread Mark, Oren
. You mean that the file was change while the access time value was update by the backup and then it was restored backup by the backup program, so it doesn't have the correct atime and mtime? Thanks, Oren Mark -Original Message- From: Matthias Schniedermeyer [mailto:m...@citd.de] Sent

RE: Rsync completed successfully, but files are not identical

2009-08-16 Thread Mark, Oren
BTW - Could it be because 2 rsync were running in parallel? Thanks, Oren Mark -Original Message- From: Mark, Oren Sent: Sunday, August 16, 2009 1:01 PM To: Matthias Schniedermeyer Cc: rsync@lists.samba.org; Mark, Oren Subject: RE: Rsync completed successfully, but files

re: Error messages 3.0.6pre1

2009-07-20 Thread Mark Cohen
I too have the same issue (reported by Warren) - in that 3.06 backups appear valid, but the terminal shows the following errors: rsync(18819) malloc: *** error for object 0xf305c: Non-aligned pointer being freed *** set a breakpoint in malloc_error_break to debug I'm looking for

push, pull confusion.

2008-10-13 Thread Mark Busby
, it remains in the backup server but rsync doesn't put it back on the samba share. The backup server is running the rsync daemon. The command I have been using from the samba share computer. rsync -pavzW --stats [EMAIL PROTECTED]::back_up_daemon /samba_shares Thanks -- Mark Busby -- Please use

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

2008-05-06 Thread Mark Clifford
Port 10001 That will then be used as the default ssh port for that remotehost. Paul Slootman -- Please do not hesitate to contact me should you require any further information. Best regards, Mark Clifford -- Please use reply-all for most replies to avoid omitting the mailing list

Rsync on windows

2008-03-30 Thread Mark, Oren
Hi, It there a way to use rsync from windows server, so it will pull data on NFS through UNIX rsync server? Thanks, Oren Mark Intel - Israel Engineering Computing ISEC Data Application Hosting [EMAIL PROTECTED] (+) 972-4-865-5987 iNET: 465-5987

Group name vs. GID

2008-03-13 Thread Mark, Oren
for? Thanks, Oren Mark Intel - Israel Engineering Computing ISEC Data Application Hosting [EMAIL PROTECTED] (+) 972-4-865-5987 iNET: 465-5987 - Intel Israel (74) Limited This e-mail and any attachments may contain confidential

Where is the signing key for rsync?

2008-03-06 Thread Mark Lavi
the mailing list web interface doesn't seem to have a search facility either. :( I even tried to import and use the Samba signing key as referred on: http://us1.samba.org/samba/download/ but that did not work either. Have I missed something obvious? Thanks for your help, --Mark Mark Lavi

FW: Academic Software Discounts

2007-08-02 Thread Mark Molker
Greetings, Would you have a full or upgrade version for sale or Premiere 6.5 for MAC. I am living in South Africa. Many thanks Best regards, Markus -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read:

Incremental backup and empty dirs

2007-04-30 Thread Mark
be transferred to ${PATH_BACKUP}/${DATE_YESTERDAY}? -- BRGDS. Mark -- 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: error with rsync and ssh

2007-03-22 Thread Mark Schoonover
uid = zone43 gid = zone43 transfer logging = yes The user and group zone43 are owner in /home/zone43/backups Please, any help ? Thanks in advance. roberto Can you ssh into the box using the zone43 username/password?? Thanks! Mark Schoonover IS Manager American Geotechnical

RE: how can I use rsync between 2 accounts?

2007-03-18 Thread Mark Schoonover
/ You won't have to use username/password at all with rsync. Thanks! Mark Schoonover *** Winner of the 2008 Best Psychic Award IS Manager American Geotechnical - California, Nevada and Arizona V- 858.450.4040 F- 714.685.3909 C- 858.472.3816 -- To unsubscribe or change options: https

RE: Rsync Permission Issues

2007-02-16 Thread Mark Schoonover
the ls -la output on the directory where rsync quits?? I've used rsync many levels deep, and have never heard of this issue. I do notice you're using FreeNAS, could it be an issue with that?? What's the entire rsync command you're using. Thanks! Mark Schoonover *** Winner of the 2008 Best Psychic

RE: Rsync Permission Issues

2007-02-16 Thread Mark Schoonover
PROTECTED]::Masada1 Are you trying to run this via cron?? Note: I have no password set for this user account in an attempt to reduce the variables in this problem. Thanks for the help Mark. Chris -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync

keep group and owner on part of the files

2007-02-13 Thread Mark, Oren
. Is there a way, beside aligning GID number, on both sites to after changing the group on the destination to make rsync not to keep group using -a and -no-g, and to create each new file in specific group ID? Thanks, Oren Mark Intel - Israel Engineering Computing Unix Server Platforms [EMAIL

rsync not updating files even with checksum flag

2006-11-06 Thread Mark Osborne
know if I'm not being clear enough, or any other information I can provide. ~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~ Mark Osborne Web Systems Engineer [EMAIL PROTECTED] (512) 683-5019 ~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~-- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo

files not being updated even with -c after being uploaded to a samba share

2006-10-11 Thread Mark Osborne
in the directory whether it actually needs to be updated or not? Thanks in advance. ~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~ Mark Osborne Web Systems Engineer [EMAIL PROTECTED] (512) 683-5019 ~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~ __ Hello, I have run into an issue

large files not being synced properly while being uploaded to samba share

2006-10-03 Thread Mark Osborne
, Mark ~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~ Mark Osborne Web Systems Engineer [EMAIL PROTECTED] (512) 683-5019 ~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~ -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs

Connection refuse to rsync

2006-07-16 Thread Mark, Oren
: root's password: drwxr-x--- 1024 2006/07/16 17:40:41 . lrwxr-xr-x 38 2005/07/04 14:54:01 .DCOPserver_ptsinf01 What could be the reason for that? I run many rsync on different servers and I dont see such a problem. Thanks, Oren Mark Intel - Israel Engineering Computing Unix Server

Linux rsync server

2006-07-03 Thread Mark, Oren
about the system requirements? It could be SW, HW, what ever. Thanks, Oren Mark Intel - Israel Engineering Computing Unix Server Platforms [EMAIL PROTECTED] (+) 972-4-865-5987 iNET: 465-5987 -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before

write only doesnt work

2006-06-04 Thread Mark, Oren
y dont work. I can read and rsync data from this area with no problem, and this is causing security issues for us. Any ideas ? Thanks, Oren Mark Intel - Israel Engineering Computing Unix Server Platforms [EMAIL PROTECTED] (+) 972-4-865-5987 iNET: 465-5987 -- To unsubscribe or

Rsync linked disk

2006-05-16 Thread Mark, Oren
module with chroot for security reasons as follows: [d] Path = /a/b/c/d Chroot = true The problem is that I cannot rsync rsync_server::[d]/e Any work around for that Thanks, Oren Mark Intel - Israel Engineering Computing Unix Server Platforms [EMAIL PROTECTED] (+) 972-4-865

rsync using ssh get stuck

2006-01-31 Thread Mark, Oren
Jan 30 20:25 /proc/28641/fd/5 - socket:[92942621] Does anybody have an idea the reason for that? Thanks, Oren Mark Intel - Israel Engineering Computing Unix Server Platforms [EMAIL PROTECTED] (+) 972-4-865-5987 iNET: 465-5987 -- To unsubscribe or change options: https

Reading for area during rsync

2006-01-30 Thread Mark, Oren
Hi, There is an area I would like to rsync with remote site. Is there a problem reading/writing to that area during the time rsync is in progress? Thanks, Oren Mark Intel - Israel Engineering Computing Unix Server Platforms [EMAIL PROTECTED] (+) 972-4-865-5987 iNET: 465-5987

rsync of file list

2006-01-14 Thread Mark, Oren
rsync for each file. I did not find any option doing it in the man page. I tried to play with include/exclude, but it did not help.. How do I make rsync copy only specific paths? Thanks, Oren Mark Intel - Israel Engineering Computing Unix Server Platforms [EMAIL PROTECTED] (+) 972-4-865

Re: rsync 2.6.6 : Possible comms failure during delete backup of large filesystem

2005-09-20 Thread Mark Inkley
Wayne Davison wrote: On Thu, Sep 08, 2005 at 01:39:39PM +1000, Mark Inkley wrote: You will note, that I am using 2.6.6, previously I used 2.6.2 which had the same issues. Is the version on each machine 2.6.6? Yes, I am using the -rsync-path switch to target the 2.6.6

Re: Possibility of merging rsync and tar

2005-09-20 Thread Mark Inkley
When backing up a large filesystem over a network for the first time , I always use tar | rsh tar to populate the backup because I have found it to be much faster than rsync. I have always wondered why rsync is so much slower than tar in this regard, perhaps this could be investigated. I have

rsync 2.6.6 : Possible comms failure during delete backup of large filesystem

2005-09-07 Thread Mark Inkley
Mark snip some output from the log backup_dir is /d/d1/RR/avocado/RR_DELBKUP/avocado_d1_090705_1357/ opening connection using rsh pecan10 /bin/rsync-2.6.6 --server -vvbulogDtprRS "--log-format=%o" --timeout=3600 --backup-dir /d/d1/RR/avocado/RR_DELBKUP/avocado_d1_090705_1357 --delete

RE: how to mirror only selected directories?

2005-08-30 Thread Moe, Mark
Thanks Wayne and Aaron, I'll use a combo of find/rsync as suggested. - Mark -Original Message- From: Wayne Davison [mailto:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 9:37 PM To: Moe, Mark Cc: rsync@lists.samba.org Subject: Re: how to mirror only selected directories? On Mon, Aug

how to mirror only selected directories?

2005-08-29 Thread Moe, Mark
'*', but that didn't work. Thanks, - Mark -- 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: how to mirror only selected directories?

2005-08-29 Thread Moe, Mark
something like this should work too, but it doesn't: --include 'abc/**' --include '**/abc/' --exclude '*' I have a work-around right now using a find/perl command line to build a rsync commands for each abc folder, but I was hoping to have it all in one rsync command if possible. Thanks, - Mark

Re: DotNet Version Of Rsync

2005-07-15 Thread Mark Thornton
on some installations. The long running tendency of the cygwin implementation to hang. However I don't think porting to .NET is the answer. Mark Thornton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.8.16/50 - Release Date: 15/07/2005

Re: linux kernel, git, and stateful sync

2005-06-21 Thread Mark Thornton
not to use its difference mechanism for transmitting this list. Where the percentage of files changed is small, rsync might be a great deal faster if it did transmit this list in the same way as regular files. Regards, Mark Thornton No virus found in this outgoing message. Checked by AVG Anti-Virus

Re: Inheriting security permissions from target directory with Cygwin

2005-05-16 Thread Mark Thornton
on the target files. I am using the latest cygwin version and have tried rsync 2.6.3, 2.6.4, and 2.6.5pre1. Thanks!! Michael Carr I can confirm there is a problem. Using CYGWIN=nontsec worked until recently but now appears broken. It is very frustrating. Mark Thornton -- No virus found

maintaining ownership with cygwin/rsync?

2005-03-22 Thread Crowder, Mark
is changed. This is a fairly critical problem as our quota system is based on ownership. Any clues? Id be happy to rtfm if someone can point me to it! Thanks, Mark Crowder Texas Instruments, WW Make IT Infrastructure email: [EMAIL PROTECTED] -- To unsubscribe or change options

RE: rsync practical size limit?

2005-03-21 Thread Crowder, Mark
techniques available. Its a VERY useful tool, though. Regards, Mark Crowder Texas Instruments, WW Make IT Infrastructure Ninety percent of the time things turn out worse than you thought they would. The other ten percent of the time you had no right to expect that much. Augustine

Prune deleted files with rsync?

2005-02-10 Thread Mark Winslow
Hi, is there a way to have rsync prune files that exist on the destination path that no longer exist on the source path? Thanks. __ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my.yahoo.com -- To unsubscribe or change

Search

2005-01-24 Thread Mark Busby
I am looking for Gary W. Carter, who was in OCS at Fort Benning, GA in 1969-70 to let him know of a reunion. If you you know of him, could you ask him to get in touch with me by phone (below) or e-mail? -- Mark Busby 512-847-2153 -- To unsubscribe or change options: https://lists.samba.org

timestamp question

2004-11-12 Thread Mark Watts
go on file size? The archive in question is a several hundred GB linux distro archive so I'd rather not have to redownload it :) Cheers, Mark. - -- Mark Watts Senior Systems Engineer QinetiQ Trusted Information Management Trusted Solutions and Services group GPG Public Key ID: 455420ED

Re: timestamp question

2004-11-12 Thread Mark Watts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri 12 Nov 2004, Mark Watts wrote: Server D is mirroring Server B. We'd like to change Server D to be mirroring Server C instead. Previously when I've swapped between servers like this, vast swathes of the archive are deleted

rsync failing

2004-10-22 Thread Mark Watts
, IPv6, 64-bit system inums, 64-bit internal inums Squid (on the proxy) is version squid-2.4.STABLE7-1.1mdk. Is this likely to be a problem with the local, remote or squid parts in the link? Cheers, Mark. - -- Mark Watts Senior Systems Engineer QinetiQ Trusted Information Management Trusted

transfered file log

2004-09-10 Thread Mark Seamans
that this would cover it...but I can only assume that this one has something wrong... Thanks to all. Mark signature.asc Description: This is a digitally signed message part -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: rsync erroring out when syncing a large tree

2004-08-11 Thread Mark Watts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Aug 10, 2004 at 11:28:04AM +0100, Mark Watts wrote: rsync: connection unexpectedly closed (289336107 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) This error just means that the other side

rsync erroring out when syncing a large tree

2004-08-10 Thread Mark Watts
/mandrakelinux $RSYNC_PROXY is set to be a squid proxy, which is very reliable for other forms of transfer (ftp/http) It's synching to a 1.6TB raid array, which still has over 1TB free, so its not a space issue. Anyone know a) what causes this error and b) how I can get round it? Cheers, Mark

Re: bash: /usr/local/bin/rsync: Argument list too long

2004-08-10 Thread Mark Watts
. - -- Mark Watts Senior Systems Engineer QinetiQ Trusted Information Management Trusted Solutions and Services group GPG Public Key ID: 455420ED -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBGLsPBn4EFUVUIO0RAkNkAKDzsNLYV5jUCzf+MH0z3yML/50RVQCg8r+9 hByFgOrVt9zXmGxftbmIVzI= =OtuC

Identical files showing in dry-run

2004-07-22 Thread Mark Round
, such as --size-only. Any ideas what I'm doing wrong, or what I should be doing ? Thanks in advance, -Mark -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Files to short after transfer

2004-07-22 Thread Mark Koennecke
ideas how to get this sorted? I think rsync should notice that files are of different size and copy them then. Best Regards, Mark Koennecke -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

cron/rsync issue

2004-07-09 Thread Mark Watts
: Connection timed out rsync error: error in socket IO (code 10) at clientserver.c(88) Why would I be getting this if it works on the command line? Mark. - -- Mark Watts Senior Systems Engineer QinetiQ Trusted Information Management Trusted Solutions and Services group GPG Public Key ID

Re: cron/rsync issue

2004-07-09 Thread Mark Watts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for the pointer - I'd forgotten we use an rsync proxy and the cron environment didnt know that :) Cheers, Mark. - -- Mark Watts Senior Systems Engineer QinetiQ Trusted Information Management Trusted Solutions and Services group GPG Public

[PATCH] Inplace option for rsync

2004-04-27 Thread Mark Curtis
in transfer times. The patch is available at http://www.wunit.net/rsync-inplace.patch, and is included below (I apologise for the size of the e-mail). Thanks, Mark. diff -Naur rsync-2.6.1pre2/match.c rsync-inplace/match.c --- rsync-2.6.1pre2/match.c 2004-01-04 06:28:03.0 +1100

Re: [PATCH] Inplace option for rsync

2004-04-27 Thread Mark Curtis
I knew that keep_partial didn't make sense with inplace, but hadn't spent much time understanding that section of the code (took me long enough to get my head around sender, receiver and match), so I made what looked like the right change at the time. ;-) Cheers, Mark. Wayne Davison wrote

Re: Long time needed for Building file list Any suggestions ?

2004-03-22 Thread Mark Thornton
recently scanned the same tree and thus have all the directory data cached in memory.) Mark Thornton -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Rsync doesn't appear to handle large files

2004-02-06 Thread Buwalda, Mark W
I just started using rsync version 2.5.6 on sun solaris 8. In trying to mirror a large ufs filesystem, I've noticed that Rsync does not copy large files, specifically any file greater Than 2 GB. All other files in the filesystem were mirrored properly. Is this a bug/limitation of rsync on

Cygwin hang-problem resolved

2004-01-22 Thread Mark Weaver
ideas what the bug was/how to see where it is getting stuck? I'm more than willing to build/poke around with gdb if someone points me in the right direction. Thanks, Mark -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org

x EA Techsupport has moved.

2003-12-30 Thread mark kastan
I get a message saying Could not find any compatable Direct 3D devices w\the required capabilities. Make sure you have current drivers for your video card. My computer has all the items specified in your manual. I downloaded the directX files from the disk to insure the version was up to date.

rsync for migrating oracle datafiles

2003-06-04 Thread Mark Edwards
, or are there some issues that perhaps I have missed. Cheers, Mark -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Recursive filetype include

2003-03-14 Thread Mark Palatucci
branches of the main directory tree? Any info would be most appreciated, -Mark -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: Recursive filetype include

2003-03-14 Thread Mark Palatucci
/ -M On Fri, Mar 14, 2003 at 10:49:03PM -, Max Bowsher wrote: Mark Palatucci wrote: Hello, I have a directory tree that contains many files of type .htm. I don't want these when I rsync - so I used the option --exclude '*.htm' There is however, one subdirectory (and all of its

rsync snapshot problem deleting files

2002-12-11 Thread Mark L. Chang
on the source drive but not in my snapshot system What is going on? Obviously, this type of deleting stuff randomly is not good for my hot backup scheme. Mark -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs

  1   2   >