On the forehand I backupped all files to my NAS by a mount.
Now I do want to copy all my files back from my NAS to the RPI including subdirectories.
I use:
Code: Select all
sudo cp -r /mnt/NAS/bkupweb/api/*.* /var/www/apiCode: Select all
sudo cp -r /mnt/NAS/bkupweb/api/*.* /var/www/apiCode: Select all
sudo cp -r /mnt/NAS/bkupweb/api /var/www/apiDid you get any error msgs?Canedje wrote:Thanks
I tried that allready before, without succes