tarsnap: how to list an archive

May 23, 2019

The software in this HOWTO:

  1. Alpine Linux 3.8.4, armhf
  2. tarsnap 1.0.39

    tarsnap --keyfile tarsnap.key  --list-archives | sort | tail -1
    # wait for it ...
    
    # ... then list the contents of the last file
    tarsnap --keyfile tarsnap.key  -tvf tallis-2019-01-09_05-02-00
    

Tags: tarsnap