Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
TR -Harddiski kopyalamak
View unanswered posts
View posts from last 24 hours

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


Joined: 04 Jan 2005
Posts: 94
Location: Germany

PostPosted: Sat Jan 15, 2005 11:48 pm    Post subject: TR -Harddiski kopyalamak Reply with quote

Benim kuracagim gentoo /dev/hda3 partisyonunda yer alacak.
Bunu /mnt/max olarak gorulen harici usb hardiske kopyalamak
istiyorum.

En uygun yontem nedir?
Lapisde bu konuda yazilar vardi, birini denedim, tum sistemi
yuklemedi, sadece /home dizinini ve ilgisiz bir kac dosyayi yuklemisti.
Benim amacim tam aynisini kopyalayim ki sorun ciktiginda burdan
tekrar geri yukleme yapabileyim.

Bu konuda yorum getirecek olanlara
Simdiden tesekkurler


:)
_________________
rafet
Back to top
View user's profile Send private message
kandemir
n00b
n00b


Joined: 26 Sep 2004
Posts: 23

PostPosted: Sun Jan 16, 2005 1:21 am    Post subject: Reply with quote

app-arch/dar uygulamasýný tavsiye ederim.

Code:
dar -c /mnt/max/tarih.yedek -R / -P proc -P dev -D -v


Parametrelerden bahsetmek gerekirse,

  • -c /mnt/max/tarih.yedek : Yedeðin tutulacaðý dosya bu olsun
  • -R / : Belirtilen dizin ve alt dizinlerini yedeklesin
  • -P proc , -P dev : Bu dizinler yedeklenmesin
  • -D : Yedeklenmeyen dizinler boþ dizin olarak yedeklensin
  • -v : Yaptýðý herþeyi söylesin.


proc ve dev dizinleri sistem açýlýþýnda üretilen dizinlerdir, yedeklerinin alýnmasý gereksizdir, ancak -D parametresi ile boþ dizin olarak yedeklenmelidir. Sisteminizde udev ya da devfs yoksa, eski usül dev sistemi kullanýyorsanýz, dizinini yedeklemeniz gerekir.
Back to top
View user's profile Send private message
huso_wamp
n00b
n00b


Joined: 18 Dec 2004
Posts: 22

PostPosted: Sun Jan 16, 2005 12:20 pm    Post subject: Reply with quote

Bu benim en çok merak ettiğim konulardan birisiydi Bahadır..

Bir Belge hazırlarsan bu konuda çok memnun olurum.
Yedek nasıl geri yüklenecek ve sistem boot etmediği zaman Livecd den o Image yi geri istenilen
partitona yükleme ihtimali varmı. Ben win zamanında oldugu gibi fullback alıp DVD ye yazcam..
Sınavların bitti nasıl olsa :)

Alttaki belge şahane olmuş, dediğim noktaları eklersen şahane olur ..

Huso
Back to top
View user's profile Send private message
kandemir
n00b
n00b


Joined: 26 Sep 2004
Posts: 23

PostPosted: Sun Jan 16, 2005 7:15 pm    Post subject: Reply with quote

"Dar ile Yedekleme" dökümaný, https://forums.gentoo.org/viewtopic.php?t=280660 adresinde bulunabilir :)
Back to top
View user's profile Send private message
rakdere
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jan 2005
Posts: 94
Location: Germany

PostPosted: Mon Jan 17, 2005 5:48 pm    Post subject: Reply with quote

Sagol Bahadir.
Lapisde de gordum yazini, sistemi kurar kurmaz hemen yedekleyecegim.

:)
_________________
rafet
Back to top
View user's profile Send private message
mrpdaemon
Tux's lil' helper
Tux's lil' helper


Joined: 23 Aug 2004
Posts: 134

PostPosted: Mon Jan 24, 2005 8:08 am    Post subject: Reply with quote

tar'in nesi eksik yahu:

Code:

cd /
tar cjvf /mnt/max/yedek-$(date +%d.%m.%y).tar.bz2 bin boot etc home lib opt root sbin tmp usr var


:)
Back to top
View user's profile Send private message
kandemir
n00b
n00b


Joined: 26 Sep 2004
Posts: 23

PostPosted: Thu Feb 03, 2005 10:07 am    Post subject: Reply with quote

1. Dar, yedek dosyayı parçalara ayırabiliyor.
2. Dosya indeksi oluşturulduğu için, yedek içinden istediğiniz dosyaları almak için tüm dosyanın okunması gerekmiyor.
Back to top
View user's profile Send private message
rakdere
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jan 2005
Posts: 94
Location: Germany

PostPosted: Thu Feb 03, 2005 3:28 pm    Post subject: Reply with quote

Tar ile yedekleme aldim.

Cok uzun suruyor.Belki bende cok resim dosyasi vardi, ondandir.

Sonunda /mnt/max ustunde bir yedek.tar olustu.
Bunu geri nasil acacagiz?


Artik bu forumumu kullanalim yoksa gentoo-org.tr yi mi?

selamlar
_________________
rafet
Back to top
View user's profile Send private message
mrpdaemon
Tux's lil' helper
Tux's lil' helper


Joined: 23 Aug 2004
Posts: 134

PostPosted: Thu Feb 03, 2005 7:35 pm    Post subject: Reply with quote

kandemir wrote:
1. Dar, yedek dosyayı parçalara ayırabiliyor.
2. Dosya indeksi oluşturulduğu için, yedek içinden istediğiniz dosyaları almak için tüm dosyanın okunması gerekmiyor.


Benim aldigim yedekler genelde feci bi olay olursa (ne bileyim hard disk bozulursa, laptop 50 metreden duserse vs.) icin oldugu icin tek bir .tar.bz2 gayet guzel isimi goruyor :) Hatta yazdigim script direk CD'ye de yakiyor bunu :D
Back to top
View user's profile Send private message
rakdere
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jan 2005
Posts: 94
Location: Germany

PostPosted: Fri Feb 04, 2005 9:14 am    Post subject: Reply with quote

cd ye yakma scriptini buraya kopyalabilir misiin?
Ben de cd ye cekeyim.Elimde bulunsun.
selamlar
_________________
rafet
Back to top
View user's profile Send private message
Marifetli
n00b
n00b


Joined: 21 Feb 2005
Posts: 18

PostPosted: Wed Feb 23, 2005 10:07 pm    Post subject: Reply with quote

Quote:
dd

ile de sabit disk yedeðini alabilirsin.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Languages 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