dmitry-brazhenko / docker-megacmd

Docker image for MEGAcmd

Home Page:https://hub.docker.com/r/carlosroman/megacmd/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEGAcmd - Command Line Interactive and Scriptable Application

This Docker image provide the MEGAcmd which gives non UI access to MEGA services. It intends to offer all the functionality with your MEGA account via commands. It features synchronization, backup of local folders into your MEGA account and a webdav/streaming server.

Usage

docker create \
	--name megacmd \
	-v <path/to/data/to/sync>:/data \
	carlosroman/megacmd

About

Docker image for MEGAcmd

https://hub.docker.com/r/carlosroman/megacmd/

License:MIT License


Languages

Language:Dockerfile 100.0%