User Tools

Site Tools


computing:windows:sync_tools

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computing:windows:sync_tools [2022/12/29 09:26]
gcooper
computing:windows:sync_tools [2024/03/09 09:17] (current)
gcooper
Line 12: Line 12:
  
 **Docs**: https://rclone.org/docs **Docs**: https://rclone.org/docs
 +
 +**Filtering**: https://rclone.org/filtering/
  
 **Forum**: https://forum.rclone.org **Forum**: https://forum.rclone.org
Line 29: Line 31:
 </file> </file>
  
-Choose WebDAV for many cloud services, enter the WebDAV URL, username and password.+Choose **WebDAV** for many cloud services, enter the WebDAV URL, username and password.
  
 <note tip> <note tip>
 VA Cloud Storage URL: VA Cloud Storage URL:
  
-''https://cloud.virtualarchitects.com/remote.php/dav/files/<username/''+''https://cloud.virtualarchitects.com/remote.php/dav/files/<username>/''
 </note> </note>
  
-<note>**Copy**: copy files from source to dest, skipping identical files+<note>**Copy**: copy files from source to dest, skipping identical files, does not delete files on destination
  
-**Sync**: copy files from source to dest, delete anything else on destination</note>+**Sync**: make destination the sames as source, delete anything else on destination</note>
  
 ==== Copy ==== ==== Copy ====
Line 52: Line 54:
 --dry-run --dry-run
 --progress --progress
---log-file mylogfile.txt 
---log-level INFO 
 </file> </file>
  
-https://rclone.org/docs/#log-level-level+==== Sync ====
  
-Log levels are, from least verbose to most: ERROR or NOTICE or INFO or DEBUG+<file> 
 +.\rclone.exe sync ... 
 +</file>
  
-The defaultNOTICE, is usually sufficient.+The sync subcommand **makes the source and destination identical**modifying only the destination.  Files in the destination not in source are deleted.
  
 ==== Exclusions ==== ==== Exclusions ====
Line 70: Line 72:
 <file> <file>
 --exclude '.**' --exclude '.**'
 +</file>
 +
 +==== Logging ====
 +
 +https://rclone.org/docs/#log-level-level
 +
 +Log levels are, from least verbose to most: **ERROR** or **NOTICE** or **INFO** or **DEBUG**.  The default, NOTICE, is usually sufficient.
 +
 +<file>
 +--log-file mylogfile.txt
 +--log-level INFO
 </file> </file>
computing/windows/sync_tools.1672331178.txt.gz · Last modified: 2022/12/29 09:26 by gcooper