zlacker

[return to "CLI agents make self-hosting on a home server easier and fun"]
1. chaz6+Bd[view] [source] 2026-01-11 22:39:35
>>websku+(OP)
I would really like some kind of agnostic backup protocol, so I can simply configure my backup endpoint using an environment variable (e.g. `-e BACKUP_ENDPOINT=https://backup.example.com/backup -e BACKUP_IDENTIFIER=xxxxx`), then the application can push a backup on a regular schedule. If I need to restore a backup, I log onto the backup app, select a backup file and generate a one time code which I can enter into the application to retrieve the data. To set up a new application for backups, you would enter a friendly name into the backup application and it would generate a key for use in the application.
◧◩
2. Waterl+ie[view] [source] 2026-01-11 22:42:52
>>chaz6+Bd
Maybe apps could offer backup to stdout and then you pipe it. That way each app doesn’t have to reason about how to interact with your target, doesn’t need to be trusted with credentials, and we don’t need a new standard.
[go to top]