Limitations
Only full level backups are possible. This is a Kubernetes limitation.
You can perform a single PVC Data backup or restore with a single Bacula File Daemon installation associated with single fdaddress=<name>. This limitation may be removed in a future release of the Kubernetes Plugin.
The
restart
command has limitations with plugins, as it initiates the Job from scratch rather than continuing it. Bacula determines whether a Job is restarted or continued, but using therestart
command will result in a new Job.PersistentVolumeClaims intended to be backed up via snapshot mode must belong to a StorageClass that uses the same type of filesystem format. It is worth noting that the default filesystem in Kubernetes is ‘ext4’.
Static PersistentVolumeClaims can only use the standard backup mode.
The plugin uses certain prefixes in the name of the PersistentVolumeClaims(PVCs) to identify the PVCs it has created itself. It is recommended not to use any of these prefixes to avoid issues. The prefixes are:
bacula-pvcfs
bacula-pvcclone
See also
Previous articles:
Next articles:
Go back to: Kubernetes Plugin.