Hello Mark, On 08.11.21 19:28, [email protected] wrote:
In explaining the "bsnapshot" tool, the Bacula manual states: The bsnapshot tool should be installed on the ClientWhat's the download location for that tool?
The tool is inside the Bacula source tree, under src/tools
I'm interested in doing backups of a GPFS filesystem, and using GPFS snapshots. The Linux "snapshot" feature in Bacula doesn't list GPFS as a supported OS, but I'd be willing to try writing a compatible utility, to release to the community, so that Bacula could create/list/remove GPFS snapshots. Is there documentation on the bsnapshot API?
The interesting parts are documented inside the bsnapshot.c and the src/filed/fd_snapshot.c/h files.
You should find an implementation for ZFS, BRTFS and LVM (quite complicated) You can ask questions to the dev list if you need help. Best Regards, Eric _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
