Added full rsync backup

This commit is contained in:
2018-12-20 01:57:47 -05:00
parent 7abdbfa9d9
commit 1c200b74a7
7 changed files with 35 additions and 15 deletions

View File

@@ -262,7 +262,7 @@ function gcm(){ echo git commit -m \""$1"\" ; }
function psgi() {
git add .
git commit -m -S '.'
git commit -mS '.'
git push
}
alias gps="git push"