From d58a8fe93a19f6bf3cacaab9ada047b0018b0e32 Mon Sep 17 00:00:00 2001 From: Danny Tsang <567982+dannytsang@users.noreply.github.com> Date: Sun, 21 Dec 2025 11:20:00 +0000 Subject: [PATCH 1/2] Add Postgresus backup tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b5de28..6ba8b5a 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ _See also: [Restic's list of Linux backup software](https://github.com/restic/ot - [Duplicity](https://duplicity.gitlab.io/) - Encrypted bandwidth-efficient backup using the rsync algorithm. ([Source Code](https://gitlab.com/duplicity/duplicity)) `GPL-2.0` `Python` - [Open Archiver](https://docs.openarchiver.com) - Email archiving solution with full-text search and eDiscovery search features. ([Source Code](https://github.com/LogicLabs-OU/OpenArchiver)) `AGPL-3.0` `Docker` - [Minarca](https://minarca.org/) - Client–server backup platform with a centralized web console to manage and restore Linux, Windows, and macOS backups via GUI or CLI. ([Source Code](https://gitlab.com/ikus-soft/minarca)) `AGPL-3.0` `Python` +- [Postgresus](https://postgresus.com/) - Self-hosted tool to backup PostgreSQL. ([Source Code](https://github.com/RostislavDugin/postgresus)) `Apache-2.0` `Docker/Go` - [Proxmox Backup Server](https://www.proxmox.com/en/proxmox-backup-server) - Proxmox Backup Server is an enterprise-class, client-server backup solution thatis capable of backing up virtual machines, containers, and physical hosts. ([Source Code](https://git.proxmox.com/?p=proxmox-backup.git;a=tree)) `GPL-3.0` `Rust` - [rclone](https://rclone.org/) - Command-line program to sync files and directories to and from different cloud storage providers.. ([Source Code](https://github.com/rclone/rclone)) `MIT` `Go` - [Rdiff-backup](https://rdiff-backup.net/) - Reverse differential backup tool, over a network or locally. ([Source Code](https://github.com/rdiff-backup/rdiff-backup)) `GPL-2.0` `Python` From 11d87ce3fda8c9835bcb9a5d7b316d080275a94f Mon Sep 17 00:00:00 2001 From: Danny Tsang <567982+dannytsang@users.noreply.github.com> Date: Tue, 23 Dec 2025 16:51:07 +0000 Subject: [PATCH 2/2] Updated tag to be Docker based on feedback. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ba8b5a..1726e0c 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ _See also: [Restic's list of Linux backup software](https://github.com/restic/ot - [Duplicity](https://duplicity.gitlab.io/) - Encrypted bandwidth-efficient backup using the rsync algorithm. ([Source Code](https://gitlab.com/duplicity/duplicity)) `GPL-2.0` `Python` - [Open Archiver](https://docs.openarchiver.com) - Email archiving solution with full-text search and eDiscovery search features. ([Source Code](https://github.com/LogicLabs-OU/OpenArchiver)) `AGPL-3.0` `Docker` - [Minarca](https://minarca.org/) - Client–server backup platform with a centralized web console to manage and restore Linux, Windows, and macOS backups via GUI or CLI. ([Source Code](https://gitlab.com/ikus-soft/minarca)) `AGPL-3.0` `Python` -- [Postgresus](https://postgresus.com/) - Self-hosted tool to backup PostgreSQL. ([Source Code](https://github.com/RostislavDugin/postgresus)) `Apache-2.0` `Docker/Go` +- [Postgresus](https://postgresus.com/) - Self-hosted tool to backup PostgreSQL. ([Source Code](https://github.com/RostislavDugin/postgresus)) `Apache-2.0` `Docker` - [Proxmox Backup Server](https://www.proxmox.com/en/proxmox-backup-server) - Proxmox Backup Server is an enterprise-class, client-server backup solution thatis capable of backing up virtual machines, containers, and physical hosts. ([Source Code](https://git.proxmox.com/?p=proxmox-backup.git;a=tree)) `GPL-3.0` `Rust` - [rclone](https://rclone.org/) - Command-line program to sync files and directories to and from different cloud storage providers.. ([Source Code](https://github.com/rclone/rclone)) `MIT` `Go` - [Rdiff-backup](https://rdiff-backup.net/) - Reverse differential backup tool, over a network or locally. ([Source Code](https://github.com/rdiff-backup/rdiff-backup)) `GPL-2.0` `Python`