Re: KDE 4.2.2 Weird problem
In making regular backups, I make copies of $.mozilla and $.mozilla-thunderbird using tar -cvf /mnt/backup.tar $.mozilla
When installing a new distro, or a fresh install of a new Kubuntu version, it is easy to recover the backups with tar -xvf /mnt/backup.tar
As you say, you don't need a lot of the stuff in /home and there are advantages and costs with the various methods. My backups are on an encrypted external drive, mounted with
sudo cryptsetup luksOpen /dev/sdb backup
In making regular backups, I make copies of $.mozilla and $.mozilla-thunderbird using tar -cvf /mnt/backup.tar $.mozilla
When installing a new distro, or a fresh install of a new Kubuntu version, it is easy to recover the backups with tar -xvf /mnt/backup.tar
As you say, you don't need a lot of the stuff in /home and there are advantages and costs with the various methods. My backups are on an encrypted external drive, mounted with
sudo cryptsetup luksOpen /dev/sdb backup
Comment