Frequently Asked Questions/fr: Difference between revisions

Jump to navigation Jump to search
Created page with "=== Transfert de fichiers avec les systèmes de fichiers ''scratch'', ''home'' et ''project'' === De ''scratch'' ou ''home'' vers ''project'', '''n'utilisez pas''' la commande..."
No edit summary
(Created page with "=== Transfert de fichiers avec les systèmes de fichiers ''scratch'', ''home'' et ''project'' === De ''scratch'' ou ''home'' vers ''project'', '''n'utilisez pas''' la commande...")
Line 13: Line 13:
{{Command|mv $HOME/scratch/some_file $HOME/some_file}}
{{Command|mv $HOME/scratch/some_file $HOME/some_file}}


=== Moving files from scratch or home filesystems to project ===
=== Transfert de fichiers avec les systèmes de fichiers ''scratch'', ''home'' et ''project'' ===
If you want to move files from your scratch or home space into a project space, you '''should not''' use the <tt>mv</tt> command. Instead, we recommend using the <tt>rsync</tt> command with the following options :  
De ''scratch'' ou ''home'' vers ''project'', '''n'utilisez pas''' la commande <tt>mv</tt>. Utilisez plutôt <tt>rsync</tt> avec les options suivantes :  


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