I am trying to create a variable which is a list of directories to be backed
up using smbclient. Some of these directory names include a space so I need
to put " " around the name of the directory.
Is it possible to include " (double quotes) within this string. For example:
bkfiles="directory1 directory2 "My Documents" directory4"
Any help would be appreciated.
Keith