Transferring data: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
No edit summary
mNo edit summary
Line 63: Line 63:
<!--T:32-->
<!--T:32-->
If you are using <code>-a</code> when transferring files into the <code>/project</code> file systems, you can add <code>--no-g --no-p</code> to your options, like so
If you are using <code>-a</code> when transferring files into the <code>/project</code> file systems, you can add <code>--no-g --no-p</code> to your options, like so
{{Command|rsync -avz --no-g --no-p LOCALFOLDERNAME someuser@graham.computecanada.ca:projects/def-professor/someuser/}}
{{Command|rsync -avz --no-g --no-p LOCALNAME someuser@graham.computecanada.ca:projects/def-professor/someuser/}}
or avoid using <code>-a</code> altogether
or avoid using <code>-a</code> altogether
{{Command|rsync -rltv LOCALFOLDERNAME someuser@graham.computecanada.ca:projects/def-professor/someuser/}}
{{Command|rsync -rltv LOCALNAME someuser@graham.computecanada.ca:projects/def-professor/someuser/}}
where LOCALNAME can be a folder or file.  For large transfers consider adding --partial so interrupted transfers can be restarted and/or --progress to see a summary of the transfer progress.


===Using checksums to check if files match=== <!--T:13-->
===Using checksums to check if files match=== <!--T:13-->
cc_staff
1,704

edits

Navigation menu