Transferring data: Difference between revisions

Jump to navigation Jump to search
no edit summary
(suggest copying into user's subdir instead of project parent dir)
No 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
rsync -avz --no-g --no-p FOLDER graham.computecanada.ca:projects/def-professor/someuser/
{{Command|rsync -avz --no-g --no-p FOLDER graham.computecanada.ca:projects/def-professor/someuser/}}
or avoid using <code>-a</code> altogether
or avoid using <code>-a</code> altogether
rsync -rltv FOLDER graham.computecanada.ca:projects/def-professor/someuser/
{{Command|rsync -rltv FOLDER graham.computecanada.ca:projects/def-professor/someuser/}}


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

edits

Navigation menu