Code: Select all
#!/bin/bash
cp -Rf /Users/Chris/Downloads/Movies/ /Volumes/External HD/Movies &&
rm -Rf /Users/Chris/Downloads/Movies/
Exit(64)
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file
cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory
I've set my external drive to ignore permissions as I thought that this might be causing the issue but its still not working. I've wondered if maybe its that my USB drive spins down and so needs to spin up before it can copy the data, but I've got no way of disabling the drives power management and I really don't want to so I'm hoping its not that. Anyone got any ideas as I really don't see what the problem is.