Secure Backups and Pefect Pizza Dough


Summary of my bookmarked Github repositories from Mar 24th, 2021

Github repositories

  • restic/restic

    Restic is a fast, efficient, and secure backup program that supports major operating systems like Linux, macOS, and Windows, as well as smaller ones like FreeBSD and OpenBSD. It provides detailed documentation for usage and installation instructions. After initializing a repository and adding data, you can use restic restore to restore files or restic mount to browse previous snapshots. Restic supports various backends for storing backups, including local directories, SFTP servers, Amazon S3, and more. The program follows design principles of being easy, fast, verifiable, secure, and efficient. Reproducible builds are available, and the project is licensed under the BSD 2-Clause License.

  • t89/pizza

    "Perfect Pizza. Everytime." is a GitHub repository that provides a Python script for calculating the perfect dough recipe for your pizza. The repository includes a README file with usage instructions and requirements. The script allows you to adjust the water percentage based on your oven temperature, such as normal oven, gas BBQ, or wood oven. The repository has received 3 stars and is written entirely in Python.