zerobyte icon indicating copy to clipboard operation
zerobyte copied to clipboard

Backup automation for self-hosters. Built on top of restic

Results 46 zerobyte issues
Sort by recently updated
recently updated
newest added

## feat: Add configuration export functionality with flexible options ### Summary Adds the ability to export ZeroByte configuration as JSON files for backup, migration, or Infrastructure as Code (IaC) workflows....

AI

Some entity fields are stored both in dedicated fields and inside the `config` field. This happens because the frontend sends the entire form values object as `config`, which includes fields...

Last week @altendorfme proposed a Pull Request to connect directly some traditional databases. Automatically dump databases and backup this instead of a folder. While initially excited by the feature, I...

Hi I have installed Zerobytes in a Docker container running under Portainer. I was able to create volumes and repositories no problem and scheduled two backups to run in the...

I successfully mount an s3 repo (at backblaze) without issue. I can create/run backups, but at some point, the repo goes unhealthy and I cannot browse snapshots from the repo...

As a user I want Ironmount to be capable of auto-discovering the docker volumes on my host. I want to be able to use them as backup source (volume) and...

I was able to setup a repository with an rclone onedrive remote. However the volume creation doesn't work. I might have misinterpreted the docs or maybe something is broken. Anyway...

ZeroByte fails to list rclone remotes with the error: ``` bun: Failed to spawn process: EACCES error > Failed to list rclone remotes: bun: Failed to spawn process: EACCES ```...

**Problem** The OpenAPI server configuration uses a hardcoded IP address (192.168.2.42:4096), which causes issues for contributors. When running `bun run gen:api-client` to regenerate the API client files contributors: - Can't...

## Summary Adds secret references so users can avoid storing credentials directly in Zerobyte. Sensitive fields can now be provided as `env://...` or `file://...` references which are not encrypted, but...