diff --git a/README.md b/README.md index 06cfec5..633a784 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a script that I created to zip up my Program Files folders on my C: drive as those are permanently excluded by the backup software I use. I could probably dive in and pick specific applications that I know store their configutaions in the Program Files folders but for now I just do the whole thing. This script also clears out backups older than 2 weeks (I run it weekly) and emails a summary to the provided address through the specified mail relay server. Be sure to edit smtp-creds.sh to include your information. **backupVPS.sh** -This script was written to automatically sync the backups I create on my server with my local machine as a part of the 32-1 backup rule. +This script was written to automatically sync the backups I create on my server with my local machine as a part of the 3-2-1 backup rule. **convertHEICtoJPG.sh** This script will convert your HEIC files (a format Apple saves photos with) to JPGs. Flip saveasjpg at the top to save as PNG instead. This will result in much larger file sizes. Set keeporiginals to 0 to delete the HEIC files after they're converted. The HEIC files are saved kept around by default. For best results set this up as a cron job.