From f5f764fbdb659e28018611d295db28fda966a6f0 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 19 Jul 2025 22:21:03 +0200 Subject: [PATCH] use https://duplicity.gitlab.io/ --- content/posts/borg-backup-continued/index.md | 2 +- content/posts/borg-backup/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/borg-backup-continued/index.md b/content/posts/borg-backup-continued/index.md index 4b350fe..0aeb02e 100644 --- a/content/posts/borg-backup-continued/index.md +++ b/content/posts/borg-backup-continued/index.md @@ -16,7 +16,7 @@ After two weeks of use, I have now first experiences on the way the incremental I must confess, I am positively impressed. -As told before, my [duplicity](http://duplicity.nongnu.org/) setup did have a very bad performance (even just in the locally to my NAS). +As told before, my [duplicity](https://duplicity.gitlab.io/) setup did have a very bad performance (even just in the locally to my NAS). Perhaps I did something wrong, on the other side, I followed the default way as described to setup a encrypted backup. On the other side, the new BorgBackup powered variant performs well locally (with 1 GBit networking) and remotely (with just between 25-50 MBit upload). diff --git a/content/posts/borg-backup/index.md b/content/posts/borg-backup/index.md index 8cfcbfc..a76bb64 100644 --- a/content/posts/borg-backup/index.md +++ b/content/posts/borg-backup/index.md @@ -14,7 +14,7 @@ At least this allowed me to keep all my Kate related development mails intact si ## My old way of doing backups: rsync & duplicity -So far, I did my backup on my Unix machines by using [rsync](https://rsync.samba.org/) to a second host and [duplicity](http://duplicity.nongnu.org/) to archive stuff on my old Synology NAS. +So far, I did my backup on my Unix machines by using [rsync](https://rsync.samba.org/) to a second host and [duplicity](https://duplicity.gitlab.io/) to archive stuff on my old Synology NAS. ### Plain rsync?