mirror of
https://asciireactor.com/o4data/zfs-backup.git
synced 2024-11-24 05:35:05 +00:00
Cleaned up whitespace.
This commit is contained in:
parent
e090fcf21d
commit
88258df653
@ -164,7 +164,6 @@ get_latest_remote_snapshot()
|
||||
list_cmd="zfs list -t snapshot $zroot$dset"
|
||||
remote_cmd="$list_cmd|tail -n1|cut -d'@' -f2|cut -d' ' -f 1"
|
||||
run_remote
|
||||
|
||||
}
|
||||
|
||||
zfs_allow_origin()
|
||||
@ -253,12 +252,11 @@ send_increment()
|
||||
|
||||
################################### MAIN ####################################
|
||||
|
||||
### Options
|
||||
set -- `getopt "tvl:" "$@"` || {
|
||||
echo "Usage: `basename $0` [-tvl] [command]" 1>&2
|
||||
exit 1
|
||||
}
|
||||
ZB_TEST_MODE=FALSE
|
||||
|
||||
while :; do
|
||||
case "$1" in
|
||||
-t)
|
||||
|
Loading…
Reference in New Issue
Block a user