Re: Copying a live system

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Am 03.05.2016 um 15:55 schrieb Timothy Murphy <gayleard@xxxxxxxxxx>:
> 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.



It depends, the running services should answer ... for a mysqld running system:

Delete the -x option above and add

--exclude /proc --exclude /sys --exclude /mnt --exclude /var/lib/mysql  

and then 

mysqldump --add-drop-table -c --create-options -x -u root -p -A > mysqldump-$(date +%s).sql

for example ...

--
LF





_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
https://lists.centos.org/mailman/listinfo/centos



[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux