Re: [CentOS] Tar CentOS installation and transfer it to new server

2015-06-30 Thread Mike
On Tue, Jun 30, 2015 at 12:55 PM, Warren Young wrote: > On Jun 29, 2015, at 6:50 PM, Mike <1100...@gmail.com> wrote: > > > > rsync -aAXHx -e 'ssh’ > > -e ssh has been the default in rsync for a very long time. I believe the > newest CentOS where -e defaults to rsh instead is CentOS 3. > > You on

Re: [CentOS] Tar CentOS installation and transfer it to new server

2015-06-30 Thread Warren Young
On Jun 29, 2015, at 6:50 PM, Mike <1100...@gmail.com> wrote: > > rsync -aAXHx -e 'ssh’ -e ssh has been the default in rsync for a very long time. I believe the newest CentOS where -e defaults to rsh instead is CentOS 3. You only need to give -e nowadays when you need nonstandard ssh options,

Re: [CentOS] Tar CentOS installation and transfer it to new server

2015-06-29 Thread Mike
On Mon, Jun 29, 2015 at 4:43 PM, Chris Murphy wrote: > On Mon, Jun 29, 2015 at 2:38 PM, Chris Murphy > wrote: > > Anaconda on Fedora live media installs uses: > > > > rsync -pogAXtlHrDx > > Looks like this is the same as -aAXHx > > The cap X is for extended attributes. > > Mr. Murphy, thanks for

Re: [CentOS] Tar CentOS installation and transfer it to new server

2015-06-29 Thread Chris Murphy
On Mon, Jun 29, 2015 at 2:38 PM, Chris Murphy wrote: > Anaconda on Fedora live media installs uses: > > rsync -pogAXtlHrDx Looks like this is the same as -aAXHx The cap X is for extended attributes. -- Chris Murphy ___ CentOS mailing list CentOS@ce

Re: [CentOS] Tar CentOS installation and transfer it to new server

2015-06-29 Thread Chris Murphy
Anaconda on Fedora live media installs uses: rsync -pogAXtlHrDx There is at least one equivalent that's shorter, probably with -a representing about half of those. Chris Murphy ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/

Re: [CentOS] Tar CentOS installation and transfer it to new server

2015-06-29 Thread Mike
Thanks Mr. Roth! That's nice and methodical. I do like how you can revert by simply remounting the previous directories. I'm going to try both. I'm still hopeful that a simple tar -xf server.tgz into the chrooted "/" is possible. At linuxquestions.org, one user suggests it can be done by exempting

Re: [CentOS] Tar CentOS installation and transfer it to new server

2015-06-29 Thread m . roth
Mike wrote: > Current Installation: CentOS 7.1503 with SerNet Samba 4 ver. 4.1.17 > configured as Active Directory Domain Controller. > Current Installation: HP Workstation with dual Xeon quadcore cpu's and 4 x > SATA hard drives NOT configured in RAID array. > > New Installation: CentOS 7.1503 min

[CentOS] Tar CentOS installation and transfer it to new server

2015-06-29 Thread Mike
Current Installation: CentOS 7.1503 with SerNet Samba 4 ver. 4.1.17 configured as Active Directory Domain Controller. Current Installation: HP Workstation with dual Xeon quadcore cpu's and 4 x SATA hard drives NOT configured in RAID array. New Installation: CentOS 7.1503 minimal install New Instal