From 87cebedc851bcef72569326845c08c88bee90cc9 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Wed, 14 Dec 2022 14:12:47 -0500 Subject: [PATCH] Backup the new Kratos location --- salt/common/tools/sbin/so-config-backup | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/common/tools/sbin/so-config-backup b/salt/common/tools/sbin/so-config-backup index 5c684e4e6..62fc04467 100755 --- a/salt/common/tools/sbin/so-config-backup +++ b/salt/common/tools/sbin/so-config-backup @@ -35,6 +35,7 @@ if [ ! -f $BACKUPFILE ]; then {%- endfor %} tar -rf $BACKUPFILE /etc/pki tar -rf $BACKUPFILE /etc/salt + tar -rf $BACKUPFILE /nsm/kratos fi