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.
Added dummy entries in log reader for question prompts from borg
Mon, 29 Jan 2018 09:21:07 +0000
, by Tuomo Valkonen
Better recovery from errors; fixes to potential race conditions in scheduler and repository queue
Sun, 28 Jan 2018 19:27:34 +0000
, by Tuomo Valkonen
Can use logging.getLogger directly now after proper packageisation
Sun, 28 Jan 2018 17:54:14 +0000
, by Tuomo Valkonen
On startup, for better scheduling, obtain previous backup time with 'borg list'
Sun, 28 Jan 2018 17:34:06 +0000
, by Tuomo Valkonen
A few things had not been updated to module reorganisation
Sun, 28 Jan 2018 14:56:13 +0000
, by Tuomo Valkonen
Mention dreamtime in README
Sun, 28 Jan 2018 12:59:20 +0000
, by Tuomo Valkonen
Enable Ctrl+C in MacOS UI mode.
Sun, 28 Jan 2018 12:41:50 +0000
, by Tuomo Valkonen
files log config
Sun, 28 Jan 2018 12:00:18 +0000
, by Tuomo Valkonen
Better package-like organisation
Sun, 28 Jan 2018 11:54:46 +0000
, by Tuomo Valkonen
Cleaned up module organisation to simplify borgend.py and not have to import it in other modules.
Sun, 28 Jan 2018 11:38:01 +0000
, by Tuomo Valkonen
Renamed the "sleep" module "dreamtime"
Sun, 28 Jan 2018 11:04:52 +0000
, by Tuomo Valkonen
DreamTime.monotonic() no longer needs to call time.monotonic()
Sun, 28 Jan 2018 11:01:45 +0000
, by Tuomo Valkonen
Dreamtime scheduling: discount system sleep periods
Sun, 28 Jan 2018 00:11:18 +0000
, by Tuomo Valkonen
UI refresh fix; added debug messages
Sat, 27 Jan 2018 12:19:39 +0000
, by Tuomo Valkonen
Separated repository configuration form backup configuration;
Fri, 26 Jan 2018 19:04:04 +0000
, by Tuomo Valkonen
Added --debug switch to enable debug logging level
Fri, 26 Jan 2018 10:35:00 +0000
, by Tuomo Valkonen
Improved time display in menu
Fri, 26 Jan 2018 10:31:21 +0000
, by Tuomo Valkonen
Changed retry timing to start form end of previous attempt instead of beginning
Fri, 26 Jan 2018 10:31:08 +0000
, by Tuomo Valkonen
Do not set error status from borg output if loglevel = WARNING, only >= ERROR
Fri, 26 Jan 2018 10:23:38 +0000
, by Tuomo Valkonen
Scheduling list fix and simplifications
Fri, 26 Jan 2018 09:27:07 +0000
, by Tuomo Valkonen
Added basic sleep/wake detection code for MacOS
Fri, 26 Jan 2018 00:11:47 +0000
, by Tuomo Valkonen
README Non-MacOS description fix
Thu, 25 Jan 2018 22:44:10 +0000
, by Tuomo Valkonen
typofixes
Thu, 25 Jan 2018 22:43:27 +0000
, by Tuomo Valkonen
README and config.example.yaml updates to describe queuing features
Thu, 25 Jan 2018 22:42:01 +0000
, by Tuomo Valkonen
Repository queuing fixes
Thu, 25 Jan 2018 22:34:55 +0000
, by Tuomo Valkonen
Oops..
Wed, 24 Jan 2018 22:23:51 +0000
, by Tuomo Valkonen
Turned Status and Operation into classes instead of dictionaries
Wed, 24 Jan 2018 22:04:16 +0000
, by Tuomo Valkonen
Made combination error-state into an error-state matrix, as well as Enum
Wed, 24 Jan 2018 20:18:45 +0000
, by Tuomo Valkonen
py2app fails on several dependencies (xdg, pyyaml) that are satisfied
Wed, 24 Jan 2018 09:19:42 +0000
, by Tuomo Valkonen
Oops, accidentally calling the wrong function (+log message clarification)
Wed, 24 Jan 2018 09:15:36 +0000
, by Tuomo Valkonen
launch error handling fix
Wed, 24 Jan 2018 00:20:10 +0000
, by Tuomo Valkonen
merge
Tue, 23 Jan 2018 22:55:00 +0000
, by Tuomo Valkonen
pyyaml was missing from listed dependencies
Tue, 23 Jan 2018 10:44:50 +0000
, by Tuomo Valkonen
Improved backup main thread loop, etc.
Tue, 23 Jan 2018 22:53:51 +0000
, by Tuomo Valkonen
Basic repository queue
Mon, 22 Jan 2018 22:23:01 +0000
, by Tuomo Valkonen
Generalisation of scheduler thread to general queue threads
Mon, 22 Jan 2018 21:07:34 +0000
, by Tuomo Valkonen
Have to clean up logger handlers in same cases to avoid duplicate messages
Mon, 22 Jan 2018 19:14:47 +0000
, by Tuomo Valkonen
crashfix
Mon, 22 Jan 2018 18:59:10 +0000
, by Tuomo Valkonen
Logging improvements
Mon, 22 Jan 2018 18:56:43 +0000
, by Tuomo Valkonen
Improved scheduler
Mon, 22 Jan 2018 18:16:51 +0000
, by Tuomo Valkonen
reorder-fix
Mon, 22 Jan 2018 12:04:19 +0000
, by Tuomo Valkonen
README configuration file location update
Mon, 22 Jan 2018 02:37:46 +0000
, by Tuomo Valkonen
Unsuccesfull attempts at clean quit on exceptions that fall through
Mon, 22 Jan 2018 00:12:51 +0000
, by Tuomo Valkonen
Further improvements to state reporting; indicate busyness if repository lock cannot be acquired
Sun, 21 Jan 2018 23:52:35 +0000
, by Tuomo Valkonen
License note
Sun, 21 Jan 2018 22:46:05 +0000
, by Tuomo Valkonen
Use platform package to detect whether to:
Sun, 21 Jan 2018 22:43:57 +0000
, by Tuomo Valkonen
Moved logwindow dispay out of BorgendTray, and made notification_center
Sun, 21 Jan 2018 22:38:01 +0000
, by Tuomo Valkonen
--no-tray command line option for running on non-MacOS systems
Sun, 21 Jan 2018 22:01:57 +0000
, by Tuomo Valkonen
Improved exception reporting etc.
Sun, 21 Jan 2018 21:32:48 +0000
, by Tuomo Valkonen
Just don't set a diffirent level for fifolog after all
Sun, 21 Jan 2018 18:32:14 +0000
, by Tuomo Valkonen
Improved error indicators
Sun, 21 Jan 2018 17:45:55 +0000
, by Tuomo Valkonen
README tune
Sun, 21 Jan 2018 17:36:03 +0000
, by Tuomo Valkonen
Set FIFO log level to INFO
Sun, 21 Jan 2018 17:20:00 +0000
, by Tuomo Valkonen
Python indexes from zero...
Sun, 21 Jan 2018 17:19:22 +0000
, by Tuomo Valkonen
Log window and other logging improvements
Sun, 21 Jan 2018 16:21:53 +0000
, by Tuomo Valkonen
Use rumps.application_support instead of xdg paths. Also separated branding into config.py
Sun, 21 Jan 2018 14:56:56 +0000
, by Tuomo Valkonen
Error handling improvements
Sun, 21 Jan 2018 14:34:35 +0000
, by Tuomo Valkonen
More logging detail
Sun, 21 Jan 2018 13:34:12 +0000
, by Tuomo Valkonen
Added no_quit_menu_entry option
Sun, 21 Jan 2018 12:10:57 +0000
, by Tuomo Valkonen
Something weird going on
Sun, 21 Jan 2018 12:04:24 +0000
, by Tuomo Valkonen
less
more
|
(0)
-60
tip