Alexander-Shukaev
  • Joined on 2021-05-30
Alexander-Shukaev opened issue borgmatic-collective/borgmatic#489 2022-01-10 20:08:15 +00:00
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb5 in position 118: invalid start byte
Alexander-Shukaev commented on issue borgmatic-collective/borgmatic#487 2021-12-31 12:36:37 +00:00
before_everything / after_everything hook does not apply for "borgmatic info/list"

See #427 regarding --bypass-lock as another (perhaps better) way to solve this issue. In short, for such read-only operations you don't even need a lock.

Alexander-Shukaev opened issue borgmatic-collective/borgmatic#486 2021-12-30 22:27:45 +00:00
"Permission denied" error does not cause hard failure, but rather turns operation successful
Alexander-Shukaev opened issue borgmatic-collective/borgmatic#485 2021-12-30 22:17:58 +00:00
Ill-formed redirection of stderr to stdout in sub-processes
Alexander-Shukaev opened issue borgmatic-collective/borgmatic#484 2021-12-30 22:02:17 +00:00
Option to disable syslog output
Alexander-Shukaev opened issue borgmatic-collective/borgmatic#427 2021-06-26 15:11:56 +00:00
Give the ability to supply additional Borg options
Alexander-Shukaev opened issue borgmatic-collective/borgmatic#422 2021-05-30 20:09:01 +00:00
Support user directory expansion everywhere
Alexander-Shukaev commented on issue borgmatic-collective/borgmatic#143 2021-05-30 20:03:28 +00:00
Relative repository path support

Looking for the same support now. Specifying e.g.

  source_directories:
    - ~/Videos

will result in absolute paths, which may or may not be desired. I think according to…