From b3d723ad07d0f2e5eb511de3015b5ee70c199a9a Mon Sep 17 00:00:00 2001 From: Vitor Henrique Date: Wed, 13 Mar 2024 00:42:50 -0300 Subject: [PATCH 1/3] Transform tested platforms list into a table --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5a541b..f54dbb5 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,23 @@ 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 | Method(s) (if applicable) | +|------------------|---------------|---------------------------| +| AlmaLinux | 9 | (Not applicable) | +| Android | Not known | Termux | +| CentOS | 5.x, 6.x, 7.x | (Not applicable) | +| Fedora | 22-25 | (Not applicable) | +| FreeBSD | 8.3-11 | (Not applicable) | +| Debian | 6-11 | (Not applicable) | +| Linux Mint | 14-18 | (Not applicable) | +| macOS | Not known | (Not applicable) | +| pfSense | 2.3.x | (Not applicable) | +| QTS (x86) | 4.5.1 | (Not applicable) | +| Ubuntu | 12.04-22.04 | (Not applicable) | +| Windows | 10 | MSYS, Cygwin and WSL | + Some users also have successfully used osync on Gentoo and created an OpenRC init script for it. ## Installation From 88e1f3f4f6f1f5002438bf2284b42efc9450fbfd Mon Sep 17 00:00:00 2001 From: Vitor Henrique Date: Wed, 13 Mar 2024 10:23:32 -0300 Subject: [PATCH 2/3] Move Termux method to version column --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f54dbb5..84c008d 100644 --- a/README.md +++ b/README.md @@ -40,20 +40,20 @@ Multiple osync tasks may be launched sequentially by osync osync-batch tool. ## Tested platforms -| Operating system | Version | Method(s) (if applicable) | -|------------------|---------------|---------------------------| -| AlmaLinux | 9 | (Not applicable) | -| Android | Not known | Termux | -| CentOS | 5.x, 6.x, 7.x | (Not applicable) | -| Fedora | 22-25 | (Not applicable) | -| FreeBSD | 8.3-11 | (Not applicable) | -| Debian | 6-11 | (Not applicable) | -| Linux Mint | 14-18 | (Not applicable) | -| macOS | Not known | (Not applicable) | -| pfSense | 2.3.x | (Not applicable) | -| QTS (x86) | 4.5.1 | (Not applicable) | -| Ubuntu | 12.04-22.04 | (Not applicable) | -| Windows | 10 | MSYS, Cygwin and WSL | +| Operating system | Version | Method(s) (if applicable) | +|------------------|------------------------|---------------------------| +| AlmaLinux | 9 | (Not applicable) | +| Android | Not known (via Termux) | (Not applicable) | +| CentOS | 5.x, 6.x, 7.x | (Not applicable) | +| Fedora | 22-25 | (Not applicable) | +| FreeBSD | 8.3-11 | (Not applicable) | +| Debian | 6-11 | (Not applicable) | +| Linux Mint | 14-18 | (Not applicable) | +| macOS | Not known | (Not applicable) | +| pfSense | 2.3.x | (Not applicable) | +| QTS (x86) | 4.5.1 | (Not applicable) | +| Ubuntu | 12.04-22.04 | (Not applicable) | +| Windows | 10 | MSYS, Cygwin and WSL | Some users also have successfully used osync on Gentoo and created an OpenRC init script for it. From 35afd1af8a464f82246156c37404026f6eb0c22a Mon Sep 17 00:00:00 2001 From: Vitor Henrique Date: Sat, 23 Mar 2024 12:36:05 -0300 Subject: [PATCH 3/3] Transform methods column in footnotes --- README.md | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 84c008d..d1b875d 100644 --- a/README.md +++ b/README.md @@ -40,20 +40,23 @@ Multiple osync tasks may be launched sequentially by osync osync-batch tool. ## Tested platforms -| Operating system | Version | Method(s) (if applicable) | -|------------------|------------------------|---------------------------| -| AlmaLinux | 9 | (Not applicable) | -| Android | Not known (via Termux) | (Not applicable) | -| CentOS | 5.x, 6.x, 7.x | (Not applicable) | -| Fedora | 22-25 | (Not applicable) | -| FreeBSD | 8.3-11 | (Not applicable) | -| Debian | 6-11 | (Not applicable) | -| Linux Mint | 14-18 | (Not applicable) | -| macOS | Not known | (Not applicable) | -| pfSense | 2.3.x | (Not applicable) | -| QTS (x86) | 4.5.1 | (Not applicable) | -| Ubuntu | 12.04-22.04 | (Not applicable) | -| Windows | 10 | MSYS, Cygwin and WSL | +| 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.