Skip to content

thelittlefireman/docker-megacmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

## usage

it's an interactive docker for mega-cmd ie: it stop at the end of the sync,put, get commande

### exemple

Sync

docker run --rm --name mega-cmd -e USERNAME='email' -e PASSWORD='password'-e MEGACMD="mega-sync /upload /uploadremote" \
-v 'folder to upload':/upload -v ${PWD}/logs:/root/.megaCmd thelittlefireman/docker-megacmd:latest
docker run --rm --name mega-cmd -e USERNAME='email' -e PASSWORD='password'-e MEGACMD="mega-put /upload" \
-v 'folder to upload':/upload -v ${PWD}/logs:/root/.megaCmd thelittlefireman/docker-megacmd:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published