Skip to content

georgalis/pub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

georgalis @ Github

The way I roll...

git archive --prefix ./pub/ main | gzip -c | ssh remote "tar xzf -"

or

h=srv r="$HOME/vcs/pub" t=$(cd /tmp && mktemp -d ./gitarch-XXXX)
cd "${r}" && git archive --prefix ${PWD##*/}/ HEAD | tar -C "/tmp/${t}" -xzf - \
 && rsync -vrtcpz --chmod=Fa-w "/tmp/${t}/${PWD##*/}/" root@${h}:/usr/local/${PWD##*/}/ \
 && rm -rf "/tmp/${t}/"
Shortcuts to major ./pub components

root

Other repositories

Public comments

About

All manner of public things...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published