Multiple updates:
add restic to common aliases update puppet functions/modules add restic-backup command
This commit is contained in:
@@ -72,7 +72,7 @@ alias ypush="yadm push && yadm push origin master"
|
||||
# fix commands
|
||||
alias ipcalc='~/.local/bin/ipcalc -n'
|
||||
alias mpv="mpv -hwdec=vdpau"
|
||||
alias ifstat="/usr/bin/ifstat"
|
||||
alias ifstat="/usr/local/bin/ifstat"
|
||||
alias snapper="sudo /usr/bin/snapper"
|
||||
alias ap="~/.local/bin/ansible-playbook"
|
||||
|
||||
|
||||
@@ -74,6 +74,10 @@ ncurl() {
|
||||
curl --netrc-file <(pass show personal/netrc) "$@"
|
||||
}
|
||||
|
||||
export GPG_TTY=$(tty)
|
||||
export RESTIC_REPOSITORY=s3:https://radosgw.service.consul/restic-personal
|
||||
export RESTIC_PASSWORD_COMMAND="pass show personal/restic/metabox"
|
||||
|
||||
# create function later:
|
||||
# large image heavy pdf into smaller pdf
|
||||
# below will:
|
||||
|
||||
Reference in New Issue
Block a user