Transferring data: Difference between revisions

Jump to navigation Jump to search
no edit summary
m (formatting: make sure Rsync heading doesn't flow around Globus figure.)
No edit summary
Line 53: Line 53:


<!--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 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> and <code>-g</code> flags (or equivalently <code>--perms</code> and <code>--group</code>) 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>-p</code> and <code>-g</code>. Best advice is to use Globus instead of rsync, but if you choose to use rsync, do not use <code>-p</code> and <code>-g</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,774

edits

Navigation menu