add note about where volume names are sourced
This commit is contained in:
parent
0cc46e187c
commit
30bb38672b
@ -266,7 +266,7 @@ if [ $clean = true ]; then
|
|||||||
elif [ $restore = true ]; then
|
elif [ $restore = true ]; then
|
||||||
# restore backup
|
# restore backup
|
||||||
printf "%s\n*** Restoring Backup ***\n\n%s" "$magenta" "$norm"
|
printf "%s\n*** Restoring Backup ***\n\n%s" "$magenta" "$norm"
|
||||||
printf "To avoid errors due to existing files, this script will delete any volumes that have the following names:\n"
|
printf "To avoid errors due to existing files, this script will delete any volumes that have the following names (based on --data and --ldif):\n"
|
||||||
printf "\t%s\n\t%s\n" "$volume_data" "$volume_ldif"
|
printf "\t%s\n\t%s\n" "$volume_data" "$volume_ldif"
|
||||||
# confirmation loop
|
# confirmation loop
|
||||||
while true; do
|
while true; do
|
||||||
|
Loading…
Reference in New Issue
Block a user