Hacker News new | ask | show | jobs
by crzwdjk 3434 days ago
It works just like tar for the most part, so it extracts into whatever the current working directory happens to be. I'd just do (cd /other/dir; tarsnap -x -f whatever-archive).
1 comments

Thanks, that makes sense