Advertisement
Guest User

Untitled

a guest
Jun 15th, 2017
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. This isn't relevant to the question so I don't include it.
  2.  
  3. -----
  4.  
  5. I want to archive files and have these problems:
  6.  
  7. - The files are big and I therefore don't want data created in intermediate steps to a disk (and the data doesn't fit in the RAM, of course).
  8. - I want to encrypt them but `tar` doesn't offer encryption.
  9. - I don't want the file attributes to be lost but `7zip` doesn't care.
  10. - I want to be able to access my files without looking anything up and just using standard software, so no weird stuff because according to Murphy's law, I will definitely not find the instructions of how to access my data once I want to do so.
  11. - I want a checksum in case the medium I write the archive to gets corrupted and I'm not going to trust that medium to hold the data until it has been fully written as this would partly defeat the purpose of the checksum.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement