Hi,
I'm trying to restore many files (and their directory's tree) on a new path.

I want restore for example: /home/pippo/file1 on /otherpath/home/pippo/file1
/home/pippo/file2 on /otherpath/home/pippo/file2
/home/alira/file3 on /home/alira/file3
/home/alira/file4 on /home/alira/file4
/home/alira/ounit/file5 on /home/alira/ounit/file5

I've backupped all these file with incremental backup and with "subdir yes" in dsm.opt
I see this files when I try to launch "rest -pick" command from the client.
My question: how can I restore all these files (and their subdir) on another path?
I've tryed to launch this command:

dmsc rest /home/ /otherpath/

and this

dmsc rest "/home/*" /otherpath/

but this command restores only the first subdir (no files and no other sub-subdir).
How can I do?
thanks