Mercurial
>
repos
>
borgend
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
zip
gz
bz2
help
graph
The revision graph only works with JavaScript-enabled browsers.
Add skeleton pyproject.toml
2021-12-05
, by Tuomo Valkonen
Experiment with pyproject.toml.
draft
2021-12-05
, by Tuomo Valkonen
Add borgend.spec for PyInstaller as an option.
draft
2021-12-05
, by Tuomo Valkonen
Rewrite setup.py; seems to help with py2app
2021-12-05
, by Tuomo Valkonen
Move borgend.py as borgend/___main__.py
2021-12-05
, by Tuomo Valkonen
Need to time menu updates using Apple's frameworks to avoid segfaults.
2021-12-04
, by Tuomo Valkonen
Fix YAML warning
2020-10-30
, by Tuomo Valkonen
typofix
2020-04-21
, by Tuomo Valkonen
Update Borg Backup link to main website.
2020-04-21
, by Tuomo Valkonen
Improve installation instructions;
2020-04-21
, by Tuomo Valkonen
Improve installation instructions
2020-04-20
, by Tuomo Valkonen
LICENSE update; option (c).
2020-04-20
, by Tuomo Valkonen
Adapt README to be directly useful for the website
2020-04-20
, by Tuomo Valkonen
Move license to its own LICENSE file.
2020-04-20
, by Tuomo Valkonen
screenshot, typofixes
2018-12-05
, by Tuomo Valkonen
Horrible py2app hack
2018-09-19
, by Tuomo Valkonen
py2app is a waste of my life.
2018-09-18
, by Tuomo Valkonen
Fixed error handling of launch of borg fails
2018-09-18
, by Tuomo Valkonen
py2app is fucked up shit that couldn't find a packages with staring at it
2018-09-18
, by Tuomo Valkonen
xdg include fix?
2018-09-18
, by Tuomo Valkonen
Pruning scheduling fix
2018-08-15
, by Tuomo Valkonen
Changed one .debug message to .info
2018-02-16
, by Tuomo Valkonen
Disable Notification Centre notifications.
2018-02-14
, by Tuomo Valkonen
Time snapshot fixes.
2018-02-07
, by Tuomo Valkonen
UI time display fixes
2018-02-06
, by Tuomo Valkonen
Changed dreamtime calculation.
2018-02-06
, by Tuomo Valkonen
Oops, removed stray reset of menu entry info
2018-02-06
, by Tuomo Valkonen
Better error reporting logic.
2018-02-05
, by Tuomo Valkonen
Error status wasn't correctly transmitted to UI after recent changes.
2018-02-05
, by Tuomo Valkonen
Oops, a zero retry_interval check had gone missing in scheduling reorganisation.
2018-02-05
, by Tuomo Valkonen
Added exeption protection decorators to callbacks.
2018-02-05
, by Tuomo Valkonen
Various tray menu fixes
2018-02-04
, by Tuomo Valkonen
Added some debug log messages
2018-02-04
, by Tuomo Valkonen
Missing notify in scheduler sleep/wake callback
2018-02-04
, by Tuomo Valkonen
Changed scheduler busylooping method, and decreased precision to 5 minutes:
2018-02-04
, by Tuomo Valkonen
Part 2 of handling macOS sleep/wake signal brokenness.
2018-02-04
, by Tuomo Valkonen
macOS "sleep" signals / status are complete bollocks:
2018-02-04
, by Tuomo Valkonen
Oops, log display wasn't working due to missing import
2018-01-31
, by Tuomo Valkonen
Added pause feature
2018-01-31
, by Tuomo Valkonen
Pruning support
2018-01-31
, by Tuomo Valkonen
Backup scheduling fixes in case of an initial backup
2018-01-29
, by Tuomo Valkonen
Fixes to borg output processing after testing on a Linux system
2018-01-29
, by Tuomo Valkonen
Make dreamtime module not throw up on non-macOS systems
2018-01-29
, by Tuomo Valkonen
README <80-line formatting, etc.
2018-01-29
, by Tuomo Valkonen
Show log directory in --help
2018-01-29
, by Tuomo Valkonen
Oops; _resort needs to mark ev.linked=False to avoid assertion errors in _insert.
2018-01-29
, by Tuomo Valkonen
Removed now unused code for obtaining a sub-logger
2018-01-29
, by Tuomo Valkonen
Added author information headers and content information to source files
2018-01-29
, by Tuomo Valkonen
Added dummy entries in log reader for question prompts from borg
2018-01-29
, by Tuomo Valkonen
Better recovery from errors; fixes to potential race conditions in scheduler and repository queue
2018-01-28
, by Tuomo Valkonen
Can use logging.getLogger directly now after proper packageisation
2018-01-28
, by Tuomo Valkonen
On startup, for better scheduling, obtain previous backup time with 'borg list'
2018-01-28
, by Tuomo Valkonen
A few things had not been updated to module reorganisation
2018-01-28
, by Tuomo Valkonen
Mention dreamtime in README
2018-01-28
, by Tuomo Valkonen
Enable Ctrl+C in MacOS UI mode.
2018-01-28
, by Tuomo Valkonen
files log config
2018-01-28
, by Tuomo Valkonen
Better package-like organisation
2018-01-28
, by Tuomo Valkonen
Cleaned up module organisation to simplify borgend.py and not have to import it in other modules.
2018-01-28
, by Tuomo Valkonen
Renamed the "sleep" module "dreamtime"
2018-01-28
, by Tuomo Valkonen
DreamTime.monotonic() no longer needs to call time.monotonic()
2018-01-28
, by Tuomo Valkonen
Dreamtime scheduling: discount system sleep periods
2018-01-28
, by Tuomo Valkonen
UI refresh fix; added debug messages
2018-01-27
, by Tuomo Valkonen
Separated repository configuration form backup configuration;
2018-01-26
, by Tuomo Valkonen
Added --debug switch to enable debug logging level
2018-01-26
, by Tuomo Valkonen
Improved time display in menu
2018-01-26
, by Tuomo Valkonen
Changed retry timing to start form end of previous attempt instead of beginning
2018-01-26
, by Tuomo Valkonen
Do not set error status from borg output if loglevel = WARNING, only >= ERROR
2018-01-26
, by Tuomo Valkonen
Scheduling list fix and simplifications
2018-01-26
, by Tuomo Valkonen
Added basic sleep/wake detection code for MacOS
2018-01-26
, by Tuomo Valkonen
README Non-MacOS description fix
2018-01-25
, by Tuomo Valkonen
typofixes
2018-01-25
, by Tuomo Valkonen
README and config.example.yaml updates to describe queuing features
2018-01-25
, by Tuomo Valkonen
Repository queuing fixes
2018-01-25
, by Tuomo Valkonen
Oops..
2018-01-24
, by Tuomo Valkonen
Turned Status and Operation into classes instead of dictionaries
2018-01-24
, by Tuomo Valkonen
Made combination error-state into an error-state matrix, as well as Enum
2018-01-24
, by Tuomo Valkonen
py2app fails on several dependencies (xdg, pyyaml) that are satisfied
2018-01-24
, by Tuomo Valkonen
Oops, accidentally calling the wrong function (+log message clarification)
2018-01-24
, by Tuomo Valkonen
launch error handling fix
2018-01-24
, by Tuomo Valkonen
merge
2018-01-23
, by Tuomo Valkonen
pyyaml was missing from listed dependencies
2018-01-23
, by Tuomo Valkonen
Improved backup main thread loop, etc.
2018-01-23
, by Tuomo Valkonen
Basic repository queue
2018-01-22
, by Tuomo Valkonen
Generalisation of scheduler thread to general queue threads
2018-01-22
, by Tuomo Valkonen
Have to clean up logger handlers in same cases to avoid duplicate messages
2018-01-22
, by Tuomo Valkonen
crashfix
2018-01-22
, by Tuomo Valkonen
Logging improvements
2018-01-22
, by Tuomo Valkonen
Improved scheduler
2018-01-22
, by Tuomo Valkonen
reorder-fix
2018-01-22
, by Tuomo Valkonen
README configuration file location update
2018-01-22
, by Tuomo Valkonen
Unsuccesfull attempts at clean quit on exceptions that fall through
2018-01-22
, by Tuomo Valkonen
Further improvements to state reporting; indicate busyness if repository lock cannot be acquired
2018-01-21
, by Tuomo Valkonen
License note
2018-01-21
, by Tuomo Valkonen
Use platform package to detect whether to:
2018-01-21
, by Tuomo Valkonen
Moved logwindow dispay out of BorgendTray, and made notification_center
2018-01-21
, by Tuomo Valkonen
--no-tray command line option for running on non-MacOS systems
2018-01-21
, by Tuomo Valkonen
Improved exception reporting etc.
2018-01-21
, by Tuomo Valkonen
Just don't set a diffirent level for fifolog after all
2018-01-21
, by Tuomo Valkonen
Improved error indicators
2018-01-21
, by Tuomo Valkonen
README tune
2018-01-21
, by Tuomo Valkonen
Set FIFO log level to INFO
2018-01-21
, by Tuomo Valkonen
Python indexes from zero...
2018-01-21
, by Tuomo Valkonen
Log window and other logging improvements
2018-01-21
, by Tuomo Valkonen
Use rumps.application_support instead of xdg paths. Also separated branding into config.py
2018-01-21
, by Tuomo Valkonen
Error handling improvements
2018-01-21
, by Tuomo Valkonen
More logging detail
2018-01-21
, by Tuomo Valkonen
Added no_quit_menu_entry option
2018-01-21
, by Tuomo Valkonen
Something weird going on
2018-01-21
, by Tuomo Valkonen
Reorder
2018-01-21
, by Tuomo Valkonen
UI refresh delay to reduce flicker
2018-01-21
, by Tuomo Valkonen
typofix
2018-01-21
, by Tuomo Valkonen
Sample configuration file added along with a few words of documentation
2018-01-21
, by Tuomo Valkonen
Workaround to PYTHONPATH and PYTHONHOME being messed up by py2app.
2018-01-21
, by Tuomo Valkonen
#!python3 in script file
2018-01-21
, by Tuomo Valkonen
py2app standalone app generation
2018-01-21
, by Tuomo Valkonen
Errors as rumps notifications
2018-01-21
, by Tuomo Valkonen
Keychain support and random fixes
2018-01-20
, by Tuomo Valkonen
Display original/deduplicatd size if no progress percentage available
2018-01-20
, by Tuomo Valkonen
Oops..
2018-01-20
, by Tuomo Valkonen
Python is a mess..
2018-01-20
, by Tuomo Valkonen
Added offline symbol B⦙ (no offline detection yet)
2018-01-20
, by Tuomo Valkonen
More error reporting
2018-01-20
, by Tuomo Valkonen
UI: progress percentange support (Borg doesn't seem to be reporting) + error indicator in tray: B?
2018-01-20
, by Tuomo Valkonen
README/LICENSE
2018-01-20
, by Tuomo Valkonen
Fixed retry scheduling
2018-01-20
, by Tuomo Valkonen
New tray title: B. or B! depending on activity
2018-01-20
, by Tuomo Valkonen
Semi-working menu items.
2018-01-20
, by Tuomo Valkonen
Rumps/Mac UI stuff is fucked and disables ^C etc.; threading doesn't help
2018-01-20
, by Tuomo Valkonen
basic scheduling
2018-01-20
, by Tuomo Valkonen
Also listen to stdout
2018-01-20
, by Tuomo Valkonen
subprocess improvements
2018-01-19
, by Tuomo Valkonen
basic schedule calculation
2018-01-19
, by Tuomo Valkonen
Better borg output processing and some logging
2018-01-19
, by Tuomo Valkonen
Can launch borg now; output not yet processed
2018-01-19
, by Tuomo Valkonen
basic config processing
2018-01-19
, by Tuomo Valkonen
basic scheduler structure draft, etc.
2018-01-18
, by Tuomo Valkonen
Some rough drafting
2018-01-18
, by Tuomo Valkonen
less
more
|
(0)
tip