An open API service indexing awesome lists of open source software.

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)

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.