Farewell update

This commit is contained in:
mike 2022-07-20 02:15:47 -07:00
parent 7977b1d827
commit 7b4a3feb0e
1 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,7 @@
# Mikes Backup
*** Currently Archived; Read Section Below ***
Easily run both *full* and *differential* backups with rsync, to a local folder or an SSH server.
This script is really just a wrapper around rsync's beautiful functionality. It presents a simplified interface for one very narrow use case: Simplifying the process of running daily backups:
@ -6,6 +9,10 @@ This script is really just a wrapper around rsync's beautiful functionality. It
* Otherwise, it will automatically choose a *full* or *differential* backup type, based on whether it detects an existing *full* backup folder at the backup destination
* For *differential* backups, it automatically generates a folder based on today's date and time, making it easier to store many differentials without the need to manually fuss with anything
## Archive Status
I've decided to discontinue development of this project because [restic](https://restic.net/) is so much more robust, useful, and cool. *Mike's Backup* still works as of this writing (2022-07-20), but I've moved all my personal backups over to restic.
## Requirements
* rsync
* python3