bareos: master dce95e6a
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
Bareos Bot | GitHub | master | 2025-03-26 14:10 | master 2b1c6d28 | Pending |
Changeset | Merge pull request #2072 mssqlvdi-fd: add support for filestream backups |
||||
mod - CHANGELOG.md | Diff File | ||||
mod - cmake/BareosTargetTools.cmake | Diff File | ||||
mod - core/src/dird/ua_status.cc | Diff File | ||||
mod - core/src/filed/verify.cc | Diff File | ||||
mod - core/src/plugins/filed/CMakeLists.txt | Diff File | ||||
mod - core/src/plugins/filed/python/CMakeLists.txt | Diff File | ||||
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc | Diff File | ||||
mod - core/src/win32/vdi/include/vdi.h | Diff File | ||||
mod - systemtests/cmake/BareosSystemtestFunctions.cmake | Diff File | ||||
mod - systemtests/environment.in | Diff File | ||||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/CMakeLists.txt | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/environment.local | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/fileset/DBNormalFileset.conf | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/fileset/DBStreamFileset.conf | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/job/backup-DBNormal.conf | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/job/backup-DBStream.conf | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/etc/bareos/bconsole.conf.in | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/sqlfiles/SQL_add_data.sql | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/sqlfiles/SQL_create_bareos_login_user.sql | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/sqlfiles/SQL_create_schema_tables.sql | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/sqlfiles/SQL_create_schema_tables_stream.sql | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/sqlfiles/SQL_db_filestream_create.sql | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/sqlfiles/SQL_db_normal_create.sql | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/sqlfiles/SQL_drop_db.sql | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/sqlfiles/SQL_grant_sysadmin_role.sql | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/sqlfiles/SQL_load_data.sql | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/sqlfiles/SQL_load_data_stream.sql | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/test-cleanup | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/test-setup | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/testrunner-01-DBNormal-prepare | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/testrunner-02-DBNormal-FullBackup | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/testrunner-03-DBNormal-IncBackup | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/testrunner-04-DBNormal-DropDB | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/testrunner-05-DBNormal-Restore | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/testrunner-11-DBFileStream-prepare | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/testrunner-12-DBFileStream-FullBackup | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/testrunner-13-DBFileStream-IncBackup | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/testrunner-14-DBFileStream-DropDB | Diff File | ||||
add - systemtests/tests/mssqlvdi-plugin/testrunner-15-DBFileStream-Restore | Diff File |