Monitor events and automatically synchronize files to the infini-cloud cloud using the rclone tool.
-
Install rclone
> winget install Rclone.Rclone -
Set up rclone
- Add a new remote
> rclone config -
Configure paths
The path name cannot contain Chinese characters.
FileSync.ps1
# local path $local_folder = '' # remote path $remote_folder = ''
Startup_FileSync.vbs
' Script path scriptPath = ""
-
Set up auto-start on boot
- Press
Win+Rto open the Run dialog, then typeshell:startup - Copy the
Startup_FileSync.vbsfile into the folder
- Press