Re: Apparent synchronization bug in rsync

2022-12-08 Thread Mark Raymond via rsync
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 synchroniza

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 lis

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
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-11 Thread Mark Filipak via rsync
ting), I assume rsync does not verify except 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.sam

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

2022-03-12 Thread Dr. Mark Asbach via rsync
o the remote 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 un

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

2022-03-12 Thread Dr. Mark Asbach via rsync
DIR USER@HOST:DSTDIR 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 repl

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

2022-03-12 Thread Dr. Mark Asbach via rsync
l answer on "ask ubuntu" 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 mailing li

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
others. Web site: 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 p

Correct, resumable, large-file flags

2019-07-26 Thread Mark Raynsford via rsync
time the transfer runs. Can someone spell 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: htt

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
skills. After updating 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 mailto:mark0...@gmail.com>> wrote:

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 v

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 backup

Using external filter on the server

2015-04-29 Thread Mark
sed, but none are never selected for sending. Has anyone 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/mail

Behaviour of --append with modified files

2014-12-15 Thread Mark Stead
wo rsync passes, 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 --

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

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

2013-03-11 Thread Mark Casey
November/024225.html Since rsnapshot calls the preexec 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 r

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 man

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

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 provid

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 o

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 wrote: > 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, they will b

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

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 wrote: > On Thu, 2010-07-29 at 13:00 +0200, M

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 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-linu

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, r

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 thi

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 did

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 . bkp",no-port-forwarding,no-X11

RE: rsync of STDIN to a file.

2009-11-28 Thread Mark Young
> On Wed, 2009-11-25 at 12:09 +0000, 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

RE: rsync of STDIN to a file.

2009-11-25 Thread Mark Young
lta oldbackup.sig > backup.delta $ cat backup.delta | ssh u...@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.s

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
bit and apart from 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 b

RE: rsync of STDIN to a file.

2009-11-19 Thread Mark Young
um -r m*tar 21783 2929 m9.tar.gz 30175 2929 m10.tar.gz It seems that gzip produces 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 rdi

RE: rsync of STDIN to a file.

2009-11-19 Thread Mark Young
ch system, nor in my cygwin tar. So I guess it's not in common distributions by default. 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 replie

rsync of STDIN to a file.

2009-11-19 Thread Mark Young
LE_LIST | rsync - $HOST:${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 -- P

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 are not

RE: Rsync completed successfully, but files are not identical

2009-08-16 Thread Mark, Oren
tical. 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

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:

Rsync completed successfully, but files are not identical

2009-08-16 Thread Mark, Oren
files with same time stamp and size, but file is different than the source? 2) Is there a way for rsync to verify, that each transferred size is identical as the source, after the file was transferred? Thanks in advanced, Oren Mark

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 confirmatio

push, pull confusion.

2008-10-13 Thread Mark Busby
ot; from the samba share, 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 Thank

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

2008-05-06 Thread Mark Clifford
> If you have an _ssh_ daemon on 10001, then use: > >rsync -e 'ssh -p 10001' ... > > You could also make an entry for the remote host in ~/.ssh/config , like > so: > > Host remotehost >Port 10001 > > That will then be used as the default ssh port fo

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-

Group name vs. GID

2008-03-13 Thread Mark, Oren
? 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 confiden

Where is the signing key for rsync?

2008-03-06 Thread Mark Lavi
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

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: http://www.catb.org/~esr/faqs/smart-quest

Incremental backup and empty dirs

2007-04-30 Thread Mark
ty dirs 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
; log file=/var/log/rsyncd > > > [backups] > > path = /home/zone43/backups > read only = false > uid = zone43 > gid = zone43 > transfer logging = yes > > > The user and group zone43 are owner in /home/zone43/backups > > Please, any help ? Thanks in ad

RE: how can I use rsync between 2 accounts?

2007-03-18 Thread Mark Schoonover
it? > I have directions on my blog for password less SSH configuration: http://marks-tech-pages.blogspot.com/ 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, Ne

RE: Rsync Permission Issues

2007-02-16 Thread Mark Schoonover
c command you're using. > > rsync --verbose --progress --stats --compress --recursive --times > --links "/etc/dansguardian" "[EMAIL PROTECTED]::Masada1" Are you trying to run this via cron?? > > Note: I have no password set for this user account in an at

RE: Rsync Permission Issues

2007-02-16 Thread Mark Schoonover
OS: FreeBSD 6.2 (FreeNAS flavor) > client OS: Fedora 2.6.18-1.2798.fc6 > > Any thoughts? > > Thanks, > Chris > What's 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

keep group and owner on part of the files

