how copy from NAS to RPI including subdirectories?
Posted: Fri Jun 09, 2017 8:33 pm
I'm starting from beginning building up my RPI again
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:
Why are the subdirectories under API not copied to the NAS?
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/api