Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Backing up a whole partition over the network
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
DecayCell
Tux's lil' helper
Tux's lil' helper


Joined: 06 Apr 2004
Posts: 126
Location: Israel

PostPosted: Sun Sep 17, 2006 2:47 am    Post subject: Backing up a whole partition over the network Reply with quote

Well, curiosity finally killed the cat -- and I finally b0rked my laptop. My main partition had a ReiserFS 3.6 filesystem, and a bit of GParteding later -- it's gone.
I ran reiserfsck --rebuild-tree on it, and though it did recover some of the data, it's not going to boot again any time soon. I wish to copy the whole partition to another computer over my home network, but I'm not quite sure how to do it (it weights 54GB). Of course, I don't need the whole partition, just my home directory (5GB) and the lost+found (2GB) directory.

Could anyone please give me some pointers? I'm trying very hard not to panic...
Thanks.
Back to top
View user's profile Send private message
Kosmas
Apprentice
Apprentice


Joined: 14 Sep 2006
Posts: 276
Location: Greece

PostPosted: Sun Sep 17, 2006 8:45 am    Post subject: Reply with quote

First of all NO REASON TO PANIC!
There are a lot of ways to get things over network.
I use the simplest of all. Boot the gentoo intall boot cd. An in case I can see the filesystem I Just nfs mount another system and copy ot tar cvzf anything I want to the other system.
Also with nfs mount you can have any other program from the other machine to run.
You could use partimage if that fits you.
Or you can backup the whole partition with any other tool.
You can also use a linux rescue or live cd to do such things.
There is always a way with linux. Worry only of you have windows ;)
If you need more info just post
Back to top
View user's profile Send private message
avnielknight
Tux's lil' helper
Tux's lil' helper


Joined: 26 Aug 2006
Posts: 102
Location: USA

PostPosted: Tue Sep 26, 2006 8:45 pm    Post subject: SCP it Reply with quote

You could try mounting the drives from the LiveCD then perform a scp from one machiene to another (as long as you have the ssh daemon running on the other computer).

Code:
scp -rvp /home/myname user@192.168.0.10:/backup/folder

_________________
Regards,
-Mark Austin
http://www.avnielknight.org
http://www.myspace.com/avnielknight
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum