mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-06 04:54:48 +08:00
Add note about compatibility
This commit is contained in:
parent
c2791e8d7f
commit
f9275d7caa
1 changed files with 15 additions and 0 deletions
15
COMPATIBILITY.md
Normal file
15
COMPATIBILITY.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
## Compatibility for various platforms
|
||||
|
||||
### Linux
|
||||
|
||||
We need Python 3.7 to compile on RHEL 7, which uses glibc 2.17
|
||||
These builds will be "legacy" builds, 64 bit builds are sufficient.
|
||||
|
||||
### Windows
|
||||
|
||||
We need Python 3.7 to compile on Windows 7 / Server 2008 R2
|
||||
These builds will be "legacy" builds. We will need 32 and 64 bit legacy builds.
|
||||
|
||||
Also, last restic version to run on Windows 7 is 0.16.2, see https://github.com/restic/restic/issues/4636 (basically go1.21 is not windows 7 compatible anymore)
|
||||
So we actually need to compile restic ourselves with go1.20.12
|
||||
|
Loading…
Add table
Reference in a new issue