I want to back up my home directory (the only one that matters) to a USB stick that will be left in the machine. I would do the backup nightly most likely.
I want it to be encrypted, but readable on MS Windows, or indeed any OS. I expect the stick to be useless to anyone but me, but I should be able to read it basically anywhere.
Has anyone done something similar to this, and if so what was your approach?
Would it be better for me to just use a FAT32 filesystem and do the encryption by means of putting everything in a tar file which is encrypted? I assume that cross platform filesystem-level encryption does not exist, though I'd prefer to use it if there's a solution out there.
I want it to be encrypted, but readable on MS Windows, or indeed any OS. I expect the stick to be useless to anyone but me, but I should be able to read it basically anywhere.
Has anyone done something similar to this, and if so what was your approach?
Would it be better for me to just use a FAT32 filesystem and do the encryption by means of putting everything in a tar file which is encrypted? I assume that cross platform filesystem-level encryption does not exist, though I'd prefer to use it if there's a solution out there.