Line 1... |
Line 1... |
1 |
$config = {
|
1 |
$config = {
|
2 |
# if set to non-zero, will write output to /tmp/snapShot instead of executing commands
|
2 |
# if set to non-zero, will write output to /tmp/snapShot instead of executing commands
|
3 |
'TESTING' => 1,
|
3 |
'TESTING' => 1,
|
- |
|
4 |
# if set to non-zero, sets TESTING to 1, then dumps some information on STDOUT when processing
|
- |
|
5 |
'DEBUG' => 0,
|
4 |
# amount of slop in deciding whether to make a snapshot or not
|
6 |
# amount of slop in deciding whether to make a snapshot or not
|
5 |
'slop' => '2 hour',
|
7 |
'slop' => '2 hour',
|
6 |
# this is an array reference of the columns in standard zfs list output
|
8 |
# this is an array reference of the columns in standard zfs list output
|
7 |
'listingKeys' => [ qw/name used avail refer mountpoint/ ],
|
9 |
'listingKeys' => [ qw/name used avail refer mountpoint/ ],
|
8 |
# Information on how to read/create snapshots
|
10 |
# Information on how to read/create snapshots
|