Guest User

Untitled

a guest
Jun 18th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. tar -cO * | gpg --symmetric --cipher-algo aes256 | vdmfec -b 1024k -n 256 -k 232 | split --bytes=100M --verbose --numeric-suffix - /path/to/destination/arch.tar.gpg.vdm.
  2.  
  3. pv arch.tar.gpg.vdm* | vdmfec -dvv -b 1024k -n 256 -k 232 | gpg --decrypt | tar -x -C /path/to/destination/arch.tar.gpg.vdm.
Add Comment
Please, Sign In to add comment