mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-05-29 13:17:05 +02:00
Add tar as alternative for rsync (#229)
Drew DeVault wrote a [blog post](https://drewdevault.com/2026/03/28/2026-03-28-rsync-without-rsync.html) about using tar in place of rsync, and he linked to this repo, so I thought it'd be fun and useful to link to his explanation in our alternatives column. Co-authored-by: Tom <git@halffull.org> Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/229 Reviewed-by: JesseBot <jessebot@noreply.codeberg.org> Co-authored-by: tjk <tjk@noreply.codeberg.org> Co-committed-by: tjk <tjk@noreply.codeberg.org>
This commit is contained in:
parent
be2e9b0bbd
commit
26da1df616
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ This is a section for repos that are similar to this one either because they are
|
|||
| [Taskfile](https://taskfile.dev/) | [](#request-for-help) | [](#ai-code-reviews) ([1](https://github.com/go-task/task/pull/2592#pullrequestreview-3596720069)) | [](#request-for-help) |
|
||||
| [Wild](https://github.com/wild-linker/wild) linker | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/wild-linker/wild/blob/9027437a8776afea1a1f0840fcda3fd6895f6f55/CONTRIBUTING.md), [2](https://github.com/wild-linker/wild/pull/1653#issuecomment-4017584459), [3](https://github.com/wild-linker/wild/pull/912)) | [](#request-for-help) |
|
||||
| [curl](https://curl.se/) | [](#request-for-help) | [](#ai-code-reviews) ([1](https://github.com/curl/curl/pull/20797), [2](https://github.com/curl/curl/pull/20798), [3](https://github.com/curl/curl/pull/20787))<br />[](#sponsored-by-ai) ([1](https://github.com/apps/aisle-research-bot))<br />[](#permissive-ai-policy) ([1](https://mastodon.social/@bagder/116204333476519757)) | [Wget](https://www.gnu.org/software/wget/) |
|
||||
| [rsync](https://rsync.samba.org/) | version ≤3.4.1 | [](#permissive-ai-policy) ([1](https://github.com/RsyncProject/rsync/commit/aa142f08ef31d3ffa8d6b3b8af16d00324a98c1b), [2](https://github.com/RsyncProject/rsync/commit/b905ab23af2d71363271e99e446e8fe0bfc77f7f)) | version ≤3.4.1, `scp` or a FTP client |
|
||||
| [rsync](https://rsync.samba.org/) | version ≤3.4.1 | [](#permissive-ai-policy) ([1](https://github.com/RsyncProject/rsync/commit/aa142f08ef31d3ffa8d6b3b8af16d00324a98c1b), [2](https://github.com/RsyncProject/rsync/commit/b905ab23af2d71363271e99e446e8fe0bfc77f7f)) | version ≤3.4.1, `scp` or a FTP client, or [tar](https://drewdevault.com/2026/03/28/2026-03-28-rsync-without-rsync.html) |
|
||||
| [npmx](https://npmx.dev/) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/npmx-dev/npmx.dev/blob/e3b575ad0760ce79a278e34fc3553020d093e940/CONTRIBUTING.md#using-ai), [2](https://github.com/npmx-dev/npmx.dev/blob/7f2fc1ae716605c87612b0e138aa95a277d44559/.github/copilot-instructions.md), [3](https://github.com/npmx-dev/npmx.dev/pull/1513/changes/557db327a06ffa2d42e67a8df3ccc107381fe063))<br />[](#ai-code-reviews) ([1](https://github.com/npmx-dev/npmx.dev/pull/2183#issuecomment-4104059314)) | [npmjs](https://www.npmjs.com/) |
|
||||
|
||||
> [!NOTE]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue