TAR Integration
Overview
The TAR integration allows to import data into a Kloset from a tarball. This integration is bundled since Plakar v1.0.3.
Configuration
The TAR integration does not require any special configuration.
Example Usage
To backup a tar gzip’d file into the kloset at /var/backups run:
1$ plakar at /var/backups backup tgz:foobar.tar.gz
In case of a plain, non compressed tarball, please use instead:
1$ plakar at /var/backups backup tar:foobar.tar
See the QuickStart guide for more examples.
Questions, Feedback, and Support
Found a bug? Open an issue on GitHub
Join our Discord community for real-time help and discussions.

