temporarily change backup targets
authorIan Kelling <ian@iankelling.org>
Fri, 2 Aug 2019 03:44:44 +0000 (23:44 -0400)
committerIan Kelling <ian@iankelling.org>
Fri, 2 Aug 2019 03:44:44 +0000 (23:44 -0400)
btrbk-run

index 5c1439824c9ea4dabb17879e83a7859e4a95bbc8..7e66bc22335455c9f77c8cd6fae32032372c5330 100644 (file)
--- a/btrbk-run
+++ b/btrbk-run
@@ -195,7 +195,9 @@ if [[ ! -v targets && ! $source ]]; then
       targets=($home kw)
       ;;
     tp)
-      targets=(frodo kd)
+      # kd disabled temporarily while its hot and i plan to work on it.
+      #targets=(frodo kd)
+      targets=(frodo)
       # might not be connected to the vpn
       if timeout -s 9 10 ssh kw :; then
         targets+=(kw)