Posts Tagged ‘backup’
Over The Air Update to 2.2 HTC Desire (On Orange).
Over The Air Update to 2.2 HTC Desire Orange (via e2save)
On my way out shopping… phone asked to update?
Said yes some time later it asked to reboot… then updating 10%..20% 30% etc.
Reboot then all working!
Needed to confirm Orange as Network Provider IIRC.
Very impressed.
All my groups and stuff came back OK
Oh and I have a app for WFi Hotspot now :-)
RLB (rsync local backup) – keeping it simple
Because backup should be easy…
A rsync/bash based backup solution with built-in report.
Set-up is just 3 questions… What to backup, where to save to, what to exclude… that’s it :)
SOURCE=/ DESTPATH=/backup/dr/Backups EXCLUDEFILE=/backup/dr/myscripts/rlbackup1exclude.txt
Jump to: The Code
Jump to: The Report
Jump to: The Set-up
Jump to: Background