mirror of
https://asciireactor.com/o4data/zfs-backup.git
synced 2024-11-22 22:45:06 +00:00
Compare commits
No commits in common. "78b00e2f1766a7dc9e72f0ff15e11c1e1505941f" and "a5600ff6e6ee8bdae9fb9ef750cc26f795589e23" have entirely different histories.
78b00e2f17
...
a5600ff6e6
@ -162,7 +162,7 @@ get_latest_remote_snapshot()
|
|||||||
*) zroot="$zroot/" ;;
|
*) zroot="$zroot/" ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
list_cmd="zfs list -t snapshot $zroot$rset"
|
list_cmd="zfs list -t snapshot $zroot$dset"
|
||||||
remote_cmd="$list_cmd|tail -n1|cut -d'@' -f2|cut -d' ' -f 1"
|
remote_cmd="$list_cmd|tail -n1|cut -d'@' -f2|cut -d' ' -f 1"
|
||||||
run_remote
|
run_remote
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user