Hello,
Today I plugged in my usb backup hdd and wanted to copy some files to my webserver. I was in my home directory and ran the following command:
However the problem was that /home/z662/backupFiles did not exist ( I assumed it would create it) but it did not, and now when I run df -ah I can see that all 160gb worth of files did copy over, (no rsync errors either) yet I can not access these files, and there is no directory containing them. How can I either access these files, or delete them so that I can create the directory and run rsync again? THanks
Today I plugged in my usb backup hdd and wanted to copy some files to my webserver. I was in my home directory and ran the following command:
sudo rsync -a /media/backupHDD/backupFiles backupFiles
However the problem was that /home/z662/backupFiles did not exist ( I assumed it would create it) but it did not, and now when I run df -ah I can see that all 160gb worth of files did copy over, (no rsync errors either) yet I can not access these files, and there is no directory containing them. How can I either access these files, or delete them so that I can create the directory and run rsync again? THanks