Re: rsync to clone server A to server B concerns?

2009-06-04 Thread Brian Millett
On Thu, 2009-06-04 at 14:04 +1200, Paul Ward wrote: Hi, I want to clone server A to server B using rsync. If server A is RHEL3 on a hardware mirror and I have a newer server B that has new hardware and needs to be the same can I use rsync to copy the OS and installed oracle installation?

Re: rsync to clone server A to server B concerns?

2009-06-04 Thread Paul Ward
Thanks Brian, I'll check those points over. :) 2009/6/4 Brian Millett bmill...@gmail.com: On Thu, 2009-06-04 at 14:04 +1200, Paul Ward wrote: Hi, I want to clone server A to server B using rsync. If server A is RHEL3 on a hardware mirror and I have a newer server B that has new hardware

Re: rsync to clone server A to server B concerns?

2009-06-03 Thread Sam Varshavchik
Paul Ward writes: Hi, I want to clone server A to server B using rsync. If server A is RHEL3 on a hardware mirror and I have a newer server B that has new hardware and needs to be the same can I use rsync to copy the OS and installed oracle installation? Yes, as long as the partition layout

Re: rsync to clone server A to server B concerns?

2009-06-03 Thread Paul Ward
That's what I was hoping for, I was going to ensure kudzu service is running before hand. As for the kernel I will have to check the version on server A against the install discs to ensure they are the same. Cheers for your reply 2009/6/4 Sam Varshavchik mr...@courier-mta.com: Paul Ward

Re: rsync -

2009-05-17 Thread Bob Goodwin
David wrote: On Fri, May 15, 2009 at 11:47 PM, Bob Goodwin bobgood...@wildblue.net wrote: Bill Davidsen wrote: Bob Goodwin wrote: I have two f-10 desk top computers, boxes 6 and 9. I use them interchangeably and keep notes [notecase] in both. I would like to update each from

Re: rsync -

2009-05-16 Thread David
On Fri, May 15, 2009 at 11:47 PM, Bob Goodwin bobgood...@wildblue.net wrote: Bill Davidsen wrote: Bob Goodwin wrote: I have two f-10 desk top computers, boxes 6 and 9. I use them interchangeably and keep notes [notecase] in both. I would like to update each from the other without losing

Re: rsync -

2009-05-15 Thread Bob Goodwin
Bill Davidsen wrote: Bob Goodwin wrote: I have two f-10 desk top computers, boxes 6 and 9. I use them interchangeably and keep notes [notecase] in both. I would like to update each from the other without losing anything in the process. The name rsync seems to imply that it will make them

Re: rsync -

2009-05-15 Thread Todd Zullinger
Bob Goodwin wrote: I made backups of both files in each computer and rsync dealt with it as long as I transferred the entire file, something I could have done with sftp. If I tried to rsync the larger file with the smaller it simply replaced the larger file and I lost information. You may be

Re: rsync -

2009-05-15 Thread Bob Goodwin
Todd Zullinger wrote: If you're looking to merge the notecase files between systems, I don't think either rsync or unison will be of much use. You'd need to use a tool more like a revision control system (e.g. git) to handle merging the changes from each system into the other. But there are

Re: rsync -

2009-05-15 Thread Patrick O'Callaghan
On Fri, 2009-05-15 at 09:47 -0400, Bob Goodwin wrote: If I tried to rsync the larger file with the smaller it simply replaced the larger file and I lost information. The first sentence in rsync(1) is: Rsync is a fast and extraordinarily versatile file *copying* tool. (my emphasis). Perhaps

Re: rsync -

2009-05-15 Thread Bob Goodwin
Patrick O'Callaghan wrote: On Fri, 2009-05-15 at 09:47 -0400, Bob Goodwin wrote: If I tried to rsync the larger file with the smaller it simply replaced the larger file and I lost information. The first sentence in rsync(1) is: Rsync is a fast and extraordinarily versatile file

Re: rsync -

2009-05-14 Thread Johan Swensson
rsync does not delete anything unless you pass the --delete option - Ursprungligt meddelande - Från: Bob Goodwin bobgood...@wildblue.net Till: Community assistance, encouragement, and advice for using Fedora. fedora-list@redhat.com Skickat: torsdag, 14 maj 2009 21:33:14 GMT +01:00

Re: rsync -

2009-05-14 Thread Andras Simon
On 5/14/09, Bob Goodwin bobgood...@wildblue.net wrote: I have two f-10 desk top computers, boxes 6 and 9. I use them interchangeably and keep notes [notecase] in both. I would like to update each from the other without losing anything in the process. The name rsync seems to imply that it

Re: rsync -

2009-05-14 Thread Bob Goodwin
Andras Simon wrote: If you change the files in parallel on both computers, then I'm afraid you'll have to manually merge them. The only tool I know about which helps with this is Emacs' emerge (which, for all my love for Emacs, I find nearly unusable), but there must be others. Andras Ok, I

Re: rsync -

