I am getting started with tarsnap and am running into a problem extracting my archive. The archive size looks right, but when extracted using:
"tarsnap -x -f <archive_name>"
all of the directories are empty. It is extracting the directory structure but no files are present.
The archive was created on a samba share mounted at /mnt/... in case that matters..
The config at /etc/tarsnap.conf is out of the box, except a few excludes i added -
exclude node_modules/
exclude target/
exclude venv/
exclude site-packages/
Can anyone explain what's going wrong?