This commit is contained in:
Christoph Cullmann 2025-07-19 22:21:03 +02:00
parent 285a3bc842
commit f5f764fbdb
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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. 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. 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). 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).

View file

@ -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 ## 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? ### Plain rsync?