Quicklinks

EndUser

Test/Virtualisaton


Installieren

Kernel - Tuning

Network

Display / Pads

Bock Devices

Printer

USB-Devices

BenutzerSW

Server

Install Notes

General/Hints

anoyances.org

Collection of installation & troublshooting info related to my linux (debian/mint/ubuntu) installations

Wünsche

die sich zum Teil widersprechen
[] Handling ganzer pysischer Disk und Partitionen <-> andere FS/Grössen (FS-spezifisch)
[] virtuelle Images (kpartx, gparted) und rumcopieren.
[] erstellen bootbares SD-Medium (mit "mbr" und bootpartition)
[] dito für USB/HD
[] Backup von (ungemounteten) Medien auf Filesystembasis
[] Compression vs. virtuelles Image

Das Thema überschneidet Backup i.a. (auf Ebene Partition und Filesystem).

Interessante Links

https://wiki.archlinux.org/index.php/disk_cloning
http://wiki.ubuntuusers.de/dd?redirect=no (diverse Tricks)

reale und virtuelle Harddisks und Partitionen

Handling von physischen Medien <--> "virtuellen" Disks/Partitionen

tune2fs /dev/sdbX -U random (eindeutige UUID erzeugen)

Tools

http://alternativeto.net/software/fsarchiver/

dd [Achtung Blocksize und Parameter]

partclone
partclone.[fstype] [-N | --ncurses]]

fsarchvier
QT4-fsarchiver (ubuntu ppa)
http://www.fsarchiver.org/QuickStart

Backing up SD card

sudo apt-get install fsarchiver
mount -o remount,ro /dev/sdb2
sudo fsarchiver savefs /pi.fsa /dev/sdb2

Restore

create EXT4 partition on USB drive you want to restore to (I used GParted)
sudo umount /dev/sdc1
sudo fsarchiver restfs /pi.fsa id=0,dest=/dev/sdc1

clonezilla (ncurses tool)

partimage (kein ext4)

Backups auf Filesystem-Ebene

tar (für FAT)
cpio
dump/restore (ext4 und andere Filetypen, aber nicht FAT) -> "deltas"
cp
rsync
rcp

Edit Page - Page History - Printable View - Recent Changes - WikiHelp - SearchWiki
Page last modified on January 15, 2015, at 05:36 PM, visited:$PageCount