search for: midwal

Displaying 18 results from an estimated 18 matches for "midwal".

Did you mean: midway
2006 Feb 03
2
rsync Corrupted MAC on input.
I am doing a large and long transfer and twice now i have gotten this error killing the transfer, anyone know what/how i can fix this? root@denali [/etc/rsync]# Received disconnect from 66.160.191.130: 2: Corrupted MAC on input. rsync: writefd_unbuffered failed to write 4 bytes: phase "unknown" [sender]: Broken pipe (32) rsync: connection unexpectedly closed (1055144 bytes received so
2006 Apr 05
3
rsync, ssh and DSA key
hi all I have generated the key in the source server(10.78.0.107) ssh-keygen -t dsa -C "root@10.78.0.107" I have added this key to authorized_keys2 of the destination server(10.78.0.117) cat id_dsa.pub >> /root/.ssh/authorized_keys2 but when I execute rsync -avz -e ssh root@10.78.0.107:/var/mail/ /var/mail in the destination server I asck me for the password How to avoid this in
2005 Apr 21
1
[Bug 1959] writefd_unbuffered failed to write 4092 bytes phase send_file_entry broken pipe
https://bugzilla.samba.org/show_bug.cgi?id=1959 ------- Additional Comments From admin@exovian.com 2005-04-21 08:46 ------- root@xxxx [~]# rsync -avz -e ssh /home/ xxxx@xxxxx:xxxx building file list ... rsync: writefd_unbuffered failed to write 4092 bytes: phase "send_file_entry": Broken pipe rsync error: error in rsync protocol data stream (code 12) at io.c(515) This method
2005 Aug 05
1
Problem preserving user/group names on AIX, rsync 2.6.2
I am having a bit of a problem with rsync 2.6.2 on AIX and I was wondering if this might just be the expected behavior. When using the -o and -g flags, the user and group names are NOT preserved on the receiving side, however, the UIDs/GIDs are preserved. I checked the OLDNEWS file and bugzilla, but could not find any reference to a problem like this. Vitals: -rsync 2.6.2 with security patch
2005 Oct 29
1
how to restrict rscync to ONLY use ssh-pubkey transport & auth?
-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 hi all, i have two OSX boxes set up for ssh via pubkey auth only. i'm setting up rsync comms for the first time. i have rsyncd running on box A. no-auth rsync from box B to/from box A's rsyncd works as expected. rsync@B to/from rsyncd@A using pubkey-auth'd-ssh trasport: rsync --verbose --stats --recursive -e "ssh -F
2006 Feb 17
3
rsync files with certain mtime
Hello List, How would i rsync all files which are older than X-Days? I am missing some kind of -mtime option. Since this is quite common for backups i am wondering how you are doing this kind of stuff. Thanks, Mario
2006 Mar 17
1
RSYNC auto configuration
Hi Folks, At the moment, I am at the stage where I can only do the back manual. I have run the first steps of configure and then make. Now when I run this command, I can be able to have files transfered to a remote server rsync -t (filename) (remote-location) forinstance rsync -t *.p dev:testing and doing this, I am still asked for the password for the remote server. I have tried copying
2006 Apr 03
2
rsyncd.secrets
hi all I have composed a script containing : rsync -avz -e ssh root@10.78.0.107:/var/mail/ /var/mail --password-file=/etc/rsyncd.secrets but when I try to execute il it ask me for the password. how to do to avoid this and to consider the password in the 'rsyncd.secrets' thanks in advance.
2006 May 04
1
problem with rsync
Hi everyone, I'm using rsync in several Novell Servers, and some times I get this error: rsync: getaddrinfo: SSCC2NW 873: no address associated with hostname. rsync error: error in socket IO (code 10) at clientserver.c(129) I know it's a problem with DNS, but I don?t know why does it happen? Does anybody know how to solve this? thanks -------------- next part
2006 May 05
1
User permissions
I'm trying to follow the tutorial on using rsync with ssh/cron. Implimenting the no password method. It says not to use root and create a user. The question is, if I am mirroring home directors how do I give this user the proper permissions? ----------------------------------------------------------------- This email message is intended only for the addressee(s) and contains information
2005 Apr 21
2
do not understand what to do to correct this error
---------------------------------------------------------------------------- ---- FULL RSYNC LOG ---------------------------------------------------------------------------- ---- /usr/bin/rsync -av --force --delete-excluded --exclude-from=/usr/local/etc/snapback/snapback.exclude -e ssh --delete peru.cbm.mercyships.org:/ /home/backup/peru/hourly.0/ <bunch of lines deleted> wrote 873039
2005 Aug 01
2
How to preserve ownership with rsync over SSH
Hello everybody, I am discovering rsync and I have a problem about preserving ownership and permissions. I want to mirror a web tree with rsync over ssh. I set up a module on my rsync server and on the rsync client, I use the options -o and -p in order to preserve ownership et permissions. The file are transffered via rsync but on the rsync server the files are owned by the user used to connect
2005 Sep 09
1
rsync failure - no such file or directory
Hi All, Attempting to run rsync but getting "no such file or directory" message. What looks like is happening is solaris 8 is removing the "space" between .../db2_backup and db2inst1@enolagay... As a result rsync creates a new dir on the same box with the files in it. Not sure what to do. VERY new to unix and rsync. bash-2.03$ rsync -e ssh -av
2006 Apr 06
2
Using --link-dest works on small directory tree but not large one
I'm using version 2.6.3 on OS X. I'm trying to use --link-dest to keep some rolling backups of production websites. There is about 2GB of data in 60,000 total files. I do an initial rsync to get an initial copy of the data, and each day thereafter I run rsync again with --link-dest to create a new daily backup. For some reason, in the subsequent runs, rsync updates a whole lot of files
2005 Oct 01
2
complete newbie
Hi everyone, I am a complete newbie to rsync. Last year I built and setup my own web server based on an old Intel PII box running at 333Mhz. There is plenty of RAM and HD space, but the site is now growing apace. A few weeks ago while upgrading my office equipment I set aside another box running an AMD Athlon at 1.1GHz. Still plenty of RAM and drive space. Both systems are setup us as servers
2005 Jul 23
2
link_stat
Hi there, I set up my company's back up server using rsync. And I've got a strange problem. I searched in the archives of this list, but none of them seems not giving me an idea to solve the problem. If anyone can help, it would be grateful. I'm using cron by a user (non wheel/admin) to rsync everyday during the night. The cron is set in the server to transfer the backing-up
2005 Oct 10
8
Help with sincronizing two directories on remote servers
Dear friends, a newbie here. we have two webservers, a and b, both of them with rsync installed. We would like to rsync one directory on one server with another directpory on another server. What I do is to go to one of the server (server a) as root using ssh, navigate to the directory, and write rsync -avz username@serverb:directory/ ./ But it does not work. Am I doing something
2005 Apr 17
29
Re: dumb, dumb question ...
>Date: Sun, 17 Apr 2005 13:28:05 -0400 >From: "ryanag@zoominternet.net" <ryanag@zoominternet.net> >Subject: Re: [Shorewall-users] dumb, dumb question **follow-up on > support-request documentation** >To: Tom Eastep <teastep@shorewall.net> >Cc: Mailing List for Shorewall Users > <shorewall-users@lists.shorewall.net> >Message-ID: