Changesets: bareos

master 08d5d1b1

2023-08-03 15:08

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
ua-restore: print "object" count instead of file count.
mod - core/src/dird/ua_restore.cc Diff File

master 8905abc4

2023-08-03 15:07

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
ua-tree: fix counting root as parent to extract
mod - core/src/dird/ua_tree.cc Diff File

master 136248f5

2023-08-01 15:31

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001495

stored: fix incoherent meta data when concurrently writing to the same volume
mod - CHANGELOG.md Diff File
mod - core/src/cats/cats.h Diff File
mod - core/src/cats/sql_delete.cc Diff File
mod - core/src/dird/catreq.cc Diff File
mod - core/src/stored/acquire.cc Diff File
mod - core/src/stored/append.cc Diff File
mod - core/src/stored/askdir.cc Diff File
add - core/src/stored/askdir.h Diff File
mod - core/src/stored/block.cc Diff File
mod - core/src/stored/label.cc Diff File
mod - systemtests/scripts/diff.pl.in Diff File
mod - systemtests/tests/block-size/testrunner Diff File
mod - systemtests/tests/parallel-jobs/etc/bareos/bareos-dir.d/pool/Full.conf Diff File
mod - systemtests/tests/parallel-jobs/etc/bareos/bareos-sd.d/device/FileStorage.conf Diff File
mod - systemtests/tests/parallel-jobs/etc/bareos/bareos-sd.d/device/FileStorage2.conf Diff File
mod - systemtests/tests/parallel-jobs/testrunner-parallel-jobs Diff File

master a9a0351a

2023-08-01 15:31

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 32e872ba

2023-08-01 14:46

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
compat: revert ctime = ChangeTime change

When a file is copied windows will only update the Creation time on
the new file; it leaves the ChangeTime how it was. As such we need to
take the CreationTime into account; otherwise newly copied files will
not get backed up by incremental backups.
mod - core/src/win32/compat/compat.cc Diff File

master 6fea8522

2023-08-01 14:46

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
compat: fix 32bit time issue
mod - core/src/win32/compat/compat.cc Diff File

master 4f2cb114

2023-08-01 12:58

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
bsr: use unsigned integers when refering to file indices

This is done because bsr->VolParams saves them as unsigned anyways.
mod - core/src/dird/bsr.cc Diff File
mod - core/src/dird/bsr.h Diff File
mod - core/src/tests/test_fileindex_list.cc Diff File

master 10c2016e

2023-08-01 12:34

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
ua_tree: fix mark not counting parent directories
mod - core/src/dird/ua_tree.cc Diff File

master a2033c05

2023-08-01 11:39

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
dedup-estimate: add length information to dedup_unit

dedup_units can now have different sizes if record based dedup is
enabled. As such we should only compare the sha results if the sizes
are equal.
mod - core/src/tools/bdedup-estimate.cc Diff File

master cd32cef7

2023-08-01 11:33

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
dedup-estimate: add record based dedup estimation
mod - core/src/tools/bdedup-estimate.cc Diff File

master 35c99ec2

2023-08-01 11:14

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001476

status storage: fix wrong data displayed about waiting jobs
mod - CHANGELOG.md Diff File
mod - core/src/dird/backup.cc Diff File
mod - core/src/dird/migrate.cc Diff File
mod - core/src/dird/restore.cc Diff File
mod - core/src/dird/verify.cc Diff File
mod - core/src/include/jcr.h Diff File
mod - core/src/lib/jcr.cc Diff File
mod - core/src/lib/util.cc Diff File
mod - core/src/lib/util.h Diff File
mod - core/src/stored/ansi_label.cc Diff File
mod - core/src/stored/reserve.cc Diff File
mod - core/src/stored/status.cc Diff File

master 16d0d45e

2023-08-01 11:14

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master ad4211dc

2023-08-01 11:06

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001503

stored: fix blocksize warning
mod - CHANGELOG.md Diff File
mod - core/src/console/console_conf.cc Diff File
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/dird/inc_conf.cc Diff File
mod - core/src/dird/run_conf.cc Diff File
mod - core/src/filed/filed_conf.cc Diff File
mod - core/src/lib/bareos_resource.cc Diff File
mod - core/src/lib/bareos_resource.h Diff File
mod - core/src/lib/jcr.cc Diff File
mod - core/src/lib/res.cc Diff File
mod - core/src/lib/resource_item.h Diff File
mod - core/src/qt-tray-monitor/tray_conf.cc Diff File
mod - core/src/stored/dev.cc Diff File
mod - core/src/stored/device_resource.cc Diff File
mod - core/src/stored/device_resource.h Diff File
mod - core/src/stored/stored_conf.cc Diff File

master 7b44234d

2023-08-01 11:06

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 22448095

2023-08-01 09:57

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
dedup-estimate: add flag indicating to use records for dedup

With this flag enabled we match complete records instead of
subdividing records into datablocks.
mod - core/src/tools/bdedup-estimate.cc Diff File

master ab38b68c

2023-08-01 09:51

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
dedup-estimate: add verbose flag
mod - core/src/tools/bdedup-estimate.cc Diff File

master 0d6cae62

2023-07-31 15:41

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
dedup-estimate: make devicename default; add volume desc
mod - core/src/tools/bdedup-estimate.cc Diff File

master 4165e996

2023-07-28 19:23

slederer


Committer: Bareos Bot

Ported: N/A

Details Diff
create systemtest for python 3 ldap plugin
mod - systemtests/tests/CMakeLists.txt Diff File
rm - systemtests/tests/py2plug-fd-ldap/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in Diff File
rm - systemtests/tests/py2plug-fd-ldap/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in Diff File
rm - systemtests/tests/py2plug-fd-ldap/etc/bareos/tray-monitor.d/director/Director-local.conf Diff File
rm - systemtests/tests/py2plug-fd-ldap/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in Diff File

master 7c8fb750

2023-07-27 11:29

Bruno Friedmann @Bareos


Committer: bruno-at-bareos

Ported: N/A

Details Diff
Update docs UsingTapeDrivesWithoutAutochanger.rst

Co-authored-by: Sebastian Sura <124262655+sebsura@users.noreply.github.com>
mod - docs/manuals/source/TasksAndConcepts/UsingTapeDrivesWithoutAutochanger.rst Diff File

master e8253acb

2023-07-26 12:40

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
bdedupestimate: cleanup various resource leaks
mod - core/src/tools/bdedup-estimate.cc Diff File

master 51af1cf3

2023-07-26 12:39

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
bdedupestimate: cleanup bsr with raii
mod - core/src/tools/bdedup-estimate.cc Diff File

master ad737049

2023-07-26 12:38

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
bdedupestimate: unify output
mod - core/src/tools/bdedup-estimate.cc Diff File

master b0fcce25

2023-07-26 12:20

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
bdedupestimate: make output prettier
mod - core/src/tools/bdedup-estimate.cc Diff File

master c0a94e3a

2023-07-26 11:20

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
bdedupestimate: add bdedup-estimate tool

This tool should be able to estimate how much space saving you could
achive by switching to a dedupable volume layout on a deduping file
system.
mod - core/src/tools/CMakeLists.txt Diff File
add - core/src/tools/bdedup-estimate.cc Diff File

master fdd6198b

2023-07-26 11:20

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
edit: fix public define being private
mod - core/src/lib/edit.cc Diff File
mod - core/src/lib/edit.h Diff File
 First  Prev  1 2 3 ... 70 ... 115 116 117 118 119 120 121 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 688 689 690  Next  Last