restoring from a .pxar archive

David Thistlethwaite

Well-Known Member
May 14, 2019
64
3
48
62
The PBS manual talks about <archive>.pxar archive as if its a file. I cannot find such files so must assume that the <archive>.pxar 'archive' is a collection of chunks created within the destination datastore that the pxar command line tool creates when backing up filesystem data.

Can anyone tell me the syntax of how to refer then list and ultimately extract/restore from an <archive>.pxar datastore ?

How does pxar list <archive>.pxar know where to look for the <archive>.pxar information to list ?

Thanks
 
pxar is a file/archive format, but with PBS we never store it directly, we always upload it on the fly to the PBS server while generating it. on the PBS side it gets stored as chunks + a .didx index file, like a raw image file would be stored as chunks + a .fidx index file. you can get/download the full pxar file from the PBS server, and then use the 'pxar' binary to access it. but the PBS client offers a nicer interface with more features (it also doesn't persist the full pxar file on-disk, it just keeps some parts in memory to access the full content as requested) ;)