Skip to content

Commit

Permalink
Merge pull request #1236
Browse files Browse the repository at this point in the history
config: add `FS Type = vfat` in LinuxAll.conf for UEFI partition.
  • Loading branch information
pstorz committed Aug 29, 2022
2 parents b3d0501 + 5877968 commit e0e198a
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -42,6 +42,7 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
- build: Add support for SLE_15_SP4 [PR #1205]
- libcloud plugin: allow to configure the storage provider [PR #1226]
- core/platform: Adding Bareos firewalld service xml files [PR #1237]
- dird: Added `FS Type = vfat` in LinuxAll.conf for UEFI partition [PR #1236]

### Fixed
- dird: RunScript fixes [PR #1217]
Expand Down Expand Up @@ -246,10 +247,13 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
[PR #1216]: https://github.com/bareos/bareos/pull/1216
[PR #1217]: https://github.com/bareos/bareos/pull/1217
[PR #1218]: https://github.com/bareos/bareos/pull/1218
[PR #1219]: https://github.com/bareos/bareos/pull/1219
[PR #1221]: https://github.com/bareos/bareos/pull/1221
[PR #1225]: https://github.com/bareos/bareos/pull/1225
[PR #1226]: https://github.com/bareos/bareos/pull/1226
[PR #1227]: https://github.com/bareos/bareos/pull/1227
[PR #1228]: https://github.com/bareos/bareos/pull/1228
[PR #1229]: https://github.com/bareos/bareos/pull/1229
[PR #1236]: https://github.com/bareos/bareos/pull/1236
[PR #1237]: https://github.com/bareos/bareos/pull/1237
[unreleased]: https://github.com/bareos/bareos/tree/master
Expand Up @@ -11,6 +11,7 @@ FileSet {
FS Type = ext4
FS Type = reiserfs
FS Type = jfs
FS Type = vfat # UEFI
FS Type = xfs
FS Type = zfs
}
Expand Down
Expand Up @@ -11,6 +11,7 @@ FileSet {
FS Type = ext4
FS Type = reiserfs
FS Type = jfs
FS Type = vfat # UEFI
FS Type = xfs
FS Type = zfs
}
Expand Down
Expand Up @@ -11,6 +11,7 @@ FileSet {
FS Type = ext4
FS Type = reiserfs
FS Type = jfs
FS Type = vfat # UEFI
FS Type = xfs
FS Type = zfs
}
Expand Down
Expand Up @@ -11,6 +11,7 @@ FileSet {
FS Type = ext4
FS Type = reiserfs
FS Type = jfs
FS Type = vfat # UEFI
FS Type = xfs
FS Type = zfs
}
Expand Down
Expand Up @@ -11,6 +11,7 @@ FileSet {
FS Type = ext4
FS Type = reiserfs
FS Type = jfs
FS Type = vfat # UEFI
FS Type = xfs
FS Type = zfs
}
Expand Down
Expand Up @@ -11,6 +11,7 @@ FileSet {
FS Type = ext4
FS Type = reiserfs
FS Type = jfs
FS Type = vfat # UEFI
FS Type = xfs
FS Type = zfs
}
Expand Down
Expand Up @@ -11,6 +11,7 @@ FileSet {
FS Type = ext4
FS Type = reiserfs
FS Type = jfs
FS Type = vfat # UEFI
FS Type = xfs
FS Type = zfs
}
Expand Down
Expand Up @@ -11,6 +11,7 @@ FileSet {
FS Type = ext4
FS Type = reiserfs
FS Type = jfs
FS Type = vfat # UEFI
FS Type = xfs
FS Type = zfs
}
Expand Down
Expand Up @@ -11,6 +11,7 @@ FileSet {
FS Type = ext4
FS Type = reiserfs
FS Type = jfs
FS Type = vfat # UEFI
FS Type = xfs
FS Type = zfs
}
Expand Down
Expand Up @@ -11,6 +11,7 @@ FileSet {
FS Type = ext4
FS Type = reiserfs
FS Type = jfs
FS Type = vfat # UEFI
FS Type = xfs
FS Type = zfs
}
Expand Down
9 changes: 6 additions & 3 deletions docs/manuals/source/Configuration/Director.rst
Expand Up @@ -10,7 +10,10 @@ Of all the configuration files needed to run Bareos, the Director’s is the mos

For a general discussion of configuration files and resources including the recognized data types see :ref:`ConfigureChapter`.

:index:`\ <single: Types; Director Resource>`\ :index:`\ <single: Director; Resource Types>`\ :index:`\ <single: Resource Types>`\
.. index::
single: Types; Director Resource
single: Director; Resource Types
single: Resource Types

Everything revolves around a job and is tied to a job in one way or another.

Expand Down Expand Up @@ -1391,8 +1394,8 @@ The directives within an Options resource may be one of the following:
This option allows you to select files and directories by the
filesystem type. Example filesystem-type names are:

ext2, jfs, ntfs, proc, reiserfs, xfs, usbdevfs, sysfs, smbfs,
iso9660.
btrfs, ext2, ext3, ext4, jfs, ntfs, proc, reiserfs, xfs, nfs, vfat,
usbdevfs, sysfs, smbfs, iso9660.

You may have multiple Fstype directives, and thus permit matching
of multiple filesystem types within a single Options resource. If
Expand Down
Expand Up @@ -13,6 +13,7 @@ FileSet {
fstype = xfs
fstype = zfs
fstype = btrfs
fstype = vfat
}
#File = "@sbindir@"
File=<@tmpdir@/file-list
Expand Down
Expand Up @@ -13,6 +13,7 @@ FileSet {
fstype = xfs
fstype = zfs
fstype = btrfs
fstype = vfat
}
#File = "@sbindir@"
File=<@tmpdir@/file-list
Expand Down
Expand Up @@ -1391,6 +1391,7 @@ FileSet {
FsType = "ext4"
FsType = "reiserfs"
FsType = "jfs"
FsType = "vfat"
FsType = "xfs"
FsType = "zfs"
}
Expand Down
Expand Up @@ -11,6 +11,7 @@ FileSet {
FS Type = ext4
FS Type = reiserfs
FS Type = jfs
FS Type = vfat # UEFI
FS Type = xfs
FS Type = zfs
}
Expand Down

0 comments on commit e0e198a

Please sign in to comment.