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

@ -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?