Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Backup für Gentoo
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Memoreyx
n00b
n00b


Joined: 22 Jul 2006
Posts: 24

PostPosted: Wed Aug 16, 2006 12:33 pm    Post subject: Backup für Gentoo Reply with quote

Wie kann ich unter Linux meine Paritionen (es sind lediglich drei) am besten (platzsparend) sichern ?

hda2 ... 1.5 GB
hda1 ... 3.1 MB
hda3 ... 17 MB


hab schon Erfahrung mit "app-backup/furball"; ist ziemlich simple [jedoch werden die Backupdateien größer(etwa so groß wi die gesamte Partition) als der belegte Speicherplatz]



danke jetzt schon für Anworten
_________________
asdasdasd
Back to top
View user's profile Send private message
tost
Guru
Guru


Joined: 10 Dec 2005
Posts: 506

PostPosted: Wed Aug 16, 2006 12:39 pm    Post subject: Reply with quote

Die 2 mit den wenigen MB kannst via tar sichern und für die größere empfehle ich Disk-Archive (dar) und/oder den grafischen Aufsatz kdar

Quote:
* app-backup/dar
Latest version available: 2.2.6
Latest version installed: 2.2.6
Size of files: 1,063 kB
Homepage: http://dar.linux.free.fr/
Description: A full featured backup tool, aimed for disks (floppy,CDR(W),DVDR(W),zip,jazz etc.)
License: GPL-2

* app-backup/kdar
Latest version available: 2.0.7
Latest version installed: [ Not Installed ]
Size of files: 1,559 kB
Homepage: http://kdar.sourceforge.net/
Description: KDE Disk Archiver.
License: GPL-2


Auf der Herstellerseite gibt es schöne Skripte, bspw. dieses:
Code:
#!/bin/sh

DIR=/home/Backup/
FILE=${DIR}sys-`date -I`
# Commands
if dar -m 0 -y9 -D -R / -c $FILE -X "*~" \
-Z "*.gz" -Z "*.bz2" -Z "*.zip" -Z "*.png" -Z "*.jpg" \
-P "tmp" -P "var/tmp" -P "boot" -P "home" -P "root/.thumbnails" -P "proc" -P "sy
s"  -P "dev" -P "usr/portage/distfiles"; then
  if dar -t $FILE ; then
    echo "Archive created and successfully tested"
  else
    echo "Archive created but test FAILED!"
  fi
else
  echo "Archive creation FAILED!"
fi


Und auch inkrementelle Backups sind möglich !

Grüße
tost
Back to top
View user's profile Send private message
SkaaliaN
Veteran
Veteran


Joined: 21 Apr 2005
Posts: 1363
Location: Valhalla

PostPosted: Wed Aug 16, 2006 12:56 pm    Post subject: Reply with quote

am besten mit einem rsync...dann aktualisiert deine kiste alles schön mit ordnung =)

mfg
scup
_________________
c'ya !
skaalian
Back to top
View user's profile Send private message
deejay
l33t
l33t


Joined: 24 Aug 2004
Posts: 983
Location: Hannover, Germany

PostPosted: Wed Aug 16, 2006 1:11 pm    Post subject: Reply with quote

Scup wrote:
am besten mit einem rsync...dann aktualisiert deine kiste alles schön mit ordnung =)

mfg
scup


Aber dann ist immer noch alles so groß wie der Ursprung, oder?

Such mal nach Stage4 Backup hier im Forum, vielleicht ist das das Richtige?

Gruß
deejay
_________________
Back to top
View user's profile Send private message
b3cks
Veteran
Veteran


Joined: 23 Mar 2004
Posts: 1481
Location: Bremen (GER)

PostPosted: Wed Aug 16, 2006 1:22 pm    Post subject: Reply with quote

Wie oft wurde dieses Thema hier schon besprochen? :roll:
Anstatt mal zu suchen und ggf. in einem alten Thread zu posten...
_________________
I am /root and if you see me laughing you better have a backup.
Back to top
View user's profile Send private message
gentop
l33t
l33t


Joined: 29 Nov 2004
Posts: 639

PostPosted: Wed Aug 16, 2006 3:00 pm    Post subject: Reply with quote

Gute Tips findest du hier.

//gentop
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Wed Aug 16, 2006 3:26 pm    Post subject: Reply with quote

Packs doch einfach mit tar und pipe es an growisofs z.b..

Bye.
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
tuam
l33t
l33t


Joined: 04 May 2004
Posts: 765
Location: CGN, Germany

PostPosted: Wed Aug 16, 2006 4:17 pm    Post subject: Re: Backup für Gentoo Reply with quote

Memoreyx wrote:
hda2 ... 1.5 GB


Ist das die Partition mit Gentoo drauf? -> Außer /etc und /var/lib/portage/world brauchst Du fast nichts zu sichern, weil Du den Rest emergen kannst...

FF,

Daniel
_________________
Logic clearly dictates that the needs of the many outweigh the needs of the few. - Spock
The needs of the one outweigh the needs of the many. - Kirk
I refuse to let arithmetic decide questions like that. - Picard
Back to top
View user's profile Send private message
blu3bird
Retired Dev
Retired Dev


Joined: 04 Oct 2003
Posts: 614
Location: Munich, Germany

PostPosted: Thu Aug 17, 2006 5:56 am    Post subject: Re: Backup für Gentoo Reply with quote

Naja, die versteckten Verzeichnisse in seinen Home-Dirs sollte er auch sichern(Config-Einstellungen). Oder besser die kompletten Home-Dirs.
_________________
Black Holes are created when God divides by zero!
Back to top
View user's profile Send private message
deejay
l33t
l33t


Joined: 24 Aug 2004
Posts: 983
Location: Hannover, Germany

PostPosted: Thu Aug 17, 2006 6:24 am    Post subject: Re: Backup für Gentoo Reply with quote

tuam wrote:
Memoreyx wrote:
hda2 ... 1.5 GB


Ist das die Partition mit Gentoo drauf? -> Außer /etc und /var/lib/portage/world brauchst Du fast nichts zu sichern, weil Du den Rest emergen kannst...

FF,

Daniel



Moin,

also ich sicher wenn überhaupt das ganze System. Wenn wirklich mal was in die Hose gehen sollte, dann spielt man das komplette Backup ein und alles ist wie vorher und zwar innerhalb weniger Minuten. Wenn man erst alles mühsam emergen muss, vergeht - finde ich - viel zu viel Zeit ;)
Weitere Backups, sowie die worlddatei und das /etc Verzeichnis kann man ja zusätzlich noch irgendwo hinsicher. Vielleicht mit rsync oder was auch immer :)

Hab aber noch nen Vorschlag: partimage (einfach ne Knoppix LiveCD rein - oder ne andere LiveCD - und Partitionen mit partimage sichern; das Ganze bei Bedarf wieder einpspielen)

Gruß
deejay
_________________
Back to top
View user's profile Send private message
gentop
l33t
l33t


Joined: 29 Nov 2004
Posts: 639

PostPosted: Thu Aug 17, 2006 7:36 am    Post subject: Re: Backup für Gentoo Reply with quote

deejay wrote:
Hab aber noch nen Vorschlag: partimage (einfach ne Knoppix LiveCD rein - oder ne andere LiveCD - und Partitionen mit partimage sichern; das Ganze bei Bedarf wieder einpspielen)
Dann aber nicht vergessen, die Partitionstabelle mitzusichern!

//gentop
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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