1
0
mirror of https://github.com/Spearfoot/FreeNAS-scripts synced 2025-12-06 01:23:19 +00:00

Update save_config_enc.sh

This commit is contained in:
Keith Nash
2020-12-16 16:18:42 -06:00
committed by GitHub
parent 3e96e64cff
commit 862784e5b6

View File

@@ -21,13 +21,13 @@ rundate=$(date)
#
# Leave the email address blank to simply copy the configuration file to the
# destination you specify with the 'configdir' setting below.
email="keith@spearfoot.net"
email=""
# Specify the dataset on your system where you want the configuration files copied.
# Don't include the trailing slash.
# Example: configdir=/mnt/tank/sysadmin/config
configdir="/root/work"
configdir=""
# OpenSSL encryption passphrase file. Enter the passphrase on the the first line in
# the file. This file should have 0600 permissions.