GithubHelp home page GithubHelp logo

robgolding / backtrac Goto Github PK

View Code? Open in Web Editor NEW
11.0 11.0 1.0 3.89 MB

Backtrac is a version centric backup system for office and professional use.

Home Page: http://robgolding.com

License: Other

JavaScript 56.97% Python 43.03%

backtrac's People

Contributors

robgolding avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

priestd09

backtrac's Issues

inotify on Mac OS X

On starting up the Django server in this project I get two problems, the first a simple deprecation warning, and second is a problem with inotify. I am running Mac OS X 10.6.6.

Here are the server logs and the eventual stack trace.

[29/Jan/2011 14:37:15] "GET / HTTP/1.1" 302 0
/Users/marcus/.virtualenvs/backtrac/src/django/django/core/context_processors.py:27: DeprecationWarning: The context processor at `django.core.context_processors.auth` is deprecated; use the path `django.contrib.auth.context_processors.auth` instead.
  DeprecationWarning
[29/Jan/2011 14:37:16] "GET /dashboard/ HTTP/1.1" 200 75767
[29/Jan/2011 14:37:16] "GET /static/css/blueprint/screen.css HTTP/1.1" 304 0
[29/Jan/2011 14:37:16] "GET /static/css/blueprint/plugins/buttons/screen.css HTTP/1.1" 304 0
[29/Jan/2011 14:37:16] "GET /static/css/blueprint/print.css HTTP/1.1" 304 0
[29/Jan/2011 14:37:16] "GET /static/css/style.css HTTP/1.1" 304 0
[29/Jan/2011 14:37:16] "GET /static/js/jquery-1.3.2.min.js HTTP/1.1" 304 0
[29/Jan/2011 14:37:16] "GET /static/js/jquery.formset.js HTTP/1.1" 304 0
[29/Jan/2011 14:37:17] "GET /static/js/jquery.flot.js HTTP/1.1" 304 0
[29/Jan/2011 14:37:17] "GET /static/img/backtrac-6.png HTTP/1.1" 304 0
[29/Jan/2011 14:37:17] "GET /__debug__/m/js/toolbar.min.js HTTP/1.1" 304 0
[29/Jan/2011 14:37:17] "GET /static/img/icons/famfamfam/error.png HTTP/1.1" 304 0
[29/Jan/2011 14:37:17] "GET /__debug__/m/css/toolbar.min.css HTTP/1.1" 304 0
Process Process-1:
Traceback (most recent call last):
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/multiprocessing/process.py", line 231, in _bootstrap
    self.run()
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/multiprocessing/process.py", line 88, in run
    self._target(*self._args, **self._kwargs)
  File "/Users/marcus/Documents/projects/backtrac/backtrac/../backtrac/apps/core/utils/__init__.py", line 27, in get_server_status
    from backtrac.client import BackupClient
  File "/Users/marcus/Documents/projects/backtrac/backtrac/../backtrac/client/__init__.py", line 1, in <module>
    from client import BackupClient
  File "/Users/marcus/Documents/projects/backtrac/backtrac/../backtrac/client/client.py", line 12, in <module>
    from twisted.internet import reactor, inotify
  File "/Users/marcus/.virtualenvs/backtrac/lib/python2.6/site-packages/twisted/internet/inotify.py", line 30, in <module>
    from twisted.python import log, _inotify
  File "/Users/marcus/.virtualenvs/backtrac/lib/python2.6/site-packages/twisted/python/_inotify.py", line 92, in <module>
    initializeModule(libc)
  File "/Users/marcus/.virtualenvs/backtrac/lib/python2.6/site-packages/twisted/python/_inotify.py", line 82, in initializeModule
    raise ImportError("libc6 2.4 or higher needed")
ImportError: libc6 2.4 or higher needed

IntegrityError when uploading lots of files from inotify events

When a large number of files are placed inside a watched directory, the client begins to upload them to the server as normal. Sometimes, however, an IntegrityError is thrown on the server stating that an Item object with the given "parent" and "name" already exists (and these fields must be unique together).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.