I recently fell victim to the conveniences of big tech (at least temporarily), and was faced with the task of migrating hundreds of my personal git repositories from my self-hosted Gitea instance to Github. With this many repos to migrate, completing any part of this migration manually wasn’t really an option. Instead, I leveraged the Read More…
Category: Shell Scripts
Deleting All Files Without SHA1 Hashes From a Backblaze B2-Backed Rclone Crypt Remote
As part of my backup pipeline, I use rclone to sync all my files from Seafile to an offsite location using the handy crypt backend once per week. Recently, I switched to using Backblaze B2 as my offsite storage provider, but learned only after uploading all my files, that large files (anything over 200M as Read More…
Simple Windows Batch File Scheduled Backups
Here are a few Windows batch scripts that I wrote to use for scheduled backups. Each is only a few lines long, and does everything that most people will ever need, including zipped, encrypted, and simple folder backups. To use them, simply edit the paths, save the contents to a batch file (.bat extension), and Read More…