https://github.com/ziteh/zfs-remote-backup
Backup TrueNAS/OpenZFS snapshots to S3 (WIP)
https://github.com/ziteh/zfs-remote-backup
Last synced: 10 months ago
JSON representation
Backup TrueNAS/OpenZFS snapshots to S3 (WIP)
- Host: GitHub
- URL: https://github.com/ziteh/zfs-remote-backup
- Owner: ziteh
- License: apache-2.0
- Created: 2025-04-06T11:08:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-19T00:00:39.000Z (12 months ago)
- Last Synced: 2025-07-14T05:23:02.086Z (11 months ago)
- Language: Python
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZFS Remote Backup
The goal is to back up data stored in [TrueNAS](https://www.truenas.com/)/[OpenZFS](https://openzfs.github.io/openzfs-docs/) to remote object storage services such as AWS S3 using snapshots, enabling off-site backups.
By leveraging the properties of OpenZFS snapshots, the system performs *full*, *differential*, and *incremental* backups to strike a balance between storage efficiency and data reliability.
## Usage
```bash
docker build -t zfs-remote-backup .
docker run -d --name zfs-remote-backup zfs-remote-backup
```
```bash
uv pip freeze > requirements.txt
```
## License
> [!WARNING]
> This software is provided *as is*, without warranty or conditions of any kind.
>
> Please carefully review how this software works and what actions it performs.
> Following the *3-2-1 backup rule* can reduce the risk of data loss due to hardware failure or accidents.
Licensed under the Apache 2.0 ([`LICENSE`](./LICENSE) or ).