similar to: Copying a live system

Displaying 20 results from an estimated 3000 matches similar to: "Copying a live system"

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
2016 May 03
0
Copying a live system
Timothy Murphy 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 upgrading, we rsync -HPavxz /. newmachine:/new/.
2011 Dec 04
2
Strangely slow disk
I have a 1.5TB Western Digital hard disk (WD15EADS-00R6B0) on my CentOS-5.7 server, which has become incredibly slow for some operations, eg rsync, BackupPC archive, e2fsck, although it seems to work fine for ordinary file operations, and "smartctl -a /dev/sdb" does not report any errors. For example, running "e2fsck -p /dev/sdb5" on a 250GB partition on this disk took over 24
2013 Nov 15
7
Mysql databases from old system?
Last week I had a hard disk failure on my CentOS server. I managed to re-install CentOS on a new disk. I have the old mysql databases from /var/lib/mysql . Can I just move them to my new disk? Any help or suggestions gratefully received. -- Timothy Murphy e-mail: gayleard /at/ eircom.net School of Mathematics, Trinity College, Dublin 2, Ireland
2018 Feb 22
1
combining two back ups...
Hello list, See verbose background below[1] I've just backed up my oldmachine that I have been using recently to an external drive with: sudo rsync -avuAESX /home /run/media/mylogin/Backup/home I have a newmachine that I want to back up to the same destination and merge to that backup because I'm about to send it away for repair - which is why I've been using the oldmachine.
2011 Jun 06
5
hard disk install failure
Has anybody successfully installed CentOS- I tried (several times) installing CentOS-5.6 from a hard disk, and each time it failed after installing all the rpms, with the warning "The installation has tried to mount image #2, but cannot find it on the hard drive." When I pressed the Debug button one time after the failure, it seemed to say that it was looking for the file in
2009 Jul 23
3
Drupal installation
Does anyone have experience of drupal installation under CentoOS-5.3 with MySQL database preferably accessed through phpMyAdmin. I want to install drupal more or less as an experiment, and I'm looking for a 1- or 2-page document that just lists precisely what steps to take. I've had a quick look at the official installation instructions, and I found them confusing and contradictory. --
2011 Apr 24
2
Curious fdisk report on large disk
I have a 1.5TB internal disk on my server. I partitioned this with fdisk, and CentOS-5.6 runs perfectly on it. But fdisk gives a very strange report. Here is the perfectly normal response to mount: ----------------------------- /dev/sdb10 on / type ext3 (rw) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) /dev/sdb2 on /boot type ext3
2020 Jun 30
3
Choosing the right domain
Hi, I am about to spend one week of my holidays with transfering our (about 20 clients) NT4 domain to a AD DC one. We are running a samba NT4 PDC on debian buster which is offering dns (bind9) and dhcp (isc-dhcpd), too. I have an older server where I can play with an AD DC setup. If I see I won't make it in a week, I would like to be able to return as smooth as possible to the present
2010 Aug 14
6
best ways to do mysql backup
we have multiple servers approx 10 and each has about 100 GB of data in the /var/lib/mysql dir , excluding tar , mysqldump and replication how do we take backup for these databases on to a remote machine and store them datewise , ( the remote machine is a 2TB HDD ) currently tar is not feasible as the data is too huge and the same goes with mysqldump suggestion will be of great help --
2014 Jun 04
3
virt-resize: support to MBR logical partitions and some question
Hi, I'm adding support to resizing logical partitions(patch is in progess). But encounter an error when adding a logical partition in dest image: virt-resize: libguestfs error: part_add: parted: /dev/sdb: Warning: The resulting partition is not properly aligned for best performance. Error: Error informing the kernel about modifications to partition /dev/sdb5 -- Device or resource busy.
2014 Nov 10
3
backup incrementals on mysql
Hi all. I usally make backups of databases mysql. I make buckups of all datbase for example: mysqldump -u user -ppassword name_db > backups.sql also I make backups just its schema for example mysqldump -u user -ppassword name_db --no-data > backups.sql but now I need a backups incrementals, because the size of DB is very big (500 mb) How to make this? regards -- *Atte.
2013 Jun 04
3
Centos6.4 routing problem
dear All, I'm facing this routing problem, the setup is actualy part of ltsp, but I think this problem is Centos-specific. The server is a Dell Poweredge R210. The install is standard 6.4, updated. I have one nic facing the public internet: vi /etc/sysconfig/network-scripts/ifcfg-em1 DEVICE=em1 BOOTPROTO=none HWADDR=d4:ae:52:c1:28:2b NM_CONTROLLED=no ONBOOT=yes TYPE=Ethernet
2011 Jul 11
4
extremely slow syncing on btrfs with 2.6.39.1
I''ve been monitoring the lists for a while now but didn''t see this problem mentioned in particular: I''ve got a fairly standard desktop system at home, 700gb WD drive, nothing special, with 2 btrfs filesystems and some snapshots. The system runs for days, and I''ve noticed unusual disk activity the other evening - turns out that it''s taking forever to
2012 Mar 05
5
cron job not running
hello list, I am attempting to backup a centos 5.4 (x86_64) server running mysql with a cron job. Here's how the cron job looks: [root at cloud:/home/bluethundr/backupdb] #crontab -l * 3 * * * /usr/bin/mysqldump jfwiki > /home/bluethundr/backupdb/wiki-$(date +%Y%m%d).sql However if I run the command from the command line it seems to work fine. If I grep syslog for cron this is what
2014 Aug 11
2
Question about dump on MySQL
I need export an registers of a data base from command line. It is possible with mysqldump? for example: mysqldump -u user -ppass db "select *from users where id=20" ??? thank
2004 Nov 10
3
Copying Oracle data files
Can I copy an Oracle database by just copying that Oracle Database datafiles and moving them to another server with oracle? If possible can one back up a database using this same method. ============================================================= PLEASE NOTE: The provider of this email service, http://www.jislaaik.com, does NOT tolerate Spam and Fraud! If you receive an unsolicited email or
2014 Aug 13
2
MySQL - replication - how to restore master?
Hello, We have MySQL running as a master which is replicating to a single slave server. We are, however, considering what is required when a 'disaster' of some sort happens to either server. By disaster, this could be some event which requires the entire server to be rebuilt, and which would usually include restoring from nightly backups directories such as '/var/lib/mysql' and
2008 Apr 24
1
Utility tool for dm-ioband.
Hi everyone, I made a utility tool for dm-ioband version 0.0.4, named iobandctl. It enables you to easily apply I/O bandwidth control to an entire disk, and manage it. It helps you set the percentage of bandwidth to give each partition, and each user, process, group, or cgroup. (You are not able to use cgroup support yet, because the dm-ioband patch to enable cgroup support
2008 Apr 24
1
Utility tool for dm-ioband.
Hi everyone, I made a utility tool for dm-ioband version 0.0.4, named iobandctl. It enables you to easily apply I/O bandwidth control to an entire disk, and manage it. It helps you set the percentage of bandwidth to give each partition, and each user, process, group, or cgroup. (You are not able to use cgroup support yet, because the dm-ioband patch to enable cgroup support