backup

Brummelen, M. van (ICT) m.van.brummelen at antoniusziekenhuis.nl
Tue Jul 7 08:00:03 UTC 2009


Hi,

Backuppc is also a nice solution for backups
For a nice how to(debian) but it should work on ubuntu as well check out http://www.debian-administration.org/articles/588

Regards,
Martijn van Brummelen


-----Oorspronkelijk bericht-----
Van: ubuntu-users-bounces at lists.ubuntu.com namens Fred Roller
Verzonden: di 7-7-2009 4:49
Aan: Ubuntu user technical support,not for general discussions
Onderwerp: Re: backup
 
On Mon, 2009-07-06 at 19:22 -0700, NoOp wrote:
> Note: I'm also interested because I'm in process of figuring out how
> to
> transfer/clone a 20Gb laptop hard drive to a 40Gb networked hard
> drive,
> and then install a 30Gb hard drive in the laptop & restore from the
> 20Gb
> backup. This would be similar to John backing up his existing system
> to
> the new USB drive & restoring it... only difference perhaps would be
> that he is using an attached device while I am using a networked
> device.
> 

for John, look into Amanda as long as the server is linux should cost
you anything and you can setup backup clients win/lin to the server.
I'll see if I can dig up an easy how to from somewhere.  The command
line tools mentioned are powerful and easy, once you know them ;).

NoOp, research this but I have used this a while back and worked great.

live boot on the laptop (i recommend a wired connection if that is an
option.)
dd if=/dev/hda | ssh username at backupserver.fqdn "dd
of=/directory_of_backups_on_ssh_server/backupfile.img"

restoring should be:
from server

dd of=/directory_of_backups_on_ssh_server/backupfile.img | ssh
user at laptop.fqdn "dd of=/dev/hda"

Once complete use gparted to stretch the remaining 10 gigs or mount a
new directory.


-- 
Fred R.
www.fwrgallery.com

"Life is like Linux, simple.  If you are fighting it, you are doing
something wrong."




-- 
ubuntu-users mailing list
ubuntu-users at lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users





More information about the ubuntu-users mailing list