Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vangorra/rclone-monitor-docker

Monitors a directory for changes and moves those files with rclone.
https://github.com/vangorra/rclone-monitor-docker

Last synced: about 2 months ago
JSON representation

Monitors a directory for changes and moves those files with rclone.

Awesome Lists containing this project

README

        

# rclone-monitor-docker
Monitors a directory for changes and moves those files with rclone.

## Quickstart
- Get and configure rclone for your preferred cloud provider.
- Launch the container
```
docker run \
--name rclone-monitor \
--volume /path/to/rclone/config/dir:/config \
--volume /path/to/directory/to/monitor:/files \
vangorra/rclone-monitor-docker \
--destination GoogleDrive:Scanned
```

## Usage
```
usage:
--destination The destination to copy the files. (required)
--unique-filenames Makes all file names unique when uploading.
```