out-format in one line

2023-01-28 Thread Michael Homscheidt via rsync
ormat string but this did not work. How can I do this? Regards Michael -- 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

Need a contact for the rsync maintainers...

2020-03-25 Thread Michael H. Warfield via rsync
Hey all, I helped facilitate the old Gentoo break-in / rsync issue some 15 years ago. I need a current contact on the rsync team. Please contact me privately on . Thank you... Regards, Mike -- Michael H. Warfield (AI4NB) | (o) +1 706 850-8773 | m...@wittsend.com /\/\|=mhw

Re: Output of --list-only not as I expected for symlinks

2018-09-12 Thread Michael Hipp via rsync
that will be ignored (by rsync). Is there any option for rsync that offers such a list? > find /path -type f -or -type d -print (or -ls) This tells me nothing about what *rsync* expects to do. In particular it won't consider rsync's filters/exclusions. Thanks, Michael On

Re: Output of --list-only not as I expected for symlinks

2018-09-12 Thread Michael Hipp via rsync
only anomaly in its output. I use --dry-run and --itemize-changes frequently. But I was trying to find something that would give me a correct list of the candidate source files but without having to make an expensive connect to the remote server. Any suggestions? Thanks, Michael Hipp On 201

Output of --list-only not as I expected for symlinks

2018-09-12 Thread Michael Hipp via rsync
The output of --list-only isn't as I expected as regards symlinks. Here are my test files: $ ls ./src -rw--- 1 michael michael0 2018-09-05 09:18:15 file lrwxrwxrwx 1 michael michael4 2018-09-05 09:18:28 near_symlink -> file lrwxrwxrwx 1 michael michael 23 2018-09-05

Re: rsync time machine backup permissions

2018-04-03 Thread Michael via rsync
Time Machine will enable ownership on the drive the first time it starts up. The first thing it does when it creates the backup directory is to enable ownership on the drive. I've seen this happen repeatedly (it's actually the easiest way I know of to enable ownership on drive). On 2018-04-03,

Re: rsync time machine backup permissions

2018-03-19 Thread Michael via rsync
What is the order that rsync uses to set permissions? Time Machine directories have ACL permissions that basically prohibit making any changes of any kind. In order to make a backup of the directory, you would need to set those permissions after copying everything in the subdirectories. Is rsyn

Re: rsync time machine backup permissions

2018-03-19 Thread Michael via rsync
On 2018-03-19, at 3:22 AM, Andre Althoff via rsync wrote: > Dear rsync users, > > I'm trying to copy my Time Machine Backup from my old USB hard drive to a new > one. I got error messages, because rsync don't create group and other > permissions. > ... Instead of using rsync, can you use d

idea

2015-09-23 Thread Michael Havens
I don't have the technical knowledge to bring this idea into the real world but: What do you think about adding a tar/zip option? I like to rsync my /Documents directory and as i was doing so this morning my pen drive ran out of room. I only ever make minor changes to /Documents and sometimes I for

File list size/Number of regular files transferred?

2015-07-14 Thread Michael
en these 2 statistics? Thanks, Michael. -- 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: C coding tips please / Localisation

2015-07-14 Thread Michael
Michael gmail.com> writes: > Is the above affected ??? modified files ??? Ignore the above line that I forgot to remove. -- 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

Re: C coding tips please / Localisation

2015-07-14 Thread Michael
Destination directories and the files that are in the Source directory have been modified or updated in some way. Please also clarify what "Matched data" refers to. Thanks, Michael. -- 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

C coding tips please / Localisation

2015-07-10 Thread Michael
ondary files to reference "libintl.h". Other things I am curious about, for my own edification, in case it is important to know about them are as follows. Are "extern" variables always declared before other variables? What is the purpose of "#define"? I can understand what

Re: Question on folder sync with "directory name translation"

2015-06-09 Thread Michael Johnson - MJ
> > Don't have to live with the folder on the source. > > *___* > > > *Gionata Boccalini* > > 2015-06-08 22:49 GMT+02:00 Michael Johnson - MJ : > >> Oh, actually, I just thought of a couple other another options that don't >> require any

Re: No Localisation for rsync?