2009-05-14 Thread Frank Elsner
On Thu, 14 May 2009 22:11:05 +0200 Andras Simon wrote: On 5/14/09, Bob Goodwin bobgood...@wildblue.net wrote: I have two f-10 desk top computers, boxes 6 and 9. I use them interchangeably and keep notes [notecase] in both. I would like to update each from the other without losing anything

RE: rsync -

2009-05-14 Thread Paul
-Original Message- From: fedora-list-boun...@redhat.com [mailto:fedora-list-boun...@redhat.com] On Behalf Of Bob Goodwin Sent: Thursday, May 14, 2009 1:24 PM To: Community assistance, encouragement,and advice for using Fedora. Subject: Re: rsync - Andras Simon wrote: If you

Re: rsync -

2009-05-14 Thread Bob Goodwin
Paul wrote: -Original Message- From: fedora-list-boun...@redhat.com [mailto:fedora-list-boun...@redhat.com] On Behalf Of Bob Goodwin Sent: Thursday, May 14, 2009 1:24 PM To: Community assistance, encouragement,and advice for using Fedora. Subject: Re: rsync - Andras Simon wrote

RE: rsync -

2009-05-14 Thread Paul
-Original Message- From: fedora-list-boun...@redhat.com [mailto:fedora-list-boun...@redhat.com] On Behalf Of Bob Goodwin Sent: Thursday, May 14, 2009 1:46 PM To: Community assistance, encouragement,and advice for using Fedora. Subject: Re: rsync - snip Yes I suppose those

Re: rsync -

2009-05-14 Thread Bill Davidsen
Bob Goodwin wrote: I have two f-10 desk top computers, boxes 6 and 9. I use them interchangeably and keep notes [notecase] in both. I would like to update each from the other without losing anything in the process. The name rsync seems to imply that it will make them identical. Does that

Re: rsync -

2009-05-14 Thread rgheck
Andras Simon wrote: On 5/14/09, Bob Goodwin bobgood...@wildblue.net wrote: I have two f-10 desk top computers, boxes 6 and 9. I use them interchangeably and keep notes [notecase] in both. I would like to update each from the other without losing anything in the process. The name rsync seems

Re: rsync errors on archive

2009-03-18 Thread Mike McGrath
On Wed, 18 Mar 2009, Adrian Reber wrote: syncing against archive I get: rsync: opendir /fedora/linux/releases/8/Everything/i386.newkey (in fedora-archive) failed: Permission denied (13) rsync: opendir /fedora/linux/releases/8/Everything/x86_64.newkey (in fedora-archive) failed: Permission

Re: rsync using sudo.

2009-02-01 Thread Gordon Messmer
gary artim wrote: The problem: the local files get permission denied on root owned files subdirs. If I add sudo /usr/bin/rsync --stats -ae ssh --rsync-path=sudo /usr/bin/rsync /my rs...@host1:/backup/my I get prompted for a ssh passwd. Has anyone solved or done this? sudo rsync --stat -ae

Re: rsync using sudo.

2009-02-01 Thread gary artim
On Sun, Feb 1, 2009 at 12:20 AM, Gordon Messmer yiny...@eburg.com wrote: gary artim wrote: The problem: the local files get permission denied on root owned files subdirs. If I add sudo /usr/bin/rsync --stats -ae ssh --rsync-path=sudo /usr/bin/rsync /my rs...@host1:/backup/my I get

Re: rsync using sudo.

2009-02-01 Thread gary artim
On Sun, Feb 1, 2009 at 9:42 AM, gary artim gar...@gmail.com wrote: On Sun, Feb 1, 2009 at 12:20 AM, Gordon Messmer yiny...@eburg.com wrote: gary artim wrote: The problem: the local files get permission denied on root owned files subdirs. If I add sudo /usr/bin/rsync --stats -ae ssh

Re: rsync using sudo.

2009-01-31 Thread Mikkel L. Ellertson
gary artim wrote: /usr/bin/rsync --stats -ae ssh --rsync-path=sudo /usr/bin/rsync /my rs...@host1:/backup/my I'm running the above command as user rsync (on both the local and remote system). Both rsync users are in /etc/sudoers and permitted to run the command as root /usr/bin/rsync and

Re: rsync using sudo.

2009-01-31 Thread gary artim
On Sat, Jan 31, 2009 at 5:54 PM, Mikkel L. Ellertson mik...@infinity-ltd.com wrote: gary artim wrote: /usr/bin/rsync --stats -ae ssh --rsync-path=sudo /usr/bin/rsync /my rs...@host1:/backup/my I'm running the above command as user rsync (on both the local and remote system). Both rsync

Re: rsync using sudo.

2009-01-31 Thread gary artim
On Sat, Jan 31, 2009 at 8:43 PM, gary artim gar...@gmail.com wrote: On Sat, Jan 31, 2009 at 5:54 PM, Mikkel L. Ellertson mik...@infinity-ltd.com wrote: gary artim wrote: /usr/bin/rsync --stats -ae ssh --rsync-path=sudo /usr/bin/rsync /my rs...@host1:/backup/my I'm running the above command

Re: rsync using sudo.

