Transferring data: Difference between revisions

suggest copying into user's subdir instead of project parent dir
(Marked this version for translation)
(suggest copying into user's subdir instead of project parent dir)
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/
  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/
  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-->
Bureaucrats, cc_docs_admin, cc_staff
2,879

edits