We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4049a31 commit 5c8e3d3Copy full SHA for 5c8e3d3
bin/v-list-user-backup-exclusions
@@ -74,6 +74,14 @@ is_object_valid 'user' 'USER' "$user"
74
# Action #
75
#----------------------------------------------------------#
76
77
+# Flush variables
78
+WEB=''
79
+DNS=''
80
+MAIL=''
81
+DB=''
82
+CRON=''
83
+USER=''
84
+
85
# Defining fileds to select
86
touch $USER_DATA/backup-excludes.conf
87
fields="\$WEB \$DNS \$MAIL \$DB \$CRON \$USER"
0 commit comments