new alias netpush
authorChris Koeritz <fred@gruntose.com>
Tue, 10 Jan 2017 20:13:49 +0000 (15:13 -0500)
committerChris Koeritz <fred@gruntose.com>
Tue, 10 Jan 2017 20:13:49 +0000 (15:13 -0500)
commit4b976b0e020ea5b6b2f2ffe884048f9785c5b2c5
treeb1620ea318d4f7fd22fd49bc0f0949055b79ae0d
parent5a5fae904b6f01df0eadbc6e397827fc7d47c8af
new alias netpush

got tired of typing the same old parameters to rsync, or sometimes still accidentally calling rcp instead, so now have an alias called 'netpush' that just does an 'rsync -avz' to move files or folders to remote (or local) targets.  remember to use the syntax for the destination with the hostname, colon, and path.  for example: netpush myfile surya:.  (copies myfile to the machine surya in the home directory of the user).
scripts/core/common.alias