add debian 10 support

This commit is contained in:
ronivay
2020-03-16 08:44:42 +02:00
parent e5ab695e9b
commit 354a977b7b
3 changed files with 13 additions and 6 deletions

View File

@@ -59,14 +59,13 @@ notes:
Tool has been tested to work with following distros:
- CentOS 7 (note LVM file level restore issue from below)
- Debian 9
- Debian 10
- Ubuntu 18.04
Installation works but not tested frequently:
- Debian 8
- Debian 9
- Ubuntu 16.04
- Debian 10 (experimental branch)
- Ubuntu 19 (experimental branch)
In order to use file level restore from delta backups, the service needs to be ran as root.
CentOS installation is currently not able to do file level restore if the backed up disk contains LVM.
@@ -115,4 +114,5 @@ Debian/Ubuntu:
- lvm2
- nfs-common
- cifs-utils
- gnupg (debian 10)
```