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?
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?