Mutagen sync is a file synchronization utility. It can be used to synchronize code between your local folders and a remote machine.
Mutagen sync utility is a php wrapper command aimed to help to run mutagen sync comment towards many synchronization sessions.
Github: https://github.com/magmaconsulting/mutagen-sync-cli-utility
Install
Download file pahr bin from github and save into ~/bin/msu or in a directory in your execution path.
Usage
List all sessions:
msu
List all active sessions:
msu -a
List all sessions containing “tos”:
msu tos
Pause all sessions containing “tos”:
msu tos --pause
Pause all sessions without asking:
msu --pause -n
Resume session “tos-co1d”:
msu tos-co1d --resume
Show help:
msu --help
Leave a Reply