cc_staff
653
edits
(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 | ||
{{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 | ||
{{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--> |