https://github.com/mchangrh/zod
ZFS on DVD (inspired by @cryptographrix)
https://github.com/mchangrh/zod
backup dvd zfs zfs-backup
Last synced: about 1 year ago
JSON representation
ZFS on DVD (inspired by @cryptographrix)
- Host: GitHub
- URL: https://github.com/mchangrh/zod
- Owner: mchangrh
- License: mit
- Created: 2024-02-27T23:43:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T20:28:34.000Z (over 2 years ago)
- Last Synced: 2025-04-04T02:44:08.972Z (about 1 year ago)
- Topics: backup, dvd, zfs, zfs-backup
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZFS on DVD/ Disk Image
Based on a [Medium post](https://medium.com/@cryptographrix/zfs-on-dvds-as-an-insane-backup-method-9e722d30e949) by [@cryptographrix](https://github.com/cryptographrix)
Semi-automated ZFS on DVD/ Disk Image creation, mounting and management.
```
Usage: zod.sh [command] [options]
Commands:
create Create a new disk image pool
export Export a disk image pool
mount Mount a disk image pool
Options:
-n, --name Pool name
-f, --folder Folder path (default: current directory)
-h, --help Display this help and exit
Options (create):
-d, --data Number of data disks (default: 2)
-p, --parity Number of parity disks (default: 0)
-c, --capacity Capacity of pool in MiB
-s, --size Size of each disk in MiB"
```
I would advise against using it in production - this is a fun little experiment, feel free to fork and adjust to your own production needs.