Displaying 20 results from an estimated 1000 matches similar to: "restoring system"
2010 Sep 21
1
rsync errors
Running Ubuntu 10.04.1 and rsync 3.0.7-1. Used rsync successfully for
over a year for backups. Recently there was a kernel upgrade to
2.6.32-25. Don't know if that has any bearing. When I tried to run a
backup today rsync failed with the error message:
sending incremental file list
rsync: writefd_unbuffered failed to write 4 bytes to socket [sender]:
Broken pipe (32)
rsync: mkdir
2016 Jan 20
3
rsync stopped working
Running Debian 8.2, xfce 4.10, rsync 3.1.1-3. I just edited my backup script as follows:
#The first line deletes extraneous files. The second does not and is used for normal backups.
# rsync -vaHz --delete --exclude '/proc' --exclude '*.iso' --exclude '/sys' --exclude '/home/holtzm/Documents/*.iso' --exclude '/media'
/.
2015 Nov 18
2
exclude being ignored
Running debian wheezy w/ rsync 3.0.9-4. The command in question is
rsync -vahHz --delete --exclude '/proc' --exclude '*.iso' --exclude
'/home/holtzm/mail/backup' --exclude '/sys ' --exclude '/tmp'--exclude
'/media' /. /media/cf0a98ed-3c11-4107-b61e-f5139d024396/Wheezy-laptop
notice the --exclude '/media' notation. This setup has been
2008 Aug 20
6
Best way to migrate a server?
I was just wondering what recommendations you have on migrating a CentOS
5 install between servers?
I've done similar in the past by setting up a minimal install in the new
server, use tar to copy over the old install and reboot. I was thinking
of rsync this time.
Is that an acceptable thing to do or have I missed something important?
thanks
-------------- next part --------------
An
2008 Jan 10
2
CentOS 5.0 /proc Backup/Restore
Hi,
I've recently switched to CentOS 5.0 from RedHat 9.0 and found a new
directory /proc which contains "virtual" files according to the docs.
When I try to run my normal backup which uses cpio to create archives,
it complains about not being able to access many files in the /proc
directory. This is also true of some files in /sys/devices.
Searching for something that
2011 Sep 08
3
Is it possible to be on the rsync list without getting all the samba bugs?
When I signed up for the rsync mailing list, I was not expecting to
get all the samba bugs as well.
Is it possible to be on just the rsync mailing list, without being on
the bug report list as well?
2011 Sep 13
1
Post held in moderation "Rsync chokes on this file"
I sent a message with the above subject:"Rsync chokes on this file", which
as a 7Mb file attached to it and got a message that the post was held in
moderation because the attached file is too large.
What is the procedure for sending a file to the developers for checking?
Can I upload the file somewhere and create a link to it in my email, or
submit it to some email account that permits
2007 Aug 02
5
Full server restore-point image
Hi,
After some months of configuring and testing a small server, think
that would be nice to make a full server restore-point image in order
to recover it if something goes wrong in the future, just restoring
the image back and not making the full install and configure process
all over again. The server uses Logical Volumes.
I was thinking on using the CentOS LiveCD and then use dd command to
2019 Sep 25
9
How to dump/restore a CentOS 7 system
Hello All,
I guess it is very common for administrative purpose, to dump and restore a CentOS 7 system. I usually use dump/restore commands. However, I?m having trouble to handle installing bootloader and creating initramfs for C7 system. Does anyone know a good document source that details those procedure?
Thank you,
Xinhuan Zheng
2013 Mar 18
3
Making a clone of an LVM-based EL5 install
Does anybody here have any idea how to make an exact copy of a drive
that has LVM partitions? I'm having trouble using dd to do this for an
EL5 server.
We're trying to diagnose a software problem of some kind and would like
an exact, perfect copy of the software running so that we can see
exactly what the problem is without disturbing our production copy. It's
been admin practice
2004 Jun 08
2
piping to ogg123: Error opening - using the oggvorbis
module. The file may be corrupted.
Message-ID: <Pine.LNX.4.43.0406081110070.26162-100000@pilchuck.reedmedia.net>
I am unable to pipe to ogg123 with cat, but redirecting with < works fine.
rainier:~$ cat ~/audio/acdc-who_made_who.ogg | ogg123 -v -
Audio Device: OSS audio driver output
Author: Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
Comments: Outputs audio to the Open Sound
2012 Oct 30
4
full image backup
Hi every body
I am a new centos user.
I installed centos 6 on my laptop and add some software to it.
How can I create a full image (boot able) back up of it. ( some thing like
windows full image backup).
please help!
--
With The Best
H.Lanjanian
2006 Sep 06
4
OT - backup question/advice
Hello,
I have been using mondorescue to backup to dvd for several months now
without any problems.
Since upgrading to Centos 4.4, I now receive a few errors. The errors are
for files in /var/named/chroot/proc. I guess these files change so when I
do a differntial backup they aren't there and result in errors. (Never got
any errors before and I think these files were there in 4.3) If I
2015 Nov 20
2
exclude being ignored
On Wed, Nov 18, 2015 at 07:22:12PM -0500, Kevin Korb wrote:
> Note the lack of a space here: --exclude '/tmp'--exclude
>
> Also, just use / for the source instead of /.
>
> Also, don't use -z on a local copy.
Many thanks for the reply/solution. I've looked at the command 10-12
times and missed the omission of the space. I had been dinking around
with it and
2009 Nov 27
1
Problem with permissions
I'm trying to set up a full server backup using rsync 3.0.6. I'm using
--fake-super, and SSH keys to access a remote server as a normal user.
My problem is that there is a local directory that has permissions 0111
("d--x--x--x"), and rsync throws an error trying to set the xattr:
rsync: failed to read xattr user.rsync.%stat for "/roach/backup/root/tcb/lib":
2008 Jun 22
5
New qemu source drop with improved kqemu module
I have uploaded a current source drop from the qemu subversion repository,
to the download area. Additionally, there is a new Kernel kqemu module
that will allow a 32-bit guest to run on a 64-bit host.
The current source base uses a different code generator from the orignial
Dyngen one. The new one is called "TCG" for "The Code Generator" and
is supposed to fix the
2016 Jan 20
0
rsync stopped working
Hi,
At Wed, 20 Jan 2016 01:11:58 -0700,
Bob Holtzman wrote:
> Running Debian 8.2, xfce 4.10, rsync 3.1.1-3. I just edited my backup script as follows:
Your backup script is broken.
> #The first line deletes extraneous files. The second does not and is used for normal backups.
>
> # rsync -vaHz --delete --exclude '/proc' --exclude '*.iso' --exclude '/sys'
2009 Oct 11
1
Problem with symlinks
Hi,
currently I'm trying to extend my existing backup concept but I have
issues due to symlinks.
rsync has problems with symlinks. First some background information:
I regularly back up my / and /home from my desktop PC and my netbook to
my Synology DiskStation (500GB) using rsync 3.0.6 with this script:
http://pastebin.com/m43d4e353 . This works without any error messages.
On the DS
2009 Oct 19
4
Backing up a centos serveR? how to ? Newbie question..
Hi all,
excuse my newbie question but how can i backup my centos server?
i have a dozzen of virtual hosts over it as well as substantial database entries..
i've backed up the following directories using rsync:
workspace/
/etc/httpd/
/etc/apache-tomcat-6.0.20/
/usr/lib/mysql/
/var/lib/mysql
though i'm still not at ease with this, so i decided to do a some sort of clone or something
2015 Oct 23
4
Isohybrid wiki page and UEFI
> Hi,
>
> some minor nitpicking on Ady's summary:
>
> > the real "genisoimage" is not really up to the task for
> > UEFI-booting.
>
> In some distros, genisoimage offers option -e for embedding
> a FAT filesystem image.
> (genisoimage is a fork of mkisofs, so "real" is somewhat
> misleading in respect to history.)
>
> For