MAINT: Minor updates to backup script

This commit is contained in:
Matthew Ryan Dillon 2017-05-31 15:11:56 -07:00
parent e4660141e6
commit 875ad8a646
2 changed files with 7 additions and 4 deletions

View file

@ -13,6 +13,6 @@ $ ./install
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim $ curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
$ vim +PlugInstall $ vim +PlugInstall
$ mkdir ~/bin $ mkdir ~/bin
$ git clone https://github.com/laurent22/rsync-time-backup ~/.rsync-time-backup $ git clone https://github.com/laurent22/rsync-time-backup ~/bin/.rsync-time-backup
$ ln -s ~/.rsync-time-backup/rsync_tmbackup.sh ~/bin/rsync_tmbackup.sh $ ln -s ~/bin/.rsync-time-backup/rsync_tmbackup.sh ~/bin/rsync_tmbackup.sh
``` ```

View file

@ -3,10 +3,13 @@
- node_modules - node_modules
- __pycache__ - __pycache__
- *.pyc - *.pyc
- .nvim/plugged/ - Applications/
- .vim/plugged/
- Library/ - Library/
- miniconda3/ - miniconda3/
- tmp/ - tmp/
- .cache/ - .cache/
- .npm/ - .npm/
- .Trash/
- .cpan/
- .nvim/plugged/
- .vim/plugged/