From a2775c589e1796780fb72ff3d8bce7b7f198a603 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Fri, 1 Sep 2023 13:48:55 +0200 Subject: [PATCH] Added rdiff-backup --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 054e19c..648fede 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -* Apps/tools covered: **1070** +* Apps/tools covered: **1071** * Number of categories: **65**. # Index * [Anki, decks and flashcards](#flashcard) (6) -* [Backup](#backup) (15) +* [Backup](#backup) (16) * [Calculators](#calc) (9), [Chat and instant messaging](#chat) (26), [ChatGPT / AI](#chatgpt) (8), [Clean up of files and directories](#file-dir-cleanup) (12), [Co-pilot](#copilot) (7), [Command launchers](#launcher) (16), [Commands cheatsheet and snippets](#cheatsheet) (14), [Conversion](#conversion) (10) * [Data management](#data-management) (24), [Data management - Tabular data](#data-management-tabular) (17), [Data transfer](#transfer) (32), [Diff](#diff) (9), [Directory changers (alternatives to cd)](#cd) (17), [Disk usage analyzers](#disk-analyzer) (12) * [Editors](#editors) (24), [Email](#email) (13) @@ -80,6 +80,7 @@ Manage decks of flashcards and Anki decks. * [gwbackupy](https://github.com/smartondev/gwbackupy) - Open source Google Workspace™ backup solution. * [Kopia](https://kopia.io/) - Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included. * [paperbackup](https://github.com/intra2net/paperbackup) - Create a pdf with barcodes to backup text files on paper. +* [rdiff-backup](https://rdiff-backup.net/) - Reverse differential backup tool, over a network or locally, using the same protocol as rsync to transfer and store data. * [Restic](https://restic.net/) - A backup program that is fast, efficient and secure. * [shallow-backup](https://github.com/alichtman/shallow-backup) - Git integrated backup tool. * [thread-safe](https://github.com/dkaslovsky/thread-safe) - Keep your favorite Twitter threads safe with a local copy. diff --git a/data/apps.csv b/data/apps.csv index 1924a30..db26dd5 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1069,3 +1069,4 @@ backup,Restic,https://restic.net/,https://github.com/restic/restic,"A backup pro backup,Crestic,https://nils-werner.github.io/crestic/,https://github.com/nils-werner/crestic,Configurable Restic Wrapper. backup,Kopia,https://kopia.io/,https://github.com/kopia/kopia,"Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included." backup,bup,https://bup.github.io/,https://github.com/bup/bup,"Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication." +backup,rdiff-backup,https://rdiff-backup.net/,https://github.com/rdiff-backup/rdiff-backup,"Reverse differential backup tool, over a network or locally, using the same protocol as rsync to transfer and store data."