2015-05-25 Thread Michael
I've found the following pages which show how it could be done. http://www.async.com.br/~kiko/gettext.html https://fedoraproject.org/wiki/How_to_do_I18N_through_gettext Is that all that is required? I would need some guidance on how to compile as the SETUP section of the README file is insuffic

No Localisation for rsync?

2015-05-22 Thread Michael
ld use xgettext with "rprintf" as the function search parameter to produce a .pot file. Are there any other files that contain strings for the output of progress messages that I should look at? Thanks, Michael. -- Please use reply-all for most replies to avoid omitting the mailing

Re: rsync - Management of UIDs and GIDs when reserved on a Remote system

2015-05-19 Thread Michael
Thanks for your input Simon!! -- 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 - Management of UIDs and GIDs when reserved on a Remote system

2015-05-19 Thread Michael
Thanks for the clarification Kevin!! -- 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 - Management of UIDs and GIDs when reserved on a Remote system

2015-05-18 Thread Michael
i Kevin, Regarding the option --numeric-ids, how would rsync manage the situation where the UID and GID(s), of a file being copied to a Remote system, have been reserved on the Remote system. Does rsync search for and allocate the next available IDs? Thanks, Michael. -- Please use reply-all for most

rsync - Management of UIDs and GIDs when reserved on a Remote system

2015-05-18 Thread Michael
a log, during a Backup, to record the newly allocated IDs, on the Remote system, so that they can be mapped back to the Source system? Thanks, Michael. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listin

Re: Options for a "I'm done" flag file

2015-04-28 Thread Michael Johnson - MJ
rsync -av /src/ /dst/ && touch /dst/done That should do it as the touch only happens if rsync exits with a code of 0. If you need to consider other non zero exit code, it is still doable, just a bit more shell code. There are surely other options as well, but this is probably the most simple. On

Re: [Bug 10936] Rsync path hijacking attack vulnerability

2014-11-17 Thread Michael
This may seem silly, but isn't the point of asking an rsync server for files to create that you trust the server to tell you what files to ... Wait, are you saying that the client will ignore the subtree that it thinks it is traversing? That the client does not sanity check the path it gets from

directory permissions not set until all files copied

2014-05-07 Thread Michael Johnson - MJ
I could find and thus it's not clear if this is expected behavior or not. Thanks for your time! BTW, I realize saying btrfs filesystem is the equivalent to saying ATM machine, but saying "I created a btrfs" or "I created 2 btrfses" sounds strange and perhaps misleading.

Re: --itemize-changes not recursive (not printing created files inside created directories)

2013-12-18 Thread Richard Michael
it computes checksums for files > that have different sizes so they can't possibly be the same and it > computes checksums for files that only exist on one end and therefore > has nothing to compare them to. Indeed, those seem like cases which could be optimized someday. > >

Re: --itemize-changes not recursive (not printing created files inside created directories)

2013-12-18 Thread Richard Michael
#x27;t use -c unless you have a really good (and > unusual) reason. "shouldn't" ? I'm aware it will take longer, and don't mind. I'm thoroughly testing an rsync of two NTFS filesystems, and want to avoid any time precision issues on at least one test run. Regards,

--itemize-changes not recursive (not printing created files inside created directories)

2013-12-17 Thread Richard Michael
Hello list, Using rsync version 3.1.0pre1 protocol version 31.PR14, I ran this command to sync two local filesystems: rsync -rvvctpgonh --itemize-changes --progress --stats --log-file=/root/rsync.log /mnt/ntfs/vmdk/ /mnt/ntfs/restore/ -r = recursive -vv = verbose -c = checksum compare -t = tra

[PATCH] Discard unusable hash table entries

2013-07-28 Thread Michael Chapman
During an in-place update, a block can not be matched if its offset is prior to the sender offset, if SUMFLG_SAME_OFFSET is not set. As the sender offset is only ever incremented, and SUMFLG_SAME_OFFSET is never cleared on a block, a block that fails this test will never pass it in the future. It c

Improve --inplace updates on pathological inputs

2013-07-28 Thread Michael Chapman
problem by discarding hash table entries on the sender that can't possibly be used during an --inplace update. I've included some test results below demonstrating the problem and the improvement this patch provides. Regards, Michael

