Skip to content
/ scpall Public

A little tool to scp files to multiple hosts at once.

Notifications You must be signed in to change notification settings

Evanthx/scpall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build this with Maven, and then add this alias:

function scpall { java -jar ~/projects/scpall/target/scpall-1.0.jar $1 $2 }

Create a file called /etc/clusters similar to this:

groupOne user@systemname user@systemname2 user@systemname3

THen you can just use the alias - scpall group2 filename

About

A little tool to scp files to multiple hosts at once.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages