cc_staff
1,857
edits
No edit summary |
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 | {{Command|rsync -avz --no-g --no-p LOCALFOLDERNAME 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 | {{Command|rsync -rltv LOCALFOLDERNAME someuser@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--> |