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
- Host: GitHub
- URL: https://github.com/toliak/yandexdiskrsync
- Owner: Toliak
- Created: 2021-02-11T07:59:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T08:31:49.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T06:54:44.090Z (3 months ago)
- Topics: backup, console, yandex-disk, yandex-disk-client
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 <