From 875ad8a646390c89aba1521abf70870f6910333f Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Wed, 31 May 2017 15:11:56 -0700 Subject: [PATCH] MAINT: Minor updates to backup script --- README.md | 4 ++-- rsync_excludes.txt | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f17b3ae..cfa21b2 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,6 @@ $ ./install $ curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim $ vim +PlugInstall $ mkdir ~/bin -$ git clone https://github.com/laurent22/rsync-time-backup ~/.rsync-time-backup -$ ln -s ~/.rsync-time-backup/rsync_tmbackup.sh ~/bin/rsync_tmbackup.sh +$ git clone https://github.com/laurent22/rsync-time-backup ~/bin/.rsync-time-backup +$ ln -s ~/bin/.rsync-time-backup/rsync_tmbackup.sh ~/bin/rsync_tmbackup.sh ``` diff --git a/rsync_excludes.txt b/rsync_excludes.txt index 8d38ba6..eeaef8b 100644 --- a/rsync_excludes.txt +++ b/rsync_excludes.txt @@ -3,10 +3,13 @@ - node_modules - __pycache__ - *.pyc -- .nvim/plugged/ -- .vim/plugged/ +- Applications/ - Library/ - miniconda3/ - tmp/ - .cache/ - .npm/ +- .Trash/ +- .cpan/ +- .nvim/plugged/ +- .vim/plugged/