|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| .github/workflows/ | H | 14-Sep-2021 | - | 110 | 91 |
| .travis/ | H | 14-Sep-2021 | - | 160 | 87 |
| cmake/ | H | 14-Sep-2021 | - | 192 | 172 |
| core/ | H | 03-May-2022 | - | 625,556 | 448,953 |
| debian/ | H | 14-Sep-2021 | - | 5,367 | 4,095 |
| devtools/ | H | 14-Sep-2021 | - | 508 | 335 |
| docs/ | H | 14-Sep-2021 | - | 51,882 | 38,464 |
| python-bareos/ | H | 03-May-2022 | - | 2,877 | 1,771 |
| regress/ | H | 03-May-2022 | - | 67,151 | 55,828 |
| rest-api/ | H | 03-May-2022 | - | 8,983 | 8,418 |
| systemtests/ | H | 03-May-2022 | - | 36,694 | 29,600 |
| webui/ | H | 03-May-2022 | - | 273,367 | 168,738 |
| .check-sources-ignore | H A D | 14-Sep-2021 | 308 | 14 | 13 |
| .clang-format | H A D | 14-Sep-2021 | 979 | 31 | 29 |
| .cmake-format.py | H A D | 14-Sep-2021 | 5.3 KiB | 162 | 47 |
| .git-blame-ignore-revs | H A D | 14-Sep-2021 | 940 | 25 | 22 |
| .gitignore | H A D | 14-Sep-2021 | 3.1 KiB | 111 | 96 |
| .matrix.yml | H A D | 14-Sep-2021 | 5.8 KiB | 324 | 302 |
| .quality-gates.yml | H A D | 14-Sep-2021 | 1.7 KiB | 112 | 90 |
| .travis.yml | H A D | 14-Sep-2021 | 2.9 KiB | 87 | 79 |
| AUTHORS | H A D | 14-Sep-2021 | 3 KiB | 200 | 198 |
| CHANGELOG.md | H A D | 14-Sep-2021 | 22.8 KiB | 422 | 387 |
| CTestConfig.cmake | H A D | 14-Sep-2021 | 1.3 KiB | 34 | 30 |
| README.md | H A D | 14-Sep-2021 | 2 KiB | 54 | 34 |
| SECURITY.md | H A D | 14-Sep-2021 | 1.3 KiB | 29 | 22 |
| SPONSORS.md | H A D | 14-Sep-2021 | 265 | 6 | 3 |
| get_version.cmake | H A D | 14-Sep-2021 | 1.6 KiB | 44 | 39 |
| write_version_files.cmake | H A D | 14-Sep-2021 | 2.1 KiB | 58 | 51 |
README.md
1# <img src="https://raw.githubusercontent.com/bareos/bareos/master/webui/public/img/bareos.png" alt="Bareos" />
2
3[![Build Status](https://travis-ci.com/bareos/bareos.svg?branch=bareos-20)](https://travis-ci.com/bareos/bareos/branches)
4
5### Bareos
6
7[Bareos (Backup Archiving Recovery Open Sourced)](https://www.bareos.org/) is a reliable, cross-network open source software for backup, archiving and recovery of data for all well-established operating systems. Features of Bareos include amongst others:
8
9- True open source software; no open-core or other restrictions; License AGPLv3
10- network based
11- backends include Ceph, Gluster, S3
12- multiple clients and storages possible; Active / passive clients possible
13- Backup Clients ('Bareos-FD') available on Linux, Windows, MacOS, Solaris, HP-UX, AIX, BSD
14- Python plugin interface
15- SAN-Backups using NDMP (with DAR/DDAR); NDMP tape support
16- Always Incremental Backup scheme
17- VMWare Plugin
18- Encryption
19- Scriptable CLI
20- web based graphical interface (webui)
21- Role-based ACL support for commands and objects
22
23The source code of Bareos is available on https://github.com/bareos/ under the AGPL v3 license. Additionally Bareos offers binary package repositories for the major Linux distributions as well as for MacOS and Windows.
24
25
26### Documentation
27
28 * [https://docs.bareos.org](https://docs.bareos.org)
29
30### Contribute
31
32If you want to contribute something to this repo please read our contribution
33policy at
34
35 * https://www.bareos.org/en/howto-contribute.html
36
37### Security policy
38If you want to report a security-related problem, please take a look at our [security policy](https://github.com/bareos/bareos/security/policy).
39
40### Mailing lists
41
42The Bareos project offers two mailing lists: bareos-users and bareos-devel.
43
44 * https://groups.google.com/forum/#!forum/bareos-users
45 * https://groups.google.com/forum/#!forum/bareos-devel
46
47### Bugtracker
48
49 * [https://bugs.bareos.org](https://bugs.bareos.org)
50
51### Packages
52
53 * [http://download.bareos.org](http://download.bareos.org)
54