my PDS backup script

docs: add repository availability information to README

Include links to GitHub and Tangled repositories in the README to clarify where the project is hosted and which version is primary

+2
+2
README.md
··· 1 1 # PDS Backup Script 2 2 3 + ***This repository is available on [GitHub](https://github.com/ewanc26/pds-backup) and [Tangled](https://tangled.sh/@ewancroft.uk/pds-backup). GitHub is the primary version, and the Tangled version is a mirror.*** 4 + 3 5 ## Overview 4 6 5 7 This Bash script automates the backup process for your Personal Data Server (PDS) files. It ensures minimal downtime by managing the PDS service—stopping it before a backup and restarting it afterwards—even in the event of errors. The script creates a timestamped compressed archive of the `/pds` directory, then transfers this archive to a remote destination via `rsync` over SSH. A change detection mechanism compares the new archive against the most recent backup using a SHA-256 checksum; if no changes are detected, the transfer is skipped, thereby preventing redundant backups.