Transferring data: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 52: Line 52:


<!--T:26-->
<!--T:26-->
Some users have encountered trouble when using <code>rsync</code> to transfer directories into <code>/project</code>. The <code>-p</code> or <code>--perms</code> flag may cause the group ownership of files to be incorrectly set. Since quotas in <code>/project</code> are enforced based on group ownership this in turn may lead to <code>Disk quota exceeded</code>. The frequently-used <code>-a</code> or <code>--archive</code> flag implies <code>--perms</code>. Best advice is to use Globus or scp instead of rsync, but if you choose to use rsync, do not use <code>-p</code>.
Some users have encountered trouble when using <code>rsync</code> to transfer directories into <code>/project</code>. The <code>-p</code> or <code>--perms</code> flag may cause the group ownership of files to be incorrectly set. Since quotas in <code>/project</code> are enforced based on group ownership this in turn may lead to <code>Disk quota exceeded</code>. The frequently-used <code>-a</code> or <code>--archive</code> flag implies <code>--perms</code>. Best advice is to use Globus instead of rsync, but if you choose to use rsync, do not use <code>-p</code>.


===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

Navigation menu