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}/"
- ./know/ corporeal resources
- ./know/music/ Musical Playlists
- ./know/music/5fb3-deja-muse.md A 2020 Musical Playlist
- ./know/Nevermind.pdf life management
- ./know/Operations.pdf Proceeding Operations, brief graphical format
- ./know/ProOps Proceeding Operations Framework, text detail
- ./boot bootstrap scripts for various OS
- ./boot/nbsd/rc.sh invoke NetBSD bootstrap with CI/CD enhancements
- ./boot/nbsd/tai64n-inst.sh tai64n and tai64nlocal installer
- ./mkinst/skel-inst.sh backup and install skel files
- ./skel default user env (enhanced replacement)
- ./src/gpw pronounceable password generator
- ./src/multitee/multitee-3.0a/ build multitee-3.0 with modern compilers
- ./sub/backlink.sh rsync hardlink snapshot backups
- ./sub/cc2netblock.sh Country-Code to CIDR translator
- ./sub/fn.bash functions to enhance bash shell
- ./sub/prequeue in transaction, smtp filter
- ../felidae Felidae AI/ML image classifier
- rust translation PR for nm2rgb.py
-
OSX Ventura rsync to msdos/usb fail --- apple discussion 254383328, breaks rsync maintenance of IoT micro sd flash memory, github rsync issue
-
_mbsetupuser uses /bin/bash --- Macs ship with a 2007 version of bash, supported or not?
-
Github Copilot docs update? Not today... Issue #19579 PR #18833
-
[https://github.com/tmux/tmux/issues/3220](tmux/tmux #3220) Add a comand line option to disable acl checking... nope!
-
rmind/npf #113 Solution Refer to range of IPs and use of wildcards
-
skafdasschaf/latex-pgfgantt #7 Request/Alternative High resolution time for gantt event analytics with pgfgantt
-
dylanaraps/pure-bash-bible #127 Hint exit behavior in functions
-
Homebrew/brew #6637 Solution 'keep' packages and 'orphaned' dependencies...
-
dylanaraps/pure-bash-bible #82 Reference more rationale for not using #!/bin/bash?
-
pyenv/pyenv #1359 Reference Update shell configuration info in README
-
pyenv/pyenv #1347 Reference is putting
eval "$(pyenv init -)"
in~/.bash_profile
really a good suggestion? -
usnistgov/OSCAL #349 Alternative Consider using leading zeros in OSCAL Content Identifiers