Jiri Belka jirib
  • Joined on 2025-02-03
jirib commented on issue borgmatic-collective/borgmatic#252 2025-02-05 18:37:28 +00:00
Integration with KVM VM Snapshots

IMO this could benefit from borgmatic-collective/borgmatic#991 ; that is, the paths_from_command would prepare the vm, print paths for backup, and then you…

jirib pushed to paths_from_command at jirib/borgmatic 2025-02-05 14:47:17 +00:00
dcb3b9288f [WIP] paths-from-command feature
jirib commented on pull request borgmatic-collective/borgmatic#991 2025-02-05 14:30:53 +00:00
[WIP] paths-from-command feature

How can I make it work with filenames consisting of blanks only?

jirib pushed to paths_from_command at jirib/borgmatic 2025-02-05 14:26:17 +00:00
b8f995950f [WIP] paths-from-command feature
jirib pushed to paths_from_command at jirib/borgmatic 2025-02-05 14:05:24 +00:00
81e9737654 [WIP] paths-from-command feature
jirib pushed to paths_from_command at jirib/borgmatic 2025-02-05 13:40:28 +00:00
04dc49b63f [WIP] paths-from-command feature
jirib pushed to paths_from_command at jirib/borgmatic 2025-02-05 13:08:36 +00:00
f8730b429e [WIP] paths-from-command feature
jirib pushed to paths_from_command at jirib/borgmatic 2025-02-05 10:56:41 +00:00
6480e0174b [WIP] paths-from-command feature
jirib commented on pull request borgmatic-collective/borgmatic#991 2025-02-05 10:42:10 +00:00
[WIP] paths-from-command feature

borg itself does not fail if command returns zero and returns also an empty output:

$ borg create --paths-from-command ::{hostname}-XXX /bin/true
$ borg list :: 
jirib pushed to paths_from_command at jirib/borgmatic 2025-02-05 10:38:11 +00:00
f1943f7f15 [WIP] paths-from-command feature
jirib pushed to paths_from_command at jirib/borgmatic 2025-02-05 10:34:24 +00:00
7d2fec1dfa [WIP] paths-from-command feature
jirib pushed to paths_from_command at jirib/borgmatic 2025-02-05 10:32:11 +00:00
0e0dd88deb [WIP] paths-from-command feature
jirib pushed to paths_from_command at jirib/borgmatic 2025-02-05 10:30:17 +00:00
b9ae254700 [WIP] paths-from-command feature
jirib pushed to paths_from_command at jirib/borgmatic 2025-02-05 10:22:56 +00:00
7366398918 [WIP] paths-from-command feature
jirib pushed to paths_from_command at jirib/borgmatic 2025-02-05 10:02:33 +00:00
712e59f9c2 [WIP] paths-from-command feature
jirib pushed to paths_from_command at jirib/borgmatic 2025-02-05 09:35:19 +00:00
33f6a0ac6d [WIP] paths-from-command feature
jirib commented on pull request borgmatic-collective/borgmatic#991 2025-02-04 17:08:58 +00:00
[WIP] paths-from-command feature

An example run:

...
local: /home/jiri/bin/print-paths.sh
local: Calling bootstrap hook function dump_data_sources
local: Writing patterns to /run/user/1000/borgmatic/tmpevhsiynr:
…
jirib commented on issue borgmatic-collective/borgmatic#986 2025-02-04 17:06:19 +00:00
paths_from_command - comments

OK, let's move to PR (WIP) borgmatic-collective/borgmatic#991 ; thank you.

jirib closed issue borgmatic-collective/borgmatic#986 2025-02-04 17:06:19 +00:00
paths_from_command - comments
jirib created pull request borgmatic-collective/borgmatic#991 2025-02-04 17:05:32 +00:00
[WIP] paths-from-command feature