671 B
671 B
Agent notes
- Keep runtime configuration in SQLite only. Do not add
.env, YAML, JSON, TOML, or other runtime config files. - Do not use Docker or add distributed-worker infrastructure.
- Do not call
vzdumpdirectly. Usepveshfor backup operations. - Do not require a crypt remote. Plain OneDrive remotes and crypt remotes are both allowed.
- Do not use
rclone sync. Use exact-object operations:copyto, existence check, anddeletefile. - Never delete a local archive unless upload completed and the remote object was verified.
- Mock
pveshandrclonein automated tests. Manual integration testing is limited toscripts/integration-test-adguard.sh.