Tag: rust
Resty Desktop, a GUI for the Restic Backup Application
There are quite a few backup applications in circulation, each with their own set of benefits. I have personally become very fond of the Restic backup application because of it being quick, reliable, and open source.
Typically when I use Restic on my server I'm using Backrest, like demonstrated in a previous tutorial. When I am on my desktop I use the CLI, but often find it cumbersome to remember the commands, paths to my backups, etc.
This brought me to the creation of Resty Desktop, a GUI wrapper to the official Restic CLI application!
Read MoreSearch
Recent Posts
- Resty Desktop, a GUI for the Restic Backup Application
- Test Password Strength and Password History with TypeScript and MongoDB
- Extract Text from Your PDF and Image Files with Apache Tika
- How to Install MongoDB on Ubuntu: A Step-by-Step Guide for Beginners
- Running MongoDB in Docker - A Complete Guide with Examples