An open API service indexing awesome lists of open source software.

https://github.com/toliak/yandexdiskrsync

Synchronization of the specified directories in Yandex Disk (yadisk) and the local PC
https://github.com/toliak/yandexdiskrsync

backup console yandex-disk yandex-disk-client

Last synced: 2 months ago
JSON representation

Synchronization of the specified directories in Yandex Disk (yadisk) and the local PC

Awesome Lists containing this project

README

        

# Yandex Disk RSync

**Yandex Disk RSync** is the app that provides minimalistic CLI interface
for local and [Yandex Disk](https://disk.yandex.ru/) storage synchronization.

The application is the wrapper over [ydcmd](https://github.com/abbat/ydcmd)
project and uses its SDK.

# Requirements

- OS Windows / Linux / macOS
- Python 3.7 or above

# Installation

## Linux / macOS into global scope

```bash
# 1. Clone the repository into the temporary directory
cd /tmp
git clone https://github.com/Toliak/YandexDiskRSync

# 2. Install the application
cd YandexDiskRSync
python setup.py install

# 3. Add startup script
YDR_PATH=$( python -c "import yandex_disk_rsync; print(yandex_disk_rsync.__path__[0])" )
cat > /usr/local/bin/ydsync < $HOME/.local/bin/ydsync <