Skip to content

broAir/CloudSyncUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

CloudSyncUtil

##Description

This tool allows you to sync custom files/path from fylesystem to your Gdrive/Dropbox account just by hitting the .exe file.

##Configuration

Configuring is very simple.

Paths

The only thing that you need to specify is the pipe-separated file list for sync in the App.config file:

<add key="Google.Files" value="D://my/myfolder/test.txt | C://other/otherfolder/myfile2.txt" />

By default it will force the same folder structure as it was on the file system.

If you want to change the folder structure, you can specify a new path after semicolon:

<add key="Google.Files" value="D://my/myfolder/myfile.txt;new/newfolder/" />

Wildcards

It also supports wildcards, as follows:

One asterisk (*) will sync ALL files UNDER myfolder (not including inner folders)

<add key="Google.Files" value="D://my/myfolder/*" />

Two asterisks (**) will sync ALL files UNDER myfolder RECURSIVELY:

<add key="Google.Files" value="D://my/myfolder/**" />

Advanced

There is a number of advanced configuration options that probably should not be changed.

All those options are documented inside the App.config file.

Make sure that you know what you doing when you change them.

Personally, I don't see a scenario when you ever will need to change those.

About

Utility for simplified could file synchronization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages