/autobup

autobup does auto bup using fsevents

Primary LanguagePython

autobup

Auto bup backup using fsevents on OS X

  • tested on python 3

Example usage:

  • Run autobup -h to get help

  • Run in the background nohup autobup > /usr/local/var/log/autobup.log &

  • Requires MacFSEvents https://pypi.python.org/pypi/MacFSEvents

  • Example .bupignore file:

     .DS_Store
     test.egg-info
     .git
     __pycache__
     test/__pycache__
    

    Does not support glob patterns yet