Lines 1-8
Link Here
|
1 |
Use zap to maintain ZFS snapshots with cron. |
1 |
Use zap to maintain ZFS snapshots with cron. |
2 |
|
2 |
|
3 |
- Uses neither configuration files nor custom ZFS properties - all |
3 |
- Uses no configuration files |
4 |
information is supplied when zap is invoked and stored in snapshot |
|
|
5 |
names. |
6 |
- Uses namespaces to avoid collisions with other snapshots. |
4 |
- Uses namespaces to avoid collisions with other snapshots. |
7 |
- Creates and destroys snapshots only when it makes sense to. |
5 |
- Creates and destroys snapshots only when it makes sense to. |
8 |
- Written in POSIX sh. |
6 |
- Written in POSIX sh. |