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…
Category: Shell Scripts
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…