2007-02-13 Thread Mark, Oren
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
any ideas for a fix?  Let me 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: htt

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

2006-10-11 Thread Mark Osborne
ver everything 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 h

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

2006-10-03 Thread Mark Osborne
?   Thanks, 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

Connection refuse to rsync

2006-07-16 Thread Mark, Oren
.pt.intel.com: 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 don’t see such a problem.     Thanks, Oren Mark Intel - Israel Engine

Time entries in rsync log

2006-07-03 Thread Mark, Oren
and second is strange. I checked and this is not the time on the destination.   Any ideas what is 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

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

"write only" doesnt work

2006-06-04 Thread Mark, Oren
d only” don’t 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 unsub

Rsync linked disk

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

rsync using ssh get stuck

2006-01-31 Thread Mark, Oren
such file or directory lrwx--    1 ekrimer  arch   64 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

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
run 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

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 hav

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

rsync and HP11.11 problem

2005-09-18 Thread Mark, Oren
r    group  0 Aug 11 22:38 /snap/m04/server_metadata/postgresql/.s.PGSQL.5432     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/l

Recall: rsync and HP11.11 problem

2005-09-18 Thread Mark, Oren
Mark, Oren would like to recall the message, "rsync and HP11.11 problem". -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

rsync and HP11.11 problem

2005-09-18 Thread Mark, Oren
ql/.s.PGSQL.5432" failed: Invalid argument   wrote 16 bytes  read 93103292 bytes  7115.00 bytes/sec total size is 660804959294  speedup is 7097.55 rsync error: some files could not be transferred (code 23) at main.c(1064)         Thanks, Oren Mark Intel - Israel Engineering Computing

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

2005-09-07 Thread Mark Inkley
preciative thanks 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_09070

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

RE: how to mirror only selected directories?

2005-08-29 Thread Moe, Mark
older, but I was hoping to have it all in one rsync command if possible. Thanks, - Mark -Original Message- From: Aaron Morris [mailto:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 4:24 PM To: Moe, Mark Subject: Re: how to mirror only selected directories? On 8/29/05, Moe, Mark <[E

how to mirror only selected directories?

2005-08-29 Thread Moe, Mark
nd /x/z/abc/. I tried to include '*/abc/*' and exclude '*', 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: DotNet Version Of Rsync

2005-07-15 Thread Mark Thornton
iability 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 - Rel

Re: linux kernel, git, and stateful sync

2005-06-21 Thread Mark Thornton
ppears 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

Re: Inheriting security permissions from target directory with Cygwin

2005-05-16 Thread Mark Thornton
gs 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

maintaining ownership with cygwin/rsync?

2005-03-22 Thread Crowder, Mark
  Perms and modify times are maintained, but ownership is changed.   This is a fairly critical problem as our quota system is based on ownership.    Any clues?  I’d be happy to rtfm if someone can point me to it!   Thanks, Mark Crowder    Texas Instruments, WW Make IT Infrastructure ema

RE: rsync practical size limit?

2005-03-21 Thread Crowder, Mark
have their own hot migration techniques available.  It’s 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 n

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 o

rsync clobbering links?

2005-01-27 Thread Mark Fenbers
clobber them? Mark begin:vcard n:Fenbers;Mark fn:Mark J Fenbers url:http://www.erh.noaa.gov/ohrfc/ org:NWS/OHRFC; version:2.1 email;internet:[EMAIL PROTECTED] title:Sr. Meteorologist end:vcard -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read

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

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 lik

timestamp question

2004-11-12 Thread Mark Watts
s and only 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 K

rsync failing

2004-10-22 Thread Mark Watts
symlinks, batchfiles, inplace, 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 I

transfered file log

2004-09-10 Thread Mark Seamans
would think 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

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

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

2004-08-10 Thread Mark Watts
is expanding the * to create an argument list that is too long. It's an issue with your shell, not rsync. - -- Mark Watts Senior Systems Engineer QinetiQ Trusted Information Management Trusted Solutions and Services group GPG Public Key ID: 455420ED -BEGIN PGP SIGNATURE- Version

rsync erroring out when syncing a large tree

2004-08-10 Thread Mark Watts
ux/ /export/ftp/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 roun

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

Identical files showing in dry-run

2004-07-22 Thread Mark Round
same thing happens when I use different criteria, 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

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 P

cron/rsync issue

2004-07-09 Thread Mark Watts
email from cron: rsync: failed to connect to sunsite.uio.no: 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 S

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

[PATCH] Inplace option for rsync

2004-04-27 Thread Mark Curtis
noticing a 30-40% speedup 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-

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

2004-03-22 Thread Mark Thornton
have very 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 solar

  1   2   >