Added bup

pull/26/head
Tullio Facchinetti 9 months ago
parent 8c8f007bc3
commit 3558788a28

@ -32,13 +32,13 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1069**
* Apps/tools covered: **1070**
* Number of categories: **65**.
# Index
* [Anki, decks and flashcards](#flashcard) (6)
* [Backup](#backup) (14)
* [Backup](#backup) (15)
* [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)
@ -72,6 +72,7 @@ Manage decks of flashcards and Anki decks.
* [autorestic](https://autorestic.vercel.app/) - A wrapper around the [restic](https://restic.net/) backup tool, with the goal of simplifying the setup and usage through the use of config files.
* [borg](https://www.borgbackup.org/) - Encrypted backups with a clean and simple interface, easy to use and set up, possibility to mount the backup archive with FUSE and inspect it as a regular file system.
* [bup](https://bup.github.io/) - Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication.
* [bupstash](https://github.com/andrewchambers/bupstash) - Easy and efficient encrypted backups.
* [Crestic](https://nils-werner.github.io/crestic/) - Configurable Restic Wrapper.
* [duplicity](http://duplicity.nongnu.org/) - Creates GPG encrypted, compressed backups; client-side encryption allows to upload the backup onto untrusted servers.

@ -1068,3 +1068,4 @@ backup,autorestic,https://autorestic.vercel.app/,https://github.com/cupcakearmy/
backup,Restic,https://restic.net/,https://github.com/restic/restic,"A backup program that is fast, efficient and secure."
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."

1 category name homepage git description
1068 backup Restic https://restic.net/ https://github.com/restic/restic A backup program that is fast, efficient and secure.
1069 backup Crestic https://nils-werner.github.io/crestic/ https://github.com/nils-werner/crestic Configurable Restic Wrapper.
1070 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.
1071 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.
Loading…
Cancel
Save