Axel Burri
|
d73e3f184b
|
btrbk: added "config dump" command (tagged as experimental): dump filtered btrbk config, useful for scripting
|
2015-09-24 16:00:35 +02:00 |
Axel Burri
|
b3d8c1f15f
|
btrbk: allow filtering by "<target-directory>/<snapshot-name>", which makes it possible to pinpoint a single target
|
2015-09-24 14:56:22 +02:00 |
Axel Burri
|
8059fa28db
|
documentation: added documentation for ---raw-output command line option
|
2015-09-24 01:02:42 +02:00 |
Axel Burri
|
dd6104339e
|
btrbk: added "ssh_cipher_spec" configuration option, overriding default SSH ciphers (ssh -c option)
|
2015-09-20 18:32:19 +02:00 |
Axel Burri
|
269b3611ac
|
documentation: added "FILTER STATEMENT" section in btrbk(1), and "group" configuration option in btrbk.conf(5)
|
2015-09-20 17:47:46 +02:00 |
Axel Burri
|
8bc1acc672
|
documentation: FAQ: added item "How can I backup from non-btrfs hosts?"
|
2015-09-10 15:03:35 +02:00 |
Axel Burri
|
f01304df35
|
ssh_filter_btrbk: refactoring/hardening:
- switched to bash interpreter
- enable fine-grained (--source, --target, ...) capabilities by command-line options
- added "--restrict_path" command-line option
- added sudo flag
- added man-page
- print SSH_ORIGINAL_COMMAND in error message
|
2015-09-10 14:02:32 +02:00 |
Axel Burri
|
38a8c1c9eb
|
documentation: btrbk(1): added missing command line options in synopsis section
|
2015-09-03 18:13:09 +02:00 |
Axel Burri
|
bed9fe1f66
|
documentation: disable hyphenation and justification in man-pages; use .PP and .RS 4 instead of .TP, which creates more predictable output
|
2015-09-03 18:02:19 +02:00 |
Axel Burri
|
5b0e618632
|
changed version to 0.20.0
|
2015-09-02 12:27:13 +02:00 |
Jan Wagner
|
68876f0562
|
btrbk: added "ssh_compression" configuration option for setting the SSH compression flag
|
2015-09-02 11:22:50 +02:00 |
Axel Burri
|
d8e8df0ebd
|
btrbk: added command line option "--progress", which simply pipes btrfs send through `pv`
|
2015-08-15 18:43:03 +02:00 |
Axel Burri
|
752dbc6157
|
btrbk: accept long options (use Getopt::Long instead of Getopt::Std)
|
2015-08-15 18:30:14 +02:00 |
Axel Burri
|
7017e14c32
|
documentation: btrbk.1: added missing information about the "-r" command line option
|
2015-08-13 22:17:01 +02:00 |
Axel Burri
|
d09d81fbeb
|
btrbk: added configuration option "ssh_port"
|
2015-08-13 21:50:26 +02:00 |
Axel Burri
|
bb2672566f
|
documentation: doc/FAQ.md: fixed headings
|
2015-07-17 14:32:35 +02:00 |
Axel Burri
|
eae6469694
|
documentation: doc/FAQ.md: added information on btrfs root problem
|
2015-07-17 14:22:44 +02:00 |
Axel Burri
|
748bbbfd62
|
Merge branch 'faq'
|
2015-07-17 00:29:16 +02:00 |
Axel Burri
|
97286ab34c
|
changed version to 0.19.3
|
2015-06-21 15:37:04 +02:00 |
Axel Burri
|
f58fe6f3df
|
documentation: doc/FAQ.md: fixed mistakes, cleanup markdown (thanks Bernd)
|
2015-06-10 11:26:13 +02:00 |
Axel Burri
|
5973509428
|
documentation: doc/FAQ.md: added FAQ
|
2015-06-09 16:23:20 +02:00 |
Axel Burri
|
842f8cb201
|
changed version to 0.19.2
|
2015-06-07 12:33:27 +02:00 |
Axel Burri
|
e3da1f718f
|
changed version to 0.19.1
|
2015-06-01 12:48:31 +02:00 |
Axel Burri
|
b4a9974c5d
|
changed version to 0.19.0
|
2015-05-27 17:36:58 +02:00 |
Axel Burri
|
1818eefc85
|
btrbk: allow subvolume filtering on "info" action
|
2015-05-27 15:00:25 +02:00 |
Axel Burri
|
7f7b6477d2
|
btrbk: allow subvolume filtering on "tree" action
|
2015-05-26 21:12:04 +02:00 |
Axel Burri
|
16355b848d
|
btrbk: added "snapshot_create onchange", which skips snapshot creation if the latest snapshot is up-to-date (i.e. has same generation as the source subvolume)
|
2015-05-25 18:18:44 +02:00 |
Axel Burri
|
27e150878c
|
documentation: small corrections (thanks Richard!)
|
2015-05-25 17:14:31 +02:00 |
Axel Burri
|
31947279fb
|
changed version to 0.18.0; added migration notes to ChangeLog
|
2015-05-21 14:47:38 +02:00 |
Axel Burri
|
b52f40d5b4
|
documentation: added documenation for new "snapshot_create" configuration option, while removing deprecated "snapshot_create_always". Added an "multiple btrbk instances" example to README.md
|
2015-05-20 21:51:20 +02:00 |
Axel Burri
|
4db0aa0128
|
documentation: btrbk.conf.5: replaced double quotes "\(lq", "\(rq" with "\[lq]", "\[rq]", which is identical in groff but produces correct output in the FileWiki::Plugin::Man module
|
2015-05-20 13:50:18 +02:00 |
Axel Burri
|
8217da5f03
|
documentation: btrbk.1: altered text for "run" action, explaining the resume mechanism in more detail
|
2015-05-20 13:46:09 +02:00 |
Axel Burri
|
5bfba3602e
|
changed version to 0.17.1
|
2015-05-15 17:55:48 +02:00 |
Axel Burri
|
999bf889bc
|
changed version to 0.17.0 (new versioning scheme using more common three-level versions)
|
2015-04-30 14:45:50 +02:00 |
Axel Burri
|
d860d9e5dd
|
btrbk: allow '+' character for subvolume names
|
2015-04-28 21:19:46 +02:00 |
Axel Burri
|
436b1361ff
|
btrbk: bugfix: allow relative path for subvolume; adapted documentation
|
2015-04-28 21:19:46 +02:00 |
Axel Burri
|
3413425ed9
|
btrbk: added "snapshot_name" configuration option
|
2015-04-28 21:19:45 +02:00 |
Axel Burri
|
3224284438
|
documentation: added information about allowed characters for filenames
|
2015-04-13 23:44:29 +02:00 |
Axel Burri
|
7b3d9f4ea1
|
changed version to 0.16
|
2015-04-02 17:10:28 +02:00 |
Axel Burri
|
f5e1f2ffb8
|
changed version to 0.15
|
2015-04-01 16:53:46 +02:00 |
Axel Burri
|
10b8983296
|
documentation: added documentation of "resume_missing" option
|
2015-04-01 14:21:50 +02:00 |
Axel Burri
|
75dd565de4
|
btrbk: removed configuration option "receive_log" in favor of printing errors from "btrfs receive"
|
2015-03-26 18:45:36 +01:00 |
Axel Burri
|
28ed7d65e8
|
btrbk: added configuration option "btrfs_progs_compat", for compatibility with btrfs-tools v3.14. Note that the common snapshots are guessed by their filenames when "btrfs_progs_compat" is set
|
2015-03-26 18:45:06 +01:00 |
Axel Burri
|
1beba2613d
|
Changed version to 0.14
|
2015-03-20 18:07:55 +01:00 |
Axel Burri
|
9f96974a5d
|
Changed version to 0.13
|
2015-03-19 17:20:21 +01:00 |
Axel Burri
|
930e2cfbf0
|
documentation: cosmetics
|
2015-03-19 13:16:58 +01:00 |
Axel Burri
|
bef56e59d3
|
cosmetics: corrected btrbk home page url
|
2015-03-19 12:48:09 +01:00 |
Axel Burri
|
523b989b02
|
Changed version to 0.12
|
2015-03-13 19:38:51 +01:00 |
Axel Burri
|
448b70b8fd
|
Changed version to 0.11; adapted ChangeLog
|
2015-03-02 11:33:14 +01:00 |
Axel Burri
|
aa8d153a20
|
btrbk: added optional subvolume argument for run/dryrun actions, for explicit selection of subvolumes to be processed.
|
2015-03-01 14:28:26 +01:00 |