Markdown source: workflow.md · raw

Example agent workflow

A full backup/restore run from an agent's point of view:

archivst auth status
archivst backup -s backupset.json -q
:: if exit code != 0:
archivst logs --errors
:: read + delete any *.json in %APPDATA%\ArchivstDesktop\notifications
archivst restore request -f Photos --code <code from email>
archivst restore poll -f Photos --interval 30 --timeout 60
archivst restore run -f Photos -d D:\restore -q

Notes:

Back to Agentic Usage