From a2e5bd10a8e9cb3a2964feff4d273d62cb23b4fd Mon Sep 17 00:00:00 2001 From: Moamen Basel Date: Wed, 22 Apr 2026 01:15:50 +0200 Subject: [PATCH] Add TimeNest under Backups TimeNest is a self-hosted network Time Machine server for macOS: a three- container Docker stack (Samba + vfs_fruit, Avahi, FastAPI admin UI) that turns any Mac mini, Raspberry Pi, or Linux host into a Time Capsule replacement for every Mac on the LAN. https://github.com/momenbasel/timenest --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09e9003..b40f17e 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ _See also: [Restic's list of Linux backup software](https://github.com/restic/ot - [Restic](https://restic.net/) - Easy, fast, verifiable, secure and efficient remote backup tool. ([Source Code](https://github.com/restic/restic)) `BSD-2-Clause` `Go` - [Rsnapshot](https://rsnapshot.org/) - Filesystem snapshot utility based on rsync. ([Source Code](https://github.com/rsnapshot/rsnapshot)) `GPL-2.0` `Perl` - [Shield](https://github.com/starkandwayne/shield) - A pluggable architecture for backup and restore of database systems. `MIT` `Go` +- [TimeNest](https://github.com/momenbasel/timenest) - Self-hosted network Time Machine server that turns a Mac mini, Raspberry Pi, or any Linux host into a Time Capsule replacement for every Mac on the LAN. Docker stack: Samba with `vfs_fruit`, Avahi for Bonjour discovery, FastAPI admin UI with per-user quotas and Prometheus metrics. `MIT` `Docker/Python` - [UrBackup](https://www.urbackup.org/) - Client/Server Open Source Network Backup for Windows, MacOS and Linux. ([Source Code](https://github.com/uroni/urbackup_backend)) `AGPL-3.0` `C/C++` ### Build and software organization tools