MAINT: Wrapping up on darwin
This commit is contained in:
parent
66e3a611e0
commit
d4f5aeb4a6
2 changed files with 11 additions and 1 deletions
|
@ -13,3 +13,12 @@
|
||||||
- .cpan/
|
- .cpan/
|
||||||
- .nvim/plugged/
|
- .nvim/plugged/
|
||||||
- .vim/plugged/
|
- .vim/plugged/
|
||||||
|
- .conda/
|
||||||
|
- .mail/
|
||||||
|
- .dropbox/
|
||||||
|
- .wine/
|
||||||
|
- .cisco/
|
||||||
|
- .fzf/
|
||||||
|
- .local/
|
||||||
|
- .zprezto/
|
||||||
|
- .conda-bld/
|
||||||
|
|
|
@ -52,10 +52,11 @@ function back_things_up() {
|
||||||
date=$(date +"%Y-%m-%d-%H%M%S")
|
date=$(date +"%Y-%m-%d-%H%M%S")
|
||||||
# TODO: update this...
|
# TODO: update this...
|
||||||
dest_root="/Volumes/field_on_fire/$HOST"
|
dest_root="/Volumes/field_on_fire/$HOST"
|
||||||
rsync -azPE \
|
rsync -azP \
|
||||||
--stats \
|
--stats \
|
||||||
--human-readable \
|
--human-readable \
|
||||||
--itemize-changes \
|
--itemize-changes \
|
||||||
|
--size-only \
|
||||||
--link-dest=$dest_root/latest \
|
--link-dest=$dest_root/latest \
|
||||||
--exclude-from $HOME/.dotfiles/rsync_excludes.txt \
|
--exclude-from $HOME/.dotfiles/rsync_excludes.txt \
|
||||||
$HOME/ \
|
$HOME/ \
|
||||||
|
|
Loading…
Add table
Reference in a new issue