Re: smbclient socket options

2013-03-01 Thread Michael Tokarev
01.03.2013 12:38, basteon wrote: > Hi, > smbclient -N -L 172.22.27.10 -O keepalive=10 > Not working client anyway wait long time, how use keepalive for > notexisten services or filtered? Hmm. How this is related to rsync? Thanks, /mjt -- Please use reply-all for most replies to avoid omitting

Static files have vanished.

2012-09-24 Thread Mestnik, Michael J - Eagan, MN - Contractor
installed or removed and the frequency of this, as you can guess, is not such that these files should never(vary rarely ever) be considered vanished. Nevertheless consecutive runs indicate they are in a state of perpetual vanishing. Cheers! Mike Mestnik, Michael J The ESM Tools Enterpri

RE: Using rsync to mirror directories where root owns file, using non-root user to initiate session

2012-06-22 Thread PEOPLES, MICHAEL P
the /tmp/rsynctest directory on the remote server, preserving all ownership and permissions. Thank you very much for helping me out. Michael Peoples (mp4783) Senior Systems Manager AT&T - ATTSI Office/Cell:  614-886-0923 mpeop...@att.com This e-mail and any files transmitted with it are AT&T pr

Using rsync to mirror directories where root owns file, using non-root user to initiate session

2012-06-20 Thread PEOPLES, MICHAEL P
to another, and have all ownership and permissions preserved (including root), using rsync to perform "privileged" operations to set file attributes properly and a public key to authenticate the user. Thanks. Michael Peoples (mp4783) Senior Systems Manager AT&T - ATTSI Office/

Re: --link-dest isn't linking

2012-04-22 Thread Michael Tokarev
On 23.04.2012 06:42, Henri Shustak wrote: > >> rsync -Ha --link-dest=/media/4tb/bak/panic-2012-01-01 >> /media/2tb/bak/panic-2012-02-01 /media/4tb/bak/ > > It seems that you may be attempting to hard-link between two file systems. > One is mounted as "/media/4tb" the other is mounted as "media/

Re: Possibility to run rsync without hash table lookups

2011-07-26 Thread Michael Lynch
--checksum, or indeed you must just be sure you really do have append only data. Michael. On Tue, Jul 26, 2011 at 1:24 PM, Wayne Davison wrote: > On Mon, Jul 25, 2011 at 1:42 AM, Michael Lynch > wrote: > >> Is it possible to disable hash table look ups, but still have th

Re: Possibility to run rsync without hash table lookups

2011-07-25 Thread Michael Lynch
I accidentally finished the email with a statement. My question still stands: Is it possible to disable hash table look ups, but still have the MD5 block comparison? :) Michael On Wed, Jul 20, 2011 at 4:40 PM, Michael Lynch wrote: > Hi All > > I am using rsync to do a local network c

Re: how to Monitoring rsync Server

2011-07-19 Thread Michael Lynch
Check out "transfer logging" It will log all communication on the rsync server On Wed, Jul 20, 2011 at 4:32 PM, alan fei wrote: > i want store ip of client pre connection and transfer time pre connection > how to Monitoring rsync Server? > -- > Please use reply-all for most replies to avoid omi

Possibility to run rsync without hash table lookups

2011-07-19 Thread Michael Lynch
comparison, combined with the '--inplace' feature. Fantastic stuff. Cheers Michael. -- 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/

keep 2 dirs in sync

2011-07-01 Thread Michael Makuch
I don't think there's a direct way to do this with rsync but I want to make sure I'm not missing something. 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,

rsync fails to write write xattr user.rsync

2011-06-29 Thread Michael Hierweck
possible, can these errors be suppressed in order to be able to distinguish easily between "these" and "real" errors? * Are there any other obvious issues? Can the setup be improved (preserve acls, xattrs, improve security)? Needless(?) to say: rsync is a really, really gr

Re: [Bug 8198] New: rsync does not set TZ variable after chroot(), which confuses logging timestamps

2011-06-01 Thread Michael Tokarev
01.06.2011 14:06, samba-b...@samba.org пишет: > https://bugzilla.samba.org/show_bug.cgi?id=8198 > >Summary: rsync does not set TZ variable after chroot(), which > confuses logging timestamps >Product: rsync >Version: 3.1.0 > Platfor

