mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
Modified the backup alias to include statistics
This commit is contained in:
@@ -62,7 +62,7 @@ alias urlencode='python -c "import sys, urllib as ul; print ul.quote_plus(sys.ar
|
||||
alias ding="tput bel"
|
||||
|
||||
# Backs files up using rsync, not preserving linux perms (for external drives)
|
||||
alias backup="rsync -vrltD --progress"
|
||||
alias backup="rsync -vrltD --progress --stats"
|
||||
# Intuitive map function
|
||||
# For example, to list all directories that contain a certain file:
|
||||
# find . -name .gitattributes | map dirname
|
||||
|
||||
Reference in New Issue
Block a user