Quick Start
Installation
Section titled “Installation”cargo install walsyncSet Credentials
Section titled “Set Credentials”export AWS_ACCESS_KEY_ID=your-keyexport AWS_SECRET_ACCESS_KEY=your-secretexport AWS_ENDPOINT_URL_S3=https://fly.storage.tigris.devTake a Snapshot
Section titled “Take a Snapshot”walsync snapshot myapp.db --bucket my-backupsWatch for Changes
Section titled “Watch for Changes”walsync watch myapp.db --bucket my-backups --interval 60Restore
Section titled “Restore”walsync restore myapp.db --bucket my-backups --output restored.db