![]() |
DAR (Disk ARchive) backup tool
2 Attachment(s)
Hi!
I have managed to compile a backup tool for OS2008. It is called DAR, short for Disk ARchive, this url can give you more info http://freshmeat.net/projects/dar/ (the main site isn't working or is it?). This tool supports full/incremental backup, compression, piping etc etc, so this should be anything an IT hacker needs for his backup things :). HOWTO for DAR A mini howto here for N8x0: Backup with bz2 compression, 1 GB slice and backs up your mmc2 to your mmc1 (ie. external mmc2): Code:
dar -m 256 -s 1G -y -R /media/mmc2 -c /media/mmc1/$(date -I)_backup -Z "*.gz" -Z "*.bz2" -Z "*.deb" Restoring a backup: Code:
dar -x backupfile.dar.1 -R /media/mmc2 -w The files: Attachment 1701 Attachment 1702 Install them in this order, ie. libdar first then dar itself. |
Re: DAR (Disk ARchive) backup tool
i hope someone port rdiff-backup instead :)
|
Re: DAR (Disk ARchive) backup tool
DAR is great, but very difficult to me.
How can full backup all the data on my OS partition (ext2 in my internal SD) to my external SD? |
Re: DAR (Disk ARchive) backup tool
Code:
dar -m 256 -y -R /media/mmc2 -c /media/mmc1/$(date -I)_backup -Z "*.gz" -Z "*.bz2" -Z "*.deb" |
Re: DAR (Disk ARchive) backup tool
Useful! Thanks a lot!
"Entire internal SD" means no matter how many partitions on it?. Mine have two : ext2 with cloned OS and FAT32 for data. BTW can you post the restore command? |
Re: DAR (Disk ARchive) backup tool
umm well please tell me can i back up everything on my n800? specially apps/games on my device memory
|
Re: DAR (Disk ARchive) backup tool
Quote:
Code:
dar -m 256 -P /mnt -P /media/mmc1 -s 1G -y -R / -c /media/mmc1/$(date -I)_backup -Z "*.gz" -Z "*.bz2" -Z "*.deb" |
Re: DAR (Disk ARchive) backup tool
If you cross compile 0xFFFF for arm, it can backup the rootfs into a file called rootfs.jffs2 which the flasher can then flash back.
|
All times are GMT. The time now is 17:52. |
vBulletin® Version 3.8.8