poor rsync performance with specific Linux kernel version?

2011-05-17 Thread Michael Doerner - TechnologyWise
ernel version, the same rsync process is fast and will sync/copy the 8GB file in less than 2 minutes. We can replicate the slow speed problem on two other servers which use almost identical hardware. Can I get any help or idea here on this list what I could try to further isolate this issue? Regar

Re: DO NOT REPLY [Bug 7927] Rsync does not sync folders named "tags"

2011-01-20 Thread Michael Gersten
--- Comment #3 from bugzi...@abruti.org 2011-01-20 08:03 CST --- Sorry if you had a sad morning Paul ! I do not read rsync manual each day of my life. I should read it each time I have a problem, my fault. I should read it each time I have a problem, my fault. I should read it each tim

read-batch: Skipping batched update..No batched update inconsistency

2010-10-20 Thread Michael Tokarev
I already asked this question before, some time ago (a few months), but got no reply. We're using a backup system based on rsync and batched updates. Quite often I see a situation when rsync refuses to apply next batch with the following messages: applying f0002.rgs-podm.ru 142 (Skipping batched

Re: copy dirs. subdirs, symlink, but not files

2010-05-17 Thread Michael Renner
subdirs; > > rsync -a -f"+ */" -f"- *" source destination > > Worked like a champ. > > However I'm unsure how to include or exclude sym links from this so i > tried; > > rsync -a -f"+ */" -f"- * -l" source destination > > Whi

skipping and not finding batched updates with extra --link-dest?

2010-05-14 Thread Michael Tokarev
Hello. This is my first post here ;) I've been using rsync heavily for quite some time. For one, we use it to perform offline backups of numerous machines into single location. Since the systems are basically identical, it's wise to keep only different files, hard-linking identical ones. That w

