forked from brettalton/rsync-over-ssh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
18 lines (13 loc) · 708 Bytes
/
Copy pathREADME
File metadata and controls
18 lines (13 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Julian Wissmann < [email protected]>
Based on the great rsync-ssh script by
Brett Alton <[email protected]>
http://brettalton.com
INFO:
* you can either run this script using 'run' then 'push' or 'pull', you can install it using 'install' then 'push' or 'pull' or you can choose the 'uninstall' option to remove previously installed files
* if rsync/ssh are both prompting you for your password and it should be automatic, run 'rsync.sh uninstall' and then try again
DIRECTORIES CREATED:
* $HOME/
* bin
* cron
* logs
# USAGE: ./hbaseexport.sh ['uninstall' | 'install' | 'run'] ['push' | 'pull'] [local_dir] [remote_user] [remote_host] [remote_dir] [remote_ssh_port] [table_name]