Synchronised folder across multiple devices
moonmen can be used with two commands server
and client
It is recommended to create virtual environment to run this application and install the dependencies inside this virtual environment
- Clone this repository with
git clone https://github.com/acabhishek942/moonmen.git
cd moonmen
pip3 install -r requirements.txt
python3 moonmen/start.py server -p 8124 -d /Users/ac/Moonmen/MoonmenServer -b ./.moonmen-server-backup
python3 moonmen/start.py client -o 192.168.43.201 -p 8124 -d /Users/ac/Moonmen/MoonmenClient -b ./.moonmen-client-bckup
use python3 moonmen/start.py (server|client) --help
to see all the arguments that can be passed