Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

FileSync for rclone

Monitor events and automatically synchronize files to the infini-cloud cloud using the rclone tool.

Instructions

  1. Install rclone

    > winget install Rclone.Rclone
  2. Set up rclone

    • Add a new remote
    > rclone config
  3. 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 = ""
  4. Set up auto-start on boot

    • Press Win + R to open the Run dialog, then type shell:startup
    • Copy the Startup_FileSync.vbs file into the folder

About

Monitor events and automatically synchronize files to the infini-cloud cloud using the rclone tool.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages