changes for backup state

This commit is contained in:
m0duspwnens
2022-10-12 11:31:42 -04:00
parent b526532ab6
commit 6a17f201a2
8 changed files with 16 additions and 8 deletions

View File

@@ -24,9 +24,6 @@ if [ ! -f $BACKUPFILE ]; then
{%- for LOCATION in BACKUPLOCATIONS %}
tar -rf $BACKUPFILE {{ LOCATION }}
{%- endfor %}
tar -rf $BACKUPFILE /etc/pki
tar -rf $BACKUPFILE /etc/salt
tar -rf $BACKUPFILE /opt/so/conf/kratos
fi