Thomas Waldmann
2713500983
remove -*- coding: ... lines, utf-8 is default for py3
2019-02-22 17:12:05 +01:00
Milkey Mouse
7ea2bd1389
Only modify window.location when redirecting ( fixes #4133 )
...
window.location.pathname = window.location.pathname can trigger a redirect,
which created a refresh loop in usage.html.
2019-02-20 11:12:45 -08:00
Milkey Mouse
453e4a4b92
Update copyright year
2019-02-19 20:20:13 -08:00
Thomas Waldmann
7f46eb99aa
update docs about fixed chunker and chunker algo spec needed
2019-02-13 06:30:13 +01:00
Thomas Waldmann
305efb5b01
signing binaries with Qubes OS support, docs
2019-02-11 02:44:44 +01:00
anarcat
10a4e011c0
add warnings on repository copies to avoid future problem like #4272 ( #4285 )
...
docs: add warnings about repo copies to avoid problems like #4272
2019-02-10 20:23:59 +01:00
Thomas Waldmann
f7525156c1
update release workflow using twine (docs, scripts), see #4213
2019-02-01 22:07:49 +01:00
Manuel Riel
9ab0a095ab
Add --rsh command line option to complement BORG_RSH env var. Fixes #… ( #4290 )
...
Add --rsh command line option to complement BORG_RSH env var. Fixes #1701
2019-01-31 13:54:17 +01:00
Manuel Riel
7e7d74c1c1
Add new FAQ regarding change of compression settings. Fixes #4222 ( #4282 )
...
FAQ regarding change of compression settings. Fixes #4222
2019-01-31 05:58:33 +01:00
Manuel Riel
4ecc7ede8d
Add note about BSD flags to changelog. Fixes #4246 ( #4279 )
...
Add note about BSD flags to changelog. Fixes #4246
2019-01-31 05:56:37 +01:00
Manu
b37aceb469
Add FAQ regarding free disk space check. Fixes #3905
2019-01-31 12:45:41 +08:00
Manu
d13ddb224a
Update BORG_PASSCOMMAND example and clarify variable expansion. Fixes #4249
2019-01-30 10:12:47 +08:00
step21
a577a63313
Added vorta gui
2019-01-05 21:07:28 +01:00
Greg Grossmeier
b311b62e0d
Docs: Improve logging in example automation script ( #4226 )
...
docs: improve logging in example automation script
* add an info entry for the compacting step
* add a final info entry for successful completion
2018-12-21 18:54:58 +01:00
Thomas Waldmann
2864fb781c
update changelog about removed deprecated stuff
2018-12-11 23:55:29 +01:00
Thomas Waldmann
fc6e81c8bb
docs: --format is required for some expensive-to-compute values
...
borg list by default does not compute expensive values except when
they are needed. whether they are needed is determined by the format,
in standard mode as well as in --json mode.
2018-12-07 01:18:32 +01:00
Thomas Waldmann
02f3c80d83
docs: tell that our binaries are amd/intel, bauerj has ARM
...
(cherry picked from commit 13986a1a6a
)
2018-12-07 00:51:51 +01:00
James Vasile
806d937c2e
4081 - Add note about files changing during backup ( #4116 )
...
Add note about files changing during backup
2018-11-01 21:11:05 +01:00
Łukasz Stelmach
548355125e
read a passphrase from a file descriptor
...
Read a passpharase from a file descriptor specified in the
BORG_PASSPHRASE_FD environment variable.
2018-09-21 09:11:39 +02:00
newtonne
11a2f1f684
Remove row/column-spanning from docs source, fixes #4000
...
Sphinx doesn't support row or column-spanning, which caused the content
of the additional features table to be incorrect. To fix this, we now
define the content of each cell explicitly.
This change also fixes #3990 .
2018-08-09 20:38:46 +01:00
Thomas Waldmann
8a09f26712
remove zeromq or python 3.5 references
2018-08-06 17:52:08 +02:00
Thomas Waldmann
90348c1de9
add BORG_HOST_ID, fixes #3985
2018-08-04 15:01:48 +02:00
James Rowell
34227430d4
Installation from source - setting python interpreter version ( #3995 )
...
explicit instructions for setting python interpreter when installing from source via git
2018-07-29 09:50:09 +01:00
Marvin Gaube
2a4ed3f0e8
Note regarding borg version ( #3987 )
...
add a note regarding in-file checkpointing and borg versions
2018-07-20 16:25:16 +02:00
Thomas Waldmann
318cfffde1
update CHANGES about compaction changes
2018-07-14 19:15:09 +02:00
Thomas Waldmann
a8d52351bb
update man pages / usage docs
2018-07-14 14:56:29 +02:00
Thomas Waldmann
e6fcf4ea42
update docs about separated compaction
2018-07-14 14:53:23 +02:00
Thomas Waldmann
3fd6bd8ca7
update CHANGES: added 1.1 history (master)
2018-07-08 00:18:09 +02:00
Thomas Waldmann
a89aadc9f2
update CHANGES (master)
2018-07-08 00:13:13 +02:00
Russell Davis
041f1baf4c
Update installation instructions for macOS
...
- Updated `OS X` to the new `macOS` name
- Fuse 3.x is no longer just a prerelease
- Added instructions to install fuse via homebrew
2018-07-06 18:46:18 -07:00
lumbric
bbd1533c99
docs: add link to tempfile module
...
Linking tempfile docs helps to figure out, which default value might be
used, if TMPDIR is not set.
2018-06-25 20:32:44 +02:00
Saurav Sachidanand
b3c1104760
Update docs on deleting multiple archives
2018-05-27 09:38:23 +05:30
TW
485368d50d
docs: fix and deduplicate encryption quickstart docs ( #3776 )
...
docs: fix and deduplicate encryption quickstart docs
just refer to "borg init" docs rather than duplicating it in quickstart.
also: s/archive/repository/
2018-05-23 14:17:01 -07:00
Thomas Waldmann
d94bd22740
BORG_SHOW_SYSINFO=no to hide system information from exceptions
...
Can be used:
- in case of troubles with the sysinfo code
- by borg backup providers who do not want to show system information
(cherry picked from commit 64aaec6628
)
2018-05-18 18:49:56 +02:00
infectormp
8f6be74993
Add note from borg with-lock about copy repo ( #3749 )
...
docs: Improve FAQ about copying a repo
2018-04-19 15:34:11 +02:00
infectormp
60f9849336
docs: Improve borg with-lock ( #3780 )
...
docs: improve borg with-lock, link to FAQ
2018-04-19 15:29:47 +02:00
André-Patrick Bubel
1ba0e85621
docs: describe what BORG_LIBZSTD_PREFIX does
2018-04-16 19:12:01 +02:00
TW
b2c141899b
Merge pull request #3710 from ThomasWaldmann/docs-security-fingerprinting
...
security: describe chunk size / proximity issue, see #331
2018-03-24 21:50:17 +01:00
TW
b6b8e1bb16
Merge pull request #3683 from milkey-mouse/repo-archive-quickstart
...
Add quickstart introduction to repositories & archives (fixes #3620 )
2018-03-24 21:31:27 +01:00
Milkey Mouse
d41c9296c0
fixup! Add quickstart introduction to repositories & archives ( fixes #3620 )
2018-03-24 12:05:47 -07:00
Thomas Waldmann
8ac272f35f
security: describe chunk size / proximity issue, see #3687
2018-03-23 17:54:02 +01:00
TW
201c62430a
Merge pull request #3675 from ThomasWaldmann/crypto-compression-docs
...
security docs: add about combining compression and encryption
2018-03-17 19:46:42 +01:00
TW
c206f8b403
Merge pull request #3677 from ThomasWaldmann/docs-avoid-permission-mixup
...
quickstart: add note about permissions, borg@localhost, fixes #3452
2018-03-12 15:18:16 +01:00
TW
6b3191a285
Merge pull request #3678 from ThomasWaldmann/docs-log
...
docs: improve logging docs, fixes #3549
2018-03-12 15:16:47 +01:00
TW
e6978fa2ea
Merge pull request #3680 from ThomasWaldmann/transaction-rollback-docs
...
docs: extend append-only repo rollback docs, fixes #3579
2018-03-12 15:13:53 +01:00
Milkey Mouse
09beb64f34
Add quickstart introduction to repositories & archives ( fixes #3620 )
2018-03-10 17:19:46 -08:00
Thomas Waldmann
451b22ee51
docs: extend append-only repo rollback docs, fixes #3579
2018-03-09 23:27:31 +01:00
Thomas Waldmann
99be106bc8
docs: improve logging docs, fixes #3549
2018-03-09 20:44:20 +01:00
Thomas Waldmann
7bc2138dcb
quickstart: add note about permissions, borg@localhost, fixes #3452
2018-03-09 20:01:38 +01:00
TW
1473ea708c
Merge pull request #3526 from borgbackup/enkore-patch-1
...
sec docs: explicitly note what happens OUTSIDE the attack model
2018-03-09 18:49:32 +01:00