Archives suitable for backups

1

1

For a while now I've been using SquashFS for my monthly backups (usually onto optical media with dvdisaster recovery information). The format is reasonably convenient: good compression, can be mounted directly on Linux, command line support everywhere else.

However, it unfortunately does not support any form of transparent encryption. Hence, I have been forced to manually GPG the files before burning them. This also makes extraction difficult: I need to decrypt a multi-gigabyte file before I can mount it.

I am therefore looking for suggestions for archive formats that:

  • Can be mounted, either natively of through FUSE or provide some means of transparent access.
  • Support transparent encryption and decryption (so no need to copy and decrypt the entire archive to pull out one file).
  • Support extended attributes and UNIX file permissions.

Freddie Witherden

Posted 2011-03-07T11:52:00.217

Reputation: 149

Answers

0

FUSE should be your friend with the help of EncFS (only encryption) or lessfs (encryption and compression)

Aaron Digulla

Posted 2011-03-07T11:52:00.217

Reputation: 6 035

Do you happen to have any references on how lessfs can be used for backups in a portable way. Everything on the net appears to be related to large RAID arrays. – Freddie Witherden – 2011-03-07T21:45:33.993

What do you mean with "in a portable way"? Do you need to mount the images on Windows or something? – Aaron Digulla – 2011-03-08T09:17:19.893