How to backup in Windows using rclone

hi,
thanks for sharing.
tho might change the topic category from help and support to howto guides.

i run a variation of your command that:
--- does not to mangle the file names
--- saves log file per run
--- easier to recover from ransomware/disaster

@set name=py
rclone sync c:\apps\%name% backup:%name%/current --backup-dir=backup:%name%/old/%datetime% --log-level INFO --log-file=c:\apps\rclone\logs\%name%\%datetime%.log

and might want to check out my howto guide about using VSS.
https://forum.rclone.org/t/i-want-to-share-how-to-enable-vss-for-rclone/11644

1 Like