]> git.ipfire.org Git - thirdparty/bacula.git/commit
Add tools to synchronize Read-Only/Immutable flags with the Storage Daemon
authorEric Bollengier <eric@baculasystems.com>
Tue, 13 Sep 2022 15:42:51 +0000 (17:42 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:00 +0000 (13:57 +0200)
commitd5ec3d9c3ca596cc46c32c60092e6bf4c9bfee21
treed71df4898d3dcd21e03acf02678eb23b6ce4a8e0
parent4a08280661d68fe5ec8696dc16ba8f08d0b548a5
Add tools to synchronize Read-Only/Immutable flags with the Storage Daemon

 - Change the interface of the immutable functions to not modify the device
 - Add Protect fields to the catalog and the SD/DIR protocol
14 files changed:
bacula/src/cats/sql_create.c
bacula/src/dird/job.c
bacula/src/dird/next_vol.c
bacula/src/dird/ua_cmds.c
bacula/src/dird/ua_label.c
bacula/src/dird/ua_update.c
bacula/src/stored/block_util.c
bacula/src/stored/dev.h
bacula/src/stored/dircmd.c
bacula/src/stored/file_dev.c
bacula/src/stored/file_dev.h
bacula/src/stored/label.c
bacula/src/stored/mount.c
bacula/src/stored/vol_mgr.c