Verify backup-related CLI tools are installed and working:
Checks if backup CLI tools (rclone, AWS CLI, restic, etc.) are installed and configured correctly. Use this to diagnose backup issues before running or scheduling backups.
/plugin marketplace add danielrosehill/linux-server-plugin/plugin install linux-desktop-mgmt@danielrosehillbackups/Verify backup-related CLI tools are installed and working:
Rclone:
which rclone && rclone versionrclone listremotesrclone config showAWS CLI (for Wasabi):
which aws && aws --versionaws configure listaws s3 ls --endpoint-url=https://s3.wasabisys.com (if configured)Restic (if used):
which restic && restic versionDuplicity (if used):
which duplicity && duplicity --versionrsync:
which rsync && rsync --versionOther tools:
Provide Daniel with:
Overall status: ALL WORKING / SOME ISSUES / MULTIPLE FAILURES
Note: This server performs cloud backups (SaaS) and local backups. Both workflows need working CLIs.