MAINT: Wrapping up on darwin

This commit is contained in:
Matthew Ryan Dillon 2019-02-24 10:45:36 -07:00
parent 66e3a611e0
commit d4f5aeb4a6
2 changed files with 11 additions and 1 deletions

View file

@ -13,3 +13,12 @@
- .cpan/
- .nvim/plugged/
- .vim/plugged/
- .conda/
- .mail/
- .dropbox/
- .wine/
- .cisco/
- .fzf/
- .local/
- .zprezto/
- .conda-bld/

View file

@ -52,10 +52,11 @@ function back_things_up() {
date=$(date +"%Y-%m-%d-%H%M%S")
# TODO: update this...
dest_root="/Volumes/field_on_fire/$HOST"
rsync -azPE \
rsync -azP \
--stats \
--human-readable \
--itemize-changes \
--size-only \
--link-dest=$dest_root/latest \
--exclude-from $HOME/.dotfiles/rsync_excludes.txt \
$HOME/ \