search for: pogaxtlhrdx

Displaying 7 results from an estimated 7 matches for "pogaxtlhrdx".

2015 Jun 29
2
Tar CentOS installation and transfer it to new server
On Mon, Jun 29, 2015 at 2:38 PM, Chris Murphy <lists at colorremedies.com> 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
2016 May 03
2
Copying a live system
m.roth at 5-cent.us wrote: >> I want to backup my current CentOS-7.2 system to another drive. >> Is it safe to copy the system while it is running? >> Eg by >> mount /dev/sdb5 /mnt >> rsync -HPaxvz /. /mnt/ >> I've found contradictory advice on the web. > > Yes. When we're cloning a system, such as a compute node in a cluster, or > rsync
2015 Jun 29
2
Tar CentOS installation and transfer it to new server
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 the following: /proc /sys /dev /tmp /var I'm thinking the tarball thing
2015 Jun 29
0
Tar CentOS installation and transfer it to new server
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
2015 Jun 30
0
Tar CentOS installation and transfer it to new server
On Mon, Jun 29, 2015 at 4:43 PM, Chris Murphy <lists at colorremedies.com> wrote: > On Mon, Jun 29, 2015 at 2:38 PM, Chris Murphy <lists at colorremedies.com> > 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 your follow up. Do you mean boot both the current and the new server with LiveCD's and then --- rsync -aAXHx -e 'ssh' /chroot-mounted/root/directory root at 1...
2016 May 03
0
Copying a live system
Anaconda live installs use this: rsync -pogAXtlHrDx --exclude /dev/ --exclude /proc/ --exclude /sys/ --exclude /run/ --exclude /boot/*rescue* --exclude /etc/machine-id /run/install/source/ /mnt/sysimage Chris Murphy
2015 Feb 26
3
Easy way to strip down CentOS?
On Feb 25, 2015 10:00 PM, "Peter" <peter at pajamian.dhs.org> wrote: > > I haven't tried this, but see if it works: > yum shell > remove * > install @minimal > run > > I've not tried this to see the effect but don't forget in el6 there is the yum history database... yum history list will show all yum operations that have happened on the system.