Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bolthole/zrep

ZREP ZFS based replication and failover script from bolthole.com
https://github.com/bolthole/zrep

Last synced: about 2 months ago
JSON representation

ZREP ZFS based replication and failover script from bolthole.com

Awesome Lists containing this project

README

        

Notes on things that had to be done to convert zrep
from ksh to bash

- Replace print with echo

- for some function outputs, forced use of "echo -n" instead of just echo

- for printf %(xx)T "#seconds", convert to
printf %(xx)T "seconds"

- also printf T:
printf '%(%s)T' now
becomes
printf '%(%s)T'