a script based on rsync for synchronizing files.
A script based on rsync for synchronizing files written in python.
Install
pip install psync
Usage
- 
Generate the default configuration file:
psync --generate_configthen modify
~/.psync_config.pyfor remote host and directory config. - 
Upload the whole directory, just type:
psync - 
Upload some files, use:
psync f1 f2 f3 - 
For more usages, see:
psync --helpfrom https://github.com/Onway/psync 
No comments:
Post a Comment