Giter VIP home page Giter VIP logo

cuteborg's Introduction

Cuteborg

Third-party scheduler user interface for borgbackup.

Features:

  • Robust architecture (UI cannot crash scheduler, UI monitors scheduler).
  • Backups to remote and local repositories.
  • Support for repositories on removable and LUKS encrypted devices (mounts automatically, handles absence gracefully).
  • Schedule based on custom regular intervals
  • Qt-based system tray icon with schedule overview
  • CLI interface to control and monitor scheduler

Usage

Start scheduler (in foreground; add -d to daemonize):

cuteborg-scheduler -vvv run

Check status:

cuteborg-scheduler status

Stop scheduler (interrupts jobs which are currently running; borg can cope with that; they will be re-started on the next scheduler invocation):

cuteborg-scheduler stop

Start system tray icon (starts scheduler if not running):

qtborg-trayicon

cuteborg's People

Contributors

horazont avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cuteborg's Issues

Interesting

Hello,

thanks for cuteborg!
Could you please provide more information about the features and maybe some screenshots?

How does cuteborg interact with borg? I am asking because it would be very useful for me if I could run cuteborg on my windows machine to monitor/remotecontrol borg on my linux machine.

Greetings,
Hendrik

ImportError: No module named 'dbus'

On trying to run cuteborg in an virtualenv I get the following missing package:

~/borg/cuteborg $ cuteborg-scheduler -vvv run
Traceback (most recent call last):
  File "/home/bernd/.virtualenvs/cuteborg/bin/cuteborg-scheduler", line 11, in <module>
    load_entry_point('cuteborg', 'console_scripts', 'cuteborg-scheduler')()
  File "/home/bernd/.virtualenvs/cuteborg/lib/python3.5/site-packages/pkg_resources/__init__.py", line 487, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/home/bernd/.virtualenvs/cuteborg/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2728, in load_entry_point
    return ep.load()
  File "/home/bernd/.virtualenvs/cuteborg/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2346, in load
    return self.resolve()
  File "/home/bernd/.virtualenvs/cuteborg/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2352, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/home/bernd/borg/cuteborg/cuteborg/scheduler/cli.py", line 35, in <module>
    from . import core, status, protocol
  File "/home/bernd/borg/cuteborg/cuteborg/scheduler/core.py", line 44, in <module>
    from . import utils, protocol, wctsleep, jobs, devices
  File "/home/bernd/borg/cuteborg/cuteborg/scheduler/devices.py", line 28, in <module>
    import dbus
ImportError: No module named 'dbus'

Which dbus package is used within cuteborg? Is using a virtualenv possible without the --system-site-package flag?

Build Error

When I want to build it I get the following error:

./utils/buildui.py -5 data/ui/manager/ui_edit_job.ui qtborg/manager/ui_edit_job.py
Traceback (most recent call last):
  File "./utils/buildui.py", line 27, in <module>
    with open(args.pyfile, "w") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'qtborg/manager/ui_edit_job.py'
make: *** [qtborg/manager/ui_edit_job.py] Error 1

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.