PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Backup einrichten (suse 10.2)



athlon
07.05.07, 09:35
Hallo!

Meine Frage gehört zwar ins Partnerforum, aber ich habe ehrlich gesagt keine Lust mich dort noch zu registrieren!...

Daher stelle ich meine Frage hier:

Ich möchte 1-2x die Woche ein Full-Backup meines SuSE 10.2 Servers erstellen.
Das habe ich bisher mit einem selbst erstellen backup-Script gemacht, in dem u.a. diese Zeilen vorkommen:


if [ "$last_fsb" -eq "`date -d "$system_tar_backup_time day ago" "+%d%m%Y"`" ]; then
echo "Starting filesystem Backup to $destdir ..."
cd $destdir

tar -czf $destdir/linux_backup-$date.tgz --exclude="/proc/*" --exclude="/mnt/*" --exclude="/home/edonkey/*" --exclude="/hom
e/bilder/_backup/athlon/*" --exclude="/home/bilder/_backup/linux_server/*" /

return=`echo $?`

if [ $return -ne 0 ]; then
echo "Error: tar command NOT sucessful!!"
exit 1
fi


Leider bricht das Tar bei SuSE 10.2 ab, u.a. erhalte ich folgende Fehlermeldungen:


tar: /sys/module/nls_utf8/sections/.strtab: File shrank by 4077 bytes; padding with zeros
tar: /sys/module/nls_utf8/sections/.symtab: File shrank by 4077 bytes; padding with zeros
tar: /sys/module/nls_utf8/sections/.bss: File shrank by 4077 bytes; padding with zeros
tar: /sys/module/nls_utf8/sections/.gnu.linkonce.this_module: File shrank by 4077 bytes; padding with zeros
tar: /sys/module/nls_utf8/sections/.data: File shrank by 4077 bytes; padding with zeros
tar: /sys/module/nls_utf8/sections/.eh_frame: File shrank by 4077 bytes; padding with zeros
tar: /sys/module/nls_utf8/sections/__versions: File shrank by 4077 bytes; padding with zeros
tar: /sys/module/nls_utf8/sections/.rodata.str1.1: File shrank by 4077 bytes; padding with zeros
tar: /sys/module/nls_utf8/sections/.init.text: File shrank by 4077 bytes; padding with zeros
tar: /sys/module/nls_utf8/sections/.exit.text: File shrank by 4077 bytes; padding with zeros
tar: /sys/module/nls_utf8/sections/.text: File shrank by 4077 bytes; padding with zeros
tar: /sys/module/nls_utf8/refcnt: File shrank by 4094 bytes; padding with zeros
tar: /sys/module/nls_utf8/srcversion: File shrank by 4072 bytes; padding with zeros
tar: /sys/module/vfat/sections/.strtab: File shrank by 4077 bytes; padding with zeros
tar: /sys/module/vfat/sections/.symtab: File shrank by 4077 bytes; padding with zeros


1. Woher kommen die ganzen File shrank Fehlermeldungen, das ist eine ewig lange Liste, alles bei unterhalb von /sys/.

2. Gibt es alternative Backup-Systeme, die komfortabel Backups erstellen und wiederherstellen können?

bla!zilla
07.05.07, 09:58
1. Woher kommen die ganzen File shrank Fehlermeldungen, das ist eine ewig lange Liste, alles bei unterhalb von /sys/.

sysfs ist ein "virtuelles Dateisystem". Du kannst es beim Backup ausklammern.



2. Gibt es alternative Backup-Systeme, die komfortabel Backups erstellen und wiederherstellen können?

Schau dir mal das YaST Backupmodul an. Darüber mache ich von meinem Server die Backups.

athlon
07.05.07, 10:29
Aha, das war aber früher nicht so oder?

Wenn ich dann /sys komplett weg mache, und nach einem HDD austausch mein tar archiv auf der neuen hdd wieder entpacke erstellt er /sys automatisch neu, ja?

athlon
07.05.07, 13:17
Mh, das SUSE eigene BAckup tool gefällt mir gar nicht.


arena:/home/bilder/_backup/linux_server # tar -tvf backup.tar
-rw------- root/root 1727 2007-05-07 11:42:21 info/files
-rw------- root/root 252044 2007-05-07 11:42:21 info/packages_info.gz
-rw------- root/root 5 2007-05-07 11:41:52 info/hostname
-rw------- root/root 17 2007-05-07 11:41:52 info/date
-rw------- root/root 313 2007-05-07 11:41:52 system/partition_table_hda.txt
-rw------- root/root 512 2007-05-07 11:41:52 system/partition_table_hda
-rw------- root/root 1 2007-05-07 11:41:52 info/comment
-rw------- root/root 351 2007-05-07 11:41:52 info/complete_backup
-rw------- root/root 24633 2007-05-07 11:41:57 info/installed_packages
-rw------- root/root 998 2007-05-07 11:41:57 OpenOffice_org-2.0.4-38.3-20070507-0.tar.gz
-rw------- root/root 1492128 2007-05-07 11:41:58 OpenOffice_org-templates-de-2.0.4-10-20070507-0.tar.gz
-rw------- root/root 118002 2007-05-07 11:41:58 OpenOffice_org-templates-labels-a4-1.0-3-20070507-0.tar.gz
-rw------- root/root 378225 2007-05-07 11:41:58 OpenOffice_org-templates-labels-letter-1.0-3-20070507-0.tar.gz
-rw------- root/root 6519349 2007-05-07 11:41:59 OpenOffice_org-templates-presentation-layouts-2.0.4-10-20070507-0.tar.gz


Mit so einem Inhalt kann ich kaum was anfangen. Da muss ich das mit dem haus eigenen Tool auch wieder herstellen...
Wenn ich mit einer Recoverey CD boote geht das also u.u. nicht..
Werde da lieber mein tar script verwenden und einfach /sys weg lassen.

caspartroy
07.05.07, 13:35
Aha, das war aber früher nicht so oder?

Wenn ich dann /sys komplett weg mache, und nach einem HDD austausch mein tar archiv auf der neuen hdd wieder entpacke erstellt er /sys automatisch neu, ja?

das verzeichnis sys musst du (mit den richtigen rechten) anlegen, den inhalt generiert linux beim start.

Max Power
07.05.07, 15:14
Also ich nutze reoback http://reoback.sourceforge.net/ das hat zwar keine Funktion zum wiederherstellen der Backups, aber gefällt mir ansonsten sehr gut weil es sehr einfach ist.