i have updated zbackup so it can support akita devices as well.
...
rename this file to hdimage-custom.tgz and you should be able to restore your system just like you the way you initially flashed it but using these backup files instead....
[div align=\"right\"][a href=\"index.php?act=findpost&pid=155563\"][{POST_SNAPBACK}][/a][/div]
Hi Meanie,
this is just great. :-) Another time we seem to have both the same idea at the same time.
I have just created a shell script which does a complete backup of my pdaXrom setup to an USB drive or an internal backup (just Documents directory opn SD to a place on hard disk, so you can revert to older file versions easily), dependent on a lot of conditions.
The script checks if
- AC adapter is connected
- USB device is connected
- SD is mounted
- there is enough space on the target drive for the backup
And it deactivates suspend during backup and restores the original suspend / screensaver settings afterwards (code for this rived from your xset-wrapper script).
Also, it calculates the time needed for the backup and creates backup files with time stamp in file name.
It creates backup files in a way which I will extend to making me able to use the backup files in order to automatically restore the entire setup from scratch. This will just be a small step from here.
I am still testing it. A full backup takes about 4-5 hours on my setup....
In case you want to use some of my ideas for zbackup, don't hesitate to do so.
Here is the script (as I said, not too well tested yet)!
This is tailored for my specific setup, so anyone using this script as a basis will have to adapt it to the partitions mounted and file systems to be backed up and targets etc.
daniel