Hi,
I have tested the backup to disk howto on my 5.1.2 box and have not had any problems. I have also tested it after performing the recent update and everything is still o.k.
I must admit I did make a typo or two here or there and nitially had problems, but after following the instructions word for word everything then magically worked.
I did however make amendments to the process:- I set /mnt/backup to mount to a removable 20GB HDD by adding this /etc/fstab
/dev/hdc1/ /mnt/backup ext2 noauto,rw 0 0
This allows me to backup to the removable drive (the type you can power off with the key) which can be removed in the morning and a new disk inserted for tonights backup, ensuring that you always have an offsite backup if you have few disks.
I also added:
rm -f /mnt/backup/*.gz
rm -f /mnt/backup/index*
to the 25mount-share file created during the howto. This removes any current backups so that you don't run out of space on the backup disk. I know this is not very eloquent but I am a Linux and SME newbie.
I would appreciate any input on how I could manage the deletion part better, eg when disk space is no longer suuficent then delete old backups, etc.
Also I would like to work out how to do a restore using the same method. I tried Des' howto on flexbackup restore and received permission denied errors, however when I ran the commands manually everything worked well, but I would really like to be able to do this using the admin frontend, any ideas?