Compare commits

...

4 Commits

Author SHA1 Message Date
Orsiris de Jong 639055bf00
Merge pull request #262 from vitorhcl/add-tested-platforms-table
Transform tested platforms list into a table
2 months ago
Vitor Henrique 35afd1af8a Transform methods column in footnotes 2 months ago
Vitor Henrique 88e1f3f4f6 Move Termux method to version column 2 months ago
Vitor Henrique b3d723ad07 Transform tested platforms list into a table 2 months ago

@ -38,9 +38,26 @@ osync uses pidlocks to prevent multiple concurrent sync processes on/to the same
You may launch concurrent sync processes on the same system but as long as the replicas to synchronize are different.
Multiple osync tasks may be launched sequentially by osync osync-batch tool.
Currently, it has been tested on CentOS 5.x, 6.x, 7.x, AlmaLinux 9, Fedora 22-25, Debian 6-11, Linux Mint 14-18, Ubuntu 12.04-22.04, FreeBSD 8.3-11, macOS, QTS 4.5.1(x86) and pfSense 2.3.x.
Microsoft Windows is supported via MSYS, Cygwin and via WSL.
Android support works via Termux.
## Tested platforms
| Operating system | Version |
|------------------|------------------------|
| AlmaLinux | 9 |
| Android\* | Not known |
| CentOS | 5.x, 6.x, 7.x |
| Fedora | 22-25 |
| FreeBSD | 8.3-11 |
| Debian | 6-11 |
| Linux Mint | 14-18 |
| macOS | Not known |
| pfSense | 2.3.x |
| QTS (x86) | 4.5.1 |
| Ubuntu | 12.04-22.04 |
| Windows\*\* | 10 |
\* via Termux.
\*\* via MSYS, Cygwin and WSL.
Some users also have successfully used osync on Gentoo and created an OpenRC init script for it.
## Installation

Loading…
Cancel
Save