Added setup-aggregator command.

This commit is contained in:
Otho 2022-11-23 22:57:57 -05:00
parent d57c9d2d52
commit bd6e14fe48
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -166,6 +166,7 @@ case "$1" in
list) list_active_datasets ;; list) list_active_datasets ;;
create) create_snapshot ;; create) create_snapshot ;;
setup-mirror) setup_mirror ;; setup-mirror) setup_mirror ;;
setup-aggregator) setup_aggregator ;;
send) send)
if [ -f "old-snapshot.txt" ]; then if [ -f "old-snapshot.txt" ]; then
send_incremental_snapshot send_incremental_snapshot