BackupPC Pool Reader
BackupPC Pool Reader is a simple tool designed to read the BackupPC pool and list the files in it. This tool is built using Rust, providing efficient and fast performance.
Features
- Read the BackupPC pool: The tool can access and read the BackupPC pool, providing a list of files within it.
- Fast and efficient: Built with Rust, this tool provides fast and efficient performance.
Installation
Ensure you have Rust and Cargo installed on your machine. If not, you can install them from here.
For using the library in your project:
For using the tool:
Usage
As a binary
The tool propose the following commands:
The command cat will display the content of a file in the pool.
BPC_TOPDIR=/var/lib/backuppc
The command ls will list the content of a directory in the pool.
BPC_TOPDIR=/var/lib/backuppc
The command host will list all the hostname
BPC_TOPDIR=/var/lib/backuppc
The command backups will list all the backups for a host
BPC_TOPDIR=/var/lib/backuppc
The command mount will mount the pool in a directory to access to all host, backups and share files:
BPC_TOPDIR=/var/lib/backuppc