@@ -17,14 +17,30 @@ USAGE:
1717 lssync [options] (local| remote):from_path... (local| remote):to_path
1818
1919OPTIONS:
20- --host servername, -H servername connect servernames
21- --list, -l print server list from config
22- --file filepath, -F filepath config file path
23- --parallel value, -P value parallel file sync count per host (default: 1)
24- --permission, -p copy file permission
25- --delete delete destination entries that do not exist in source
26- --help, -h print this help
27- --version, -v print the version
20+ --host value, -H value connect servernames
21+ --list, -l print server list from config
22+ --file value, -F value config file path (default: " /Users/blacknon/.lssh.conf" )
23+ --parallel value, -P value parallel file sync count per host (default: 1)
24+ --permission, -p copy file permission
25+ --delete delete destination entries that do not exist in source
26+ --help, -h print this help
27+ --version, -v print the version
28+
29+ COPYRIGHT:
30+ blacknon(blacknon@orebibou.com)
31+
32+ VERSION:
33+ lssh-suite 0.8.0 (beta/transfer)
34+
35+ USAGE:
36+ # local to remote sync
37+ lssync /path/to/local... remote:/path/to/remote
38+
39+ # remote to local sync
40+ lssync remote:/path/to/remote... /path/to/local
41+
42+ # remote to remote sync
43+ lssync remote:/path/to/remote... remote:/path/to/local
2844` ` `
2945
3046# # Overview
0 commit comments