Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 675 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 675 Bytes

YandexDiskSync

Short scripts to sync your dirs with YandexDisk

You can push directories to the cloud and pull them up from there, using YandexAPI.

Install

To install you should clone this repo and run next command:

chmod u+x install.sh
chmod u+x yadisk.sh
./install.sh

Also You need to get OAuth-token from link

Usage

To use run next next command:

./yadisk.sh [action] [dirName]
  • [action] - push or pull

  • [dirName] - name of the folder for the action

Libs