2009-01-31 Thread gary artim
On Sat, Jan 31, 2009 at 9:27 PM, gary artim gar...@gmail.com wrote: On Sat, Jan 31, 2009 at 8:43 PM, gary artim gar...@gmail.com wrote: On Sat, Jan 31, 2009 at 5:54 PM, Mikkel L. Ellertson mik...@infinity-ltd.com wrote: gary artim wrote: /usr/bin/rsync --stats -ae ssh --rsync-path=sudo

Re: rsync help

2009-01-12 Thread Matthew Flaschen
Joseph L. Casale wrote: I need to sync a cifs mounted share with a usb drive that has an ntfs partition mounted on it. The files in question use some Latin characters and apostrophes etc and that is making rsync fail. You can look at convmv (http://www.j3e.de/linux/convmv/ (see the man

RE: rsync help

2009-01-12 Thread Joseph L. Casale
You can look at convmv (http://www.j3e.de/linux/convmv/ (see the man directory for basic documentation). I was hoping to not do this, I need an exact copy. Is this a limitation involved in the file systems being used (ntfs) or rsync? Thanks! jlc -- fedora-list mailing list

Re: rsync help

2009-01-12 Thread Roberto Ragusa
Joseph L. Casale wrote: You can look at convmv (http://www.j3e.de/linux/convmv/ (see the man directory for basic documentation). I was hoping to not do this, I need an exact copy. Is this a limitation involved in the file systems being used (ntfs) or rsync? Maybe you have to play with the

Re: rsync help

2009-01-12 Thread Cameron Simpson
On 12Jan2009 11:48, Joseph L. Casale jcas...@activenetwerx.com wrote: | You can look at convmv (http://www.j3e.de/linux/convmv/ (see the man | directory for basic documentation). | | I was hoping to not do this, I need an exact copy. Is this a limitation | involved in the file systems being used

RE: rsync help

2009-01-12 Thread Joseph L. Casale
It may be to do with the CIFS mount options (and for extra fun, I guess the USB drive's mount options). Can you provide a bit more information about the USB mount, and exactly what sort of failure rsync produces? I am trying to sync file names with ' and ñ for example. It gives this error:

Re: rsync help

2009-01-12 Thread Roberto Ragusa
Joseph L. Casale wrote: It may be to do with the CIFS mount options (and for extra fun, I guess the USB drive's mount options). Can you provide a bit more information about the USB mount, and exactly what sort of failure rsync produces? I am trying to sync file names with ' and ñ for

Re: rsync help

2009-01-12 Thread Matthew Flaschen
Joseph L. Casale wrote: You can look at convmv (http://www.j3e.de/linux/convmv/ (see the man directory for basic documentation). I was hoping to not do this, I need an exact copy. Is this a limitation involved in the file systems being used (ntfs) or rsync? One problem is despite NTFS

Re: rsync errors on fedora-secondary

2008-12-25 Thread Dennis Gilmore
On Thursday 25 December 2008 01:56:45 am Adrian Reber wrote: I get following rsync errors on syncing fedora-secondary on the last few runs: rsync: send_files failed to open /development/sparc/os/images/.initrd.img.pupy3y (in fedora-secondary): Permission denied (13) rsync: send_files failed

Re: rsync fixups for secondary1

2008-11-01 Thread Itamar - IspBrasil
+1 1On 11/1/2008 3:31 AM, Matt Domsch wrote: I'd like to do the following to prevent our rsync hosts such as secondary1 from being overloaded. diff --git a/configs/system/rsync.xinetd b/configs/system/rsync.xinetd index 8976dd7..f5b5dbc 100644 --- a/configs/system/rsync.xinetd +++

Re: rsync fixups for secondary1

2008-11-01 Thread Mike McGrath
On Fri, 31 Oct 2008, Jesse Keating wrote: On Sat, 2008-11-01 at 00:31 -0500, Matt Domsch wrote: Acks please. +1 +1 I need to order more RAM for that host. -Mike ___ Fedora-infrastructure-list mailing list

Re: rsync fixups for secondary1

2008-10-31 Thread Jesse Keating
On Sat, 2008-11-01 at 00:31 -0500, Matt Domsch wrote: Acks please. +1 -- Jesse Keating Fedora -- Freedom² is a feature! identi.ca: http://identi.ca/jkeating signature.asc Description: This is a digitally signed message part ___

Re: rsync/ssh/selinux

2008-09-23 Thread Daniel J Walsh
William John Murray wrote: Hello all, I am using rsync -e ssh as a backup from a laptop to a desktop. This seems to work, but generates selinux denials. These need the following addition in local.te: module local 1.0; require { type sshd_t; type crond_t;

Re: rsync

2008-06-05 Thread Oscar Victorio Calixto Bacho
Hi guys fedora have rsync for cvs.fedoraproject.org ? I need a copy of pkgs repositorye for svn+koji convertion (with cvs2svn) Because rsync rsync://cvs.fedoraproject/rpms/ /desdir do not work, but rsync rsync://cvs.fedoraproject.org/rpms it's works. Thanks Oscar -- Fedora-buildsys-list