Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
1. System Backup / 2. german KDE
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
jepf
n00b
n00b


Joined: 04 Oct 2002
Posts: 44

PostPosted: Sat Oct 05, 2002 3:14 am    Post subject: 1. System Backup / 2. german KDE Reply with quote

Hi!

And again, questions from a newbie.

1. I installed Gentoo and compiled X and KDE (wow, that took LONG). But because it took so long i would like to make a full backup of this system. Is it possible to backup it in a way so that i can just boot from the gentoo cd and copy the backuped files to get a fully functional system?

2. How can i install german language support for kde? I installed kde with "emerge kde" but when i first started kde i could only select US as language. Question is: which package do i need?

Thanks, thanks, thanks...
Back to top
View user's profile Send private message
mantis
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jul 2002
Posts: 134
Location: Sydney

PostPosted: Sat Oct 05, 2002 8:06 am    Post subject: Backup Reply with quote

If you were backing up your linux install onto another HDD and it was roughly the same size and the same filesystem you could use a few simple commands to copy your system across. First you would mount your new HDD under say /mnt/linux and mount the boot drive if you have it setup like the gentoo install guide like /mnt/linux/boot. Then run the following commands: find /dev -depth -print0 | cpio --null -pvd /mnt/linux/ ; find / -mount -depth -print0 | cpio --null -pvd /mnt/linux/ and find /boot -depth -print0 | cpio --null -pvd /mnt/linux/. Also make sure you have mounted your /boot directory.
Back to top
View user's profile Send private message
zhware
Retired Dev
Retired Dev


Joined: 19 Jun 2002
Posts: 23

PostPosted: Sun Oct 06, 2002 3:59 pm    Post subject: Reply with quote

https://forums.gentoo.org/viewtopic.php?t=13811#97212
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