Site Tools


informatique:logiciels:rclone

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

informatique:logiciels:rclone [2026/05/19 15:10] – created yahikoinformatique:logiciels:rclone [2026/05/19 15:13] (current) yahiko
Line 53: Line 53:
   * ''--dry-run'' : simuler une copie pour tester sans tout casser.   * ''--dry-run'' : simuler une copie pour tester sans tout casser.
   * ''-P'' : afficher la progression   * ''-P'' : afficher la progression
 +
 +==== Script batch ====
 +
 +Un petit script batch pour effectuer une copie :
 +
 +<code batch>
 +REM Où est installé Rclone
 +SET rclone_folder="C:\informatique\rclone"
 +REM Nom du remote configuré
 +SET remote=remote
 +REM Chemin local
 +SET local_path="D:\mdaemon\Users\quintard-juillan.fr"
 +
 +cd %rclone_folder%
 +
 +REM Dé-commenter l'option choisie
 +REM Source vers remote
 +REM rclone copy %local_path% %remote%:destination -P
 +
 +REM Remote vers destination
 +REM rclone copy %remote%:source %local_path% -P
 +
 +pause
 +</code>
informatique/logiciels/rclone.1779203404.txt.gz · Last modified: by yahiko