Using the following code to import existing directory: ./seaf-import.sh -p /mnt/user/Mount\ Name -n NewLibrary -u user@email.com
And getting this:
Starting seaf-import, please wait …
2023-07-10 06:44:40 seaf-import.c(324): Import dir /mnt/user/Mount doesn’t exist.
run done
Looks like the script doesn’t like the escaping. Have you tried removing the backslash and use double quotes for the directory name?
./seaf-import.sh -p "/mnt/user/Mount Name" -n NewLibrary -u user@email.com