/ Published in: Bash
Expand |
Embed | Plain Text
#assuming a windows box with Cygwin installed: #save new code rsync -a --delete /cygdrive/e/cb /cygdrive/c/nsussman_thumb_drive/cb #whatever is currently in environment rsync -a --delete /cygdrive/e/environment /cygdrive/c/nsussman_thumb_drive/environment #.emacs, .abbrev-defs rsync -a --delete /cygdrive/c/.* /cygdrive/c/nsussman_thumb_drive/environment #.bashrc, .profile, .history rsync -a --delete ~/.* #emacs modules rsync -a --delete /cygdrive/c/emacs/site-lisp /cygdrive/c/nsussman_thumb_drive/environment/emacs/site-lisp
You need to login to post a comment.
