Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1.27 KB

README.md

File metadata and controls

35 lines (31 loc) · 1.27 KB

CloudCover

Autho backuper for your flash drive. When drive connect to PC CloudCover authomaticly upload your files to cloud(while only Yandex.Disk). Files uploads by config. This advisable when you for goting make backup or lost already 3-rd flash drive.

Usage

For usage you need:

  1. OAuth token of your cloud drive
  2. List of dirs and filetypes
  3. Add programm to autho run

All that specified in appConfig.json

{
  "token": "OAuthToken",
  "FileDirFilter": {
    "E \\Docs": "*.docx"
  }

}

*Spacing after drive letter needs for correct JSON. ':' indentifies as and of key.
token need for executuing operations on your cloud-drive
FileDirFilter - specifies where and which files fetch to upload.

How get OAuth token

  1. For Yadex.Disk

Whats next ?

  1. Add more speed.
  2. Add Google Disk
  3. Add configurable cloud-drive
  4. Add resotre mode from cloud-drive