Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 835 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 835 Bytes

Windows cloud sync service.

Simplify making a all-in-one local file system to cloud object storage synchronization service.

This is an alternative to having a google drive mounted locally, dropbox or similar. It is meant to be as simple and fail-proof as possible, and to run in a server environment.

Components

  • rclone is a system for synchronizing local and remote files.
  • nssm, the Non-Sucking Service Manager is a simple service manager for Windows

Usage

This assumes you are running on Windows Server 2012 R2

Set-ExecutionPolicy Unrestricted

Then save the win-cloud-sync.ps1 file to local disk and run it (.\win-cloud-sync.ps1) from within a shell window.