Enno Boland
62fad0e326
documentation: README.md: mention installation on VoidLinux
2017-09-21 13:49:02 +02:00
Michael Goodwin
59cc728d90
documentation: README.md: add fedora instructions and pv prereq
2017-07-21 14:00:49 +02:00
Axel Burri
b891617086
documentation: add donate section (paypal) in README.md
2017-07-13 12:54:08 +02:00
Axel Burri
401b4ac45c
documentation: README.md: add warning about using `btrfs property set` when restoring backups
2017-05-08 14:28:17 +02:00
Cerem Cem ASLAN
ed80bccc79
documentation: README.md: minor fixes in example
2017-04-29 21:37:39 +02:00
Santiago Castro
b4ec8d32a5
Fix broken Markdown headings
2017-04-17 22:52:07 -03:00
Bladtman242
4f05bb78f0
Update README.md
...
Under "Example: laptop with usb-disk for backups" the readme stated that " snapshot_preserve 14d" will "keep daily snapshots for 14 days [..]". I believe that this is misleading, as it seems to imply that only one snapshot --the latest -- will be kept in that period, when in fact _all_ snapshots will be kept in that period.
2017-03-30 22:34:48 +02:00
Axel Burri
84e5b6243b
documentation: cosmetics: fix typos
2017-03-18 12:19:07 +01:00
Axel Burri
cb82bd5fa4
btrbk: add supoort for "backend btrfs-progs-sudo" option; adaptions in ssh_filter_btrbk.sh
2017-01-04 15:04:22 +01:00
Axel Burri
708444b096
btrbk-mail, README.md: suggest using "rsync --inplace"
...
When used without --inplace, rsync creates a new copy of the file and
moves it into place when it is complete, having the effect that btrfs
creates a new extent for the WHOLE file. With --inplace however, rsync
writes the updated data directly to the destination file, having the
effect that btrfs creates a new extent only for the differing part of
the file.
2016-08-17 14:49:27 +02:00
Axel Burri
66c36187ed
documentation: README.md: remove link to digint-overlay, btrbk is in portage now
2016-07-14 14:19:09 +02:00
Axel Burri
e9a72cf097
documentation: README.md: cosmetics
2016-07-14 14:19:08 +02:00
Axel Burri
36edda5123
documentation: replace wrong "target_min" with "target_preserve_min" in example config
2016-05-30 13:19:07 +02:00
Axel Burri
e824c21f50
btrbk: use build-in Time::Local in combination with localtime() instead of Date::Calc; correctly calculate leap hours
2016-04-20 22:45:11 +02:00
Axel Burri
2b22524ccd
btrbk: sane defaults: xxx_preserve_min defaults to "all", xxx_preserve default to "no" (for backwards compatibility with 0.22.0 default)
2016-04-19 21:37:04 +02:00
Axel Burri
2317580639
documentation: README.md: add update notice (v0.22.2 -> v0.23.0)
2016-04-18 00:16:45 +02:00
Axel Burri
edfebb8193
btrbk: action "origin": use --format options; do not recurse into parent chain
2016-04-16 22:05:26 +02:00
Axel Burri
6e997674fc
btrbk: remove "btrfs_progs_compat" configuration option, from now on we REQUIRE btrfs-progs >= v3.18.2: we rely on received_uuid for most operations
2016-04-15 11:07:16 +02:00
Axel Burri
73906caacd
documentation: update/fix ChangeLog, README.md, btrbk.conf.5; add "doc/upgrade_to_v0.23.0.md"
2016-04-13 22:05:20 +02:00
Axel Burri
d143d75b43
btrbk: rename *preserve_all to *preserve_min
2016-04-13 22:05:20 +02:00
Axel Burri
55b121c372
btrbk: remove resume_missing configuration option
2016-04-13 22:05:20 +02:00
Axel Burri
6b07316fef
documentation: README.md: use new preserve semantics in examples
2016-04-12 12:07:33 +02:00
Axel Burri
1adb318f02
documentation: cosmetics: change all url from www.digint.ch to digint.ch
2016-03-16 18:34:28 +01:00
Axel Burri
cf8e136681
documentation: cosmetics: use "*" instead of "-" for enumerations; two newlines before headings
2016-02-29 14:02:36 +01:00
Stuart Cardall
f21ef824a7
documentation: README: add installation instructions for Alpine Linux
2016-01-16 13:26:50 +01:00
Axel Burri
93eb4dc5a4
documentation: README: fixed debian link: stretch(testing) is more elevated than sid(unstable)
2015-11-02 19:57:14 +01:00
Axel Burri
799665bac1
documentation: moved documentation on non-btrfs sources from FAQ to README; adapted key features and debian link
2015-10-25 12:20:59 +01:00
Axel Burri
aa9a03ae6c
documentation: more detailed information about raw targets in README.md and btrbk.conf.5; fixed outdated information in FAQ.md
2015-10-25 12:20:55 +01:00
Axel Burri
3f09d2c37f
btrbk/documentation: rename "resolve *" commands to "list *"; cleanup
2015-10-22 17:59:17 +02:00
Axel Burri
bed00cdb8a
documentation: added "target raw" and "timestamp short|long" documentation to btrbk.conf(5), as well as an example for raw targets in README.md
2015-09-29 21:48:56 +02:00
Felix Eckhofer
0e24738d65
documentation: cron examples: silence output on successful runs in cron
2015-09-20 19:38:01 +02:00
Felix Eckhofer
c29f552119
documentation: cron examples: replace shell by btrbk
...
There's no point of having the shell process around while the backup is
running.
2015-09-20 19:01:39 +02:00
Felix Eckhofer
411165dd39
documentation: cron examples: use system's default shell
2015-09-20 19:00:53 +02:00
Axel Burri
8ba2d6e6b1
documentation: README: updated example usage of ssh_filter_btrbk.sh, added hints on chroot and sudo options
2015-09-10 14:02:51 +02:00
Axel Burri
4b6e77c530
documentation: README.md: updated debian installation instructions (btrbk is in debian testing)
2015-07-17 16:04:27 +02:00
Axel Burri
2b0451c701
documentation: README.md: added FAQ section, pointing to doc/FAQ.md
2015-07-17 00:44:12 +02:00
Axel Burri
26d154e563
documentation: README.md: cosmetics (gentoo emerge command)
2015-06-02 22:07:42 +02:00
Axel Burri
27e150878c
documentation: small corrections (thanks Richard!)
2015-05-25 17:14:31 +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
c4550e87d9
documentation: added restore examples
2015-05-05 12:44:18 +02:00
Axel Burri
1218cb7e9e
documentation: added installation instructions for arch linux
2015-04-02 17:22:22 +02:00
Axel Burri
7c19004897
documentation: corrected debian install command
2015-04-02 00:36:41 +02:00
Axel Burri
7046195777
documentation: added installation instructions for gentoo and debian systems
2015-04-01 16:15:43 +02:00
Axel Burri
10b8983296
documentation: added documentation of "resume_missing" option
2015-04-01 14:21:50 +02:00
Axel Burri
83e541ac0c
documentation: cosmetics
2015-03-27 01:08:22 +01:00
Axel Burri
7528434cd9
documentation: added link to btrbk.conf(5) man-page in README.md
2015-03-27 00:47:43 +01:00
Axel Burri
920b7821ce
documentation: added example for a local time-machine setup
2015-03-27 00:34:32 +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
8d32ae7c00
documentation: fixed btrbk releases download path (cosmetics)
2015-03-24 17:46:27 +01:00
Axel Burri
1bf2995cc0
documentation: added more informations to development section
2015-03-01 15:23:50 +01:00