Utilisateur:Arbg0002/brouillons/procédures
< Utilisateur:Arbg0002 | brouillons
Sauter à la navigation
Sauter à la recherche
Révision datée du 12 avril 2019 à 10:47 par Arbg0002 (discussion | contributions) (→Synchronization of files)
List of procedures
Synchronization of files
Synchronization of files from two directories, possibly on a remote machine.
- rsync takes as arguments "the list of files to be synchronized" and "the destination directory".
- the -r flag makes it recursive
Example :
rsync -r tempo/* /Data/L2
All the files in directory /Data/L2 will be overwritten by any newer file in ./tempo/
Using GitHub
Website: [1]