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

https://github.com/edvler/zrep-offsite-wrapper

Wrapper for the ZFS ZREP tool to clone/copy a ZFS dataset to a Hotswap disk or USB disk for a offsite backup
https://github.com/edvler/zrep-offsite-wrapper

backup clone copy hotswap offsite recv send usb zfs zrep

Last synced: 3 months ago
JSON representation

Wrapper for the ZFS ZREP tool to clone/copy a ZFS dataset to a Hotswap disk or USB disk for a offsite backup

Awesome Lists containing this project

README

          

```
#ZREP INIT
export DEBUG=1
export ZREP_R=-R
export ZREP_VERBOSE=yes
export ZREP_FORCE=-f
export ZREPTAG=zrep-b02-disk01

zrep init backup01/offsite localhost backup-ext-01/offsite
```