The source and destination cannot both be remote :-(

2010-05-07 Thread Michael Renner
mechanism? CU -- |Michael Renner E-mail: michael.ren...@gmx.de | |D-81541 Munich GermanyICQ: #112280325 | |Germany Don't drink as root! ESC:wq -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change

Re: Getting transfer error lists

2010-05-05 Thread Michael Renner
w and a reliable format to parse? Like the > error below is 34 the error ID? > > rsync: recv_generator: failed to stat > "/Volumes/Sicherung/!Datensicherung/Dateien/Texte und > Worddateien/Schriftverkehr privat/EinladungEssen.DOC": Result too large > (34) > > Thanks for

problem with ssh/rsync to minix

2010-05-03 Thread Michael Renner
d 0 debug2: exec request accepted on channel 0 Any hint? -- |Michael Renner E-mail: michael.ren...@gmx.de | |D-81541 Munich GermanyICQ: #112280325 | |Germany Don't drink as root! ESC:wq -- Please use reply-all for most replies to avoid omitting the m

Re: from solaris to linux: /usr/local/bin/rsync: No such file or directory

2010-05-03 Thread Michael Renner
On Monday 03 May 2010, Wayne Davison wrote: > On Mon, Apr 19, 2010 at 10:03 AM, Michael Renner wrote: > > opening connection using: /bin/ssh -i > > /etc/r5backup/ssh-keys/r5backup_id_rsa -p 22 > > 192.168.5.30 -l root /usr/local/bin/rsync --server --sender > > -vvvlWog

the meaning of "receiving file list"

2010-05-01 Thread Michael Renner
Moin, where can I find an explanation for all these codes in the verbose output: cd..t.. root/ >f..t.. root/.Xauthority >f.st.. root/Dokumente und Einstellungen/test2.txt >f+ test.txt cd+ global/foo and so on. Thanks -- |Michael Renner E-mail: mi

include/exclude Problem

2010-04-24 Thread Michael
.0/home/** + /mnt/md1/backup/akazia.0/usr/local/ + /mnt/md1/backup/akazia.0/usr/local/** - /mnt/md1/backup/akazia.0/home/installsrc/opensuse112.iso - * Any hint what I am do wrong? I have read the man page a thousand times ... Thanks a lot Michael -- Please use reply-all for most replies to avoid

from solaris to linux: /usr/local/bin/rsync: No such file or directory

2010-04-19 Thread Michael Renner
c(601) [Receiver=3.0.7] No wonder, because rsync is installed in /usr/bin/ on linux. And: it is in the path. If I create a symlink from /usr/bin/rsync to /usr/local/bin/rsync it works, but this can't be be solution? Any hint? -- |Michael Renner E-mail: michael.ren...@gmx.de | |D-815

Common memory usage questions

2010-02-09 Thread W. Michael Petullo
I have started investigating the memory usage of the rsync algorithm since installing OpenWRT on a Linksys WRT160NL router with only 32MB of RAM. I have read several discussions about rsync's use of memory. Rsync consumes all of the memory on my router even when I ensure incremental scanning is us

Re: Error 11: can not backup /var/lib/zope2.9

2010-02-08 Thread Michael Renner
On Sunday 07 February 2010, you wrote: > On Fri, 2010-02-05 at 19:31 +0100, Michael Renner wrote: Moin Matt, thanks for your answer, > > I wrote a small backup script that use rsync: r5backup > > (http://sourceforge.net/projects/r5backup/). It backup dozen of unix > > mac

Error 11: can not backup /var/lib/zope2.9

2010-02-05 Thread Michael Renner
ulder:~# find /var/lib/zope2.9 -exec file {} \; > /dev/null boulder:~# find /var/lib/zope2.9 -exec ls -ld {} \; > /dev/null boulder:~# Any hint? -- |Michael Renner E-mail: michael.ren...@gmx.de | |D-81541 Munich GermanyICQ: #112280325 | |Germany Don'

encrypted destination

2009-12-23 Thread Michael
a lot of CPU Power. So my questions is how do the experts this? a) is there an option to encrypt the destination file b) if not what would be a professional approach to "store" data encrypted on an external space? Thanks a lot Michael -- Please use reply-all for most replies to avoid om

rsync ignoring files beginning with . ??

2009-10-29 Thread Michael W. Cocke
Quick question (I hope) I'm trying to use rsync 3.0.4 and opensuse 11.1 to sync an entire /home tree. How to I get rsync to not skip files beginning with a . (period) ? Thanks! - Duct tape is like the force, it has a light side and a dark side and it holds the universe together. -- Plea

RE: Are there any current, in play plans, to multi-thread rsync?

2009-10-17 Thread Michael Brian - IL
Thanks for the update. We are using rsync to sync up the Oracle archived transaction logs to our standby databases. We would like to control the number of files that could be transfered in parallel. Thanks for the update. Brian -- Brian P Michael Technical Management

Are there any current, in play plans, to multi-thread rsync?

2009-10-16 Thread Michael Brian - IL
I am looking for an enhancement to multi-thread or parallelize rsync. Are there any plans that would allow one to set a parameter, like 'number_of_threads' and rsync will ship multiple files at the same time? Sincerely, Brian P Michael Technical Management Consultant Rolta

Re: which server to make client and which the server for rsync.

2009-06-21 Thread Michael Chletsos
>> Are there design / performance considerations that influence which >> machine is made the server and which the client? My rsync processes typically are wrapped in a script that performs other tasks on the backup server, so I like to pull my data down to the backup server. Basically if you need

Re: rsync on OSX for transferring files using FAT32

2009-05-12 Thread Michael Lachmann
Sorry, I wasn't clear I definitely need to transfer the extended attributes, like comments and others. I don't think I need to copy the ACL, or in other words, I don't need to copy special permissions. When I didn't use the -X flag, I had no errors - but of course the extended attributes (and

Re: rsync on OSX for transferring files using FAT32

2009-05-11 Thread Michael Lachmann
> > Also, I agree with the post from Veronica. > > Hope this helps. > > > > > On 11/05/2009, at 1:54 AM, Michael Lachmann wrote: > >> I am trying to transfer files between two OSX machines using a FAT32 >> formatted flash drive. I am transferring a "

rsync on OSX for transferring files using FAT32

2009-05-10 Thread Michael Lachmann
I am trying to transfer files between two OSX machines using a FAT32 formatted flash drive. I am transferring a "big" directory (7G). Basically I want to sync everyday my home and work computers for some directories. I tried many possible rsyncs (original supplied, fink 3.0.5/3.0.4 macports 3.0.5,

"rsync: writefd_unbuffered failed to write 4 bytes" on mounted share

2009-04-27 Thread Stefan-Michael Guenther
Hello, we are using rsync to backup data to a NAS share. The share is mounted with the following command: mount -t nfs 192.168.1.101:/nas/NASDisk-3/public /media/nas -o timeo=5,rsize=8096,wsize=8096,soft rsync is called by rsnapshot with the command: rsync -a --stats --delete --numeric

Re: Rsync Over SSH (Windows XP)

2009-03-14 Thread Michael Chletsos
I have gone down the cygwin path and rsync and have gotten it to work with ssh very reliably. However, I recently replaced it with robocopy which is a native windows app, it handles the permissions on files much better, since it is not converted from nt-perms to cygwin-perms back to nt-perms, and

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

2009-03-02 Thread Michael Gardner
m...@bortal.de wrote: > unfortunatelly rsync is beeing REALLY slow and produces a high load when > we try to sync lots of files (>250 000 small files). What version of rsync are you using? -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change option

Re: Suggestions for rsync

2009-02-13 Thread Michael Chletsos
check out drbd - it might do what you want. It can be thought of as a RAID across networks, since it works on the device level, not the file level, but it is not a RAID. On Fri, Feb 13, 2009 at 7:07 AM, Jon Watson wrote: > I'm not sure either of this functionality falls within rsync's purview. >

Re: Local transform on files before sending?

2009-02-09 Thread Michael Gardner
David Howe wrote: > Matt McCutchen wrote: >> On Sun, 2009-02-08 at 20:28 -0600, Michael Gardner wrote: >>> Is it possible to have rsync do a transform on each file before sending >>> it? This would be useful for things like individually compressed or >>> encry

Local transform on files before sending?

2009-02-08 Thread Michael Gardner
it would be of use to many people, and in principle it shouldn't interfere with incremental file transfers or even checksum-based skipping, since you could transform the file locally before comparing it with the destination file. -Michael -- Please use reply-all for most replies to avoid omi

how to crypt hard linked backups?

2009-02-03 Thread Michael Renner
allways different if it is crypt; right? Any idea? Thanks -- |Michael Renner E-mail: michael.ren...@gmx.de | |D-81541 Munich GermanyICQ: #112280325 | |Germany Don't drink as root! ESC:wq -- Please use reply-all for most replies to avoid omitting the mailing

Re: Backup to spare drive (rsync / crontab)

2009-01-30 Thread Michael Gardner
drc...@yahoo.com wrote: > But the scheduled backups never happen. I must be doing something wrong, but > can't figure out what. If you haven't already, check root's inbox to see if there is any output from the cron jobs. If not, it's likely a problem with your crontab. Also, try replacing 'rsync

Rsync windows acls

2008-12-29 Thread Michael Chletsos
Has rsync integrated windows acls into it yet? I keep getting error after the first sync: receiving incremental file list recv_acl_access: value out of range: ff rsync error: error in rsync protocol data stream (code 12) at acls.c(670) [receiver=3.0.5] thanks. -- Please use reply-all for most

Re: Windows 2003 Cygwin Netapp remote filesystem

2008-12-27 Thread Michael Chletsos
the mount environment that I was missing on the windows side, because if you specifically declare the mounts in the registry, it would work. thanks again On Fri, Dec 26, 2008 at 8:10 PM, Matt McCutchen wrote: > On Fri, 2008-12-26 at 14:13 -0700, Michael Chletsos wrote: >> Ok so I have figu

Re: Windows 2003 Cygwin Netapp remote filesystem

2008-12-26 Thread Michael Chletsos
add it to the registry for cygwin mount points, but I think a fix to the code might be better. Any suggestions in the source, where this // problem might live? On Tue, Dec 23, 2008 at 3:23 PM, Matt McCutchen wrote: > Michael, please CC rsync@lists.samba.org so that others can help you and >

Re: Windows 2003 Cygwin Netapp remote filesystem

2008-12-23 Thread Michael Chletsos
Amongst various problems I am having, I am trying to run an rsync daemon on a windows 2003 server with cygwin installed. It works fine, except that I can't seem to get the daemon to chdir to any file that is remotely mounted from my Netapp. Other windows shares or local disks chdir just fine

Windows 2003 Cygwin Netapp remote filesystem

2008-12-23 Thread Michael Chletsos
Amongst various problems I am having, I am trying to run an rsync daemon on a windows 2003 server with cygwin installed. It works fine, except that I can't seem to get the daemon to chdir to any file that is remotely mounted from my Netapp. Other windows shares or local disks chdir just fine. ve

Re: Intermittent connection failure

2008-11-25 Thread Michael Härtl
Hi Matt, thanks for your answer and sorry that my response took so long Matt McCutchen schrieb: On Thu, 2008-11-13 at 10:29 +0100, Michael Härtl wrote: It sometimes works, but every third or fourth rsync fails with this message: rsync: failed to connect to ip.of.client.A: Connection

Intermittent connection failure

2008-11-13 Thread Michael Härtl
Hi, i have sporadic connection problems with my rsync server. I have _no_ firewall involved and there is _no_ max connections set. rsync on the clients is started from cron via a bash script. There's also no permission problem. rsyncd runs as daemon (is not started from inetd). It sometimes

Re: how to start rsync daemon on fedora

2008-10-10 Thread michael
On Fri, 2008-10-10 at 13:42 +0100, michael wrote: > On Thu, 2008-10-09 at 17:08 -0700, Wayne Davison wrote: > > On Thu, Oct 09, 2008 at 03:29:04PM +0100, michael wrote: > > > and this is when I've tried both of > > > a) /usr/bin/rsync --daemon -v > &

Re: how to start rsync daemon on fedora

2008-10-10 Thread michael
On Thu, 2008-10-09 at 17:08 -0700, Wayne Davison wrote: > On Thu, Oct 09, 2008 at 03:29:04PM +0100, michael wrote: > > and this is when I've tried both of > > a) /usr/bin/rsync --daemon -v > > b) sudo /sbin/chkconfig rsync on > > Fedora supplies an /etc/xinetd.d

how to start rsync daemon on fedora

2008-10-09 Thread michael
iver=2.6.9] Please could somebody let me knw what I'm going wrong? Ta, MIchael -- 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 backup permissions

2008-10-09 Thread michael
On Thu, 2008-10-09 at 14:17 +0100, michael wrote: > I had a quick look for an answer to what I'd presume is a common Q but > failed so wondering if somebody here would point me in the right > direction, please & thanks?! > > I wish to use rsync to backup users' home d

rsync backup permissions

2008-10-09 Thread michael
rsync options (--perms) but without joy. Can somebody advise me which flags I require? Thanks, Michael -- 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

Answer to current issues and debugging' - Why does my transfer die with something like the following error?

2008-10-07 Thread Hasenbalg Michael (JuP/TEF-MIS)
Hello, In regards to one of the 'current issues and debugging' - Why does my transfer die with something like the following error? I found that this error occurs also if the path log file = /xyz/abc/rsyncd.log in your rsyncd.conf points to a folder that doesn't exist. Hope this

Re: help required for passing parameters to rsync within a script

2008-09-24 Thread michael
On Tue, 2008-09-23 at 20:39 -0400, Matt McCutchen wrote: > On Tue, 2008-09-23 at 22:22 +0100, michael wrote: > > I'm attempting to write a short script to copy all 'CONC*' files in any > > subdir under ./ using rsync and filters but I can't get the correc

help required for passing parameters to rsync within a script

2008-09-23 Thread michael
-progress --stats -v -rP --filter='+ */' --filter='+ CONC*' --filter='- *' . [EMAIL PROTECTED]:/data_hdd1/michael/`basename $PWD` but I can't see how to sort FILTER in this bash script such that + and */ all work properly... ta, Michael # cmd - need newer t

Re: [rsync-announce] Rsync 3.0.4pre1 released

2008-07-25 Thread michael
slated for transfer, one gets gobbledy gook + files + more gobbledygook. Has this been repaired in later versions. Our scripts parse the output of -n and rename files that are updated on the remote host so there is a continuous history of all updated files. Michael (unhappy rsync sysadm

Storing pre-cached hashes

2008-05-23 Thread Michael Short
Hello, Would it be possible to analyze and store hashing information about file A before it is neccessary to compare it with file B? I want to know because in my software file A will not be available to either system when the new version of the file must be sent. Sincerely, -- Michael Short

Re: rsync over Iridium modem, 240 bytes per second

2008-01-27 Thread Michael Ashley
t. It is hard to see this working with rsync over ssh. But I could imagine a program at either end of the link providing a socket to rsync, and then handling the reconnection in the middle. I wonder if 'socat' could do this? If there are any networking gurus listening, I would apprecia

rsync over Iridium modem, 240 bytes per second

2008-01-26 Thread Michael Ashley
mine the link status (an occasional ping?) and then send a SIG_SOMETHING to rsync to get it to clean up nicely and be ready for the next connection. I've asked a lot of questions here, but I think the answers might be useful to other people in the same position. Thank you in advance for your adv

Rsync on 3 places

2007-10-10 Thread Michael Reynolds
Hi all, I'm newbie with rsync so I would like to ask more experienced users for help. I have following task: I have 3 places (A,B and C). Place A is "main" place. I want to use rsync to synchronize all data from place A to places B and C (only one-way from A to B and C). I tried to write simple c

Re: rsync not running on IA64

2007-09-22 Thread michael bane
On Sat, 2007-09-22 at 16:33 +0100, michael bane wrote: > I have built rsync on IA64 using Intel's 'icc' compiler and can run the > rsync executable interactively but when attempting to run under > 'crontab' I get the following error: > > + /home/horace/mcc

rsync not running on IA64

2007-09-22 Thread michael bane
I have built rsync on IA64 using Intel's 'icc' compiler and can run the rsync executable interactively but when attempting to run under 'crontab' I get the following error: + /home/horace/mccssmb2/src/rsync-2.6.9/rsync -z --partial -v --progress --recursive --stats --times --links --exclude-from=/

Rsync on Mac OS X

2007-08-14 Thread Michael Reynolds
Hello, I am using rsync at Mac OS X for synchronizing pictures for our two offices. Unfortunatelly yesterday the script stops working. Here is little workarround. The script select every file from folder A and write it to PENDING-FILES file. Than RSYNC take from PENDING-FILES every line (file) and

How can I know the amount of data transferred .

2007-01-01 Thread Michael, Lior
Hi . I'm using the command 'rsync -avqHlogpDtW" on daily bases and I'd like to know how much data transferred from source to target . Lior Best Regards, Lior Michael * +972-50-5455013 * mailto:[EMAIL PROTECTED] Our goal is that we will have a VERY SATISFIED custome

UID on destination system

2006-10-26 Thread Aldrich, Michael
Can some tell me if there is a way to change the uid of files transferred. Example on source the system "appltest (uid 100)" owns all the files I want to transfer but on the other system I want "applpatch (uid101)" to own them? Thanks ------ Michael A

Re: Rsync basic question

2006-10-24 Thread Michael Homscheidt
(the module) with the newest files (if available) and then update the contents of the local /Aplication/Scriptsß Regards Michael. Matt McCutchen wrote: On 10/20/06, Michael Homscheidt <[EMAIL PROTECTED]> wrote: - If I get the data back from the module the directory /Applications/ S

Rsync basic question

2006-10-20 Thread Michael Homscheidt
ipte an $MODULE is the configured module Could anyone please tell me what's wrong? Regards Michael. -- 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: cross-platform with GUI in a package

2006-10-17 Thread Michael Carmody
We are currently trying to implement the same thing here. We are currently using RsyncX and nasbackup for Mac and windows respectively and trying to write nice user documentation. -Michael Carmody On Tuesday 17 October 2006 10:25, [EMAIL PROTECTED] wrote: > Hello, > > has somebody don

Individual User Auth without SSH or stand alone passwd file...

2006-10-09 Thread Michael Carmody
le of project manageably ? Anyone have any other ideas ? -Michael Carmody Department of Microbiology and Immunology The University of Melbourne -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

  1   2   3   >