Re-Work Backups

This commit is contained in:
Mike Reeves
2023-03-15 17:58:15 -04:00
parent 3156b1ed0c
commit f288d0dd61

View File

@@ -1488,9 +1488,6 @@ create_strelka_pillar() {
backup_pillar() { backup_pillar() {
title "Create the backup pillar file" title "Create the backup pillar file"
touch $adv_backup_pillar_file touch $adv_backup_pillar_file
printf '%s\n'\
"backup:"\
" locations: []" > "$backup_pillar_file"
} }
soctopus_pillar() { soctopus_pillar() {