Frequently Asked Questions/fr: Difference between revisions

Jump to navigation Jump to search
Created page with "Il est très important que <tt>cp</tt> et <tt>rsync</tt> s'exécutent correctement pour que les fichiers copiés dans l'espace ''project'' possèdent la propriété de groupe..."
(Updating to match new version of source page)
(Created page with "Il est très important que <tt>cp</tt> et <tt>rsync</tt> s'exécutent correctement pour que les fichiers copiés dans l'espace ''project'' possèdent la propriété de groupe...")
Line 22: Line 22:
</div>
</div>


It is very important to run <tt>cp</tt> and <tt>rsync</tt> correctly to ensure that the files copied over to the project space have the correct group ownership. With <tt>cp</tt>, do not use the archive <tt>-a</tt> option. And when using <tt>rsync</tt>, make sure you specify the <tt>--no-g --no-p</tt> options, like so:
Il est très important que <tt>cp</tt> et <tt>rsync</tt> s'exécutent correctement pour que les fichiers copiés dans l'espace ''project'' possèdent la propriété de groupe correcte. Avec <tt>cp</tt>, n'utilisez pas l'option d'archivage <tt>-a</tt>. Avec <tt>rsync</tt>, assurez-vous d'utiliser les options <tt>--no-g --no-p</tt> ainsi :


{{Command|rsync -axvpH --no-g --no-p  $HOME/scratch/some_directory $HOME/projects/<project>/some_other_directory}}
{{Command|rsync -axvpH --no-g --no-p  $HOME/scratch/some_directory $HOME/projects/<project>/some_other_directory}}
rsnt_translations
53,464

edits

Navigation menu