Skip to content

johncsnyder/autobup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

autobup does auto bup using fsevents

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages