Closed nclowell closed 4 years ago
Can you please post the command you ran to initiatersync
?
rsync --archive --verbose --progress nclowell@198.48.92.25:/gscratch/scrubbed/sr320/cragig_wdn6/* /mnt/hgfs/E/dD_cragig_mox_20191205/
The answer is that you don't have read permissions on that file. Only the owner (sr320
) can read that file:
ls -l /gscratch/scrubbed/sr320/cragig_wdn6/reference.fasta.original.gz
-rw------- 1 sr320 hyak-coenv 0 Dec 5 02:00 /gscratch/scrubbed/sr320/cragig_wdn6/reference.fasta.original.gz
As far as why, who knows...
If you want that file, you'll need @sr320 to change permissions so that other people can read it.
@kubu4 I could also just transfer to /gscratch/scrubbed/nclowell
?
I don't think that will alter the permissions.
@nclowell should be good now...
for reference I ran chmod -R 777 cragig_wdn6
Worked - thank you!!
I'm moving files from hyak to my computer using rsync, most files moved fine. But I got the following error:
I tried rerunning the rsync command and I get the same error. @kubu4 or @sr320 has this ever happened to you? Do you know why permission is being denied to specific files and folders, but not the rest?