1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-29 19:26:40 +00:00
Commit graph

2433 commits

Author SHA1 Message Date
Thomas Waldmann
b743fd09ab borg prune: ignore checkpoints, fixes #997
also:
- add a test for this
- add some words to borg create help about the archive name
2016-05-02 01:12:15 +02:00
Thomas Waldmann
e7ca74fbef move BORG_KEY_FILE closer to BORG_KEYS_DIR 2016-05-02 00:38:16 +02:00
Thomas Waldmann
0bdc757bbf add tests for BORG_KEY_FILE env var 2016-05-01 22:10:29 +02:00
Félix Sipma
a5ba0abe42 support new env var 'BORG_KEY_FILE' 2016-05-01 21:15:09 +02:00
Thomas Waldmann
b641d11e1b Merge branch '1.0-maint' 2016-05-01 20:28:17 +02:00
Thomas Waldmann
240e5696b7 fix vagrant ssh syntax, fixes #999 2016-05-01 20:18:17 +02:00
Thomas Waldmann
700e715b23 add missing docs for borg break-lock, fixes #992 2016-04-30 00:32:25 +02:00
TW
7718d73133 Merge pull request #995 from ThomasWaldmann/update-site-urls
update readthedocs urls, fixes #991
2016-04-30 00:15:01 +02:00
Thomas Waldmann
4b73ebc613 update readthedocs urls, fixes #991 2016-04-29 03:19:27 +02:00
enkore
369af5feb3 Merge pull request #970 from enkore/feature/selftest
Add power-on self-test
2016-04-28 01:07:28 +02:00
Marian Beermann
fcd323f22a
Bump API version of crypto.pyx (overlooked in c5bd7f2) 2016-04-28 00:06:40 +02:00
Marian Beermann
8d3b1a5804 Add self tests
These run in ~100 ms here, so even on much slower machines (where also
Python setup will be slower) it shouldn't be noticeable at all.
2016-04-28 00:06:19 +02:00
TW
2bb9bc46ad Merge pull request #810 from ThomasWaldmann/flexible-compression
Flexible compression - pattern matching on path/filename
2016-04-27 23:41:54 +02:00
Thomas Waldmann
f20a78cda8 flexible compression 2016-04-27 03:08:55 +02:00
TW
425cb952bb Merge pull request #984 from anarcat/patch-3
fix debian sid cross-reference in install docs
2016-04-26 17:39:36 +02:00
anarcat
0a30d40a9d fix debian sid cross-reference in install docs 2016-04-25 22:54:36 -04:00
TW
ddc7687d9e Merge pull request #977 from ThomasWaldmann/info-show-duration
make borg info more similar to borg create --stats, add duration
2016-04-25 19:47:32 +02:00
TW
f6d363ecf9 Merge pull request #956 from icefoxen/master
Added Salt example to documentation
2016-04-25 15:30:14 +02:00
Thomas Waldmann
2ccc02d2f1 make borg info more similar to borg create --stats, add duration 2016-04-25 15:07:10 +02:00
enkore
96226b5f81 Merge pull request #976 from ThomasWaldmann/issue-974
fixes Issue 974
2016-04-25 14:23:28 +02:00
TW
81a1952c9a Merge pull request #978 from ThomasWaldmann/fix-osx
vagrant: OS X update osxfuse / fix lzma, fixes #933
2016-04-24 02:35:34 +02:00
Thomas Waldmann
5a7c027296 vagrant: OS X update osxfuse / fix lzma, fixes #933 2016-04-24 02:25:04 +02:00
Thomas Waldmann
d883791df7 use safe_encode/decode 2016-04-23 22:57:04 +02:00
Thomas Waldmann
d3fe134abd add a bin_to_hex helper and some properties 2016-04-23 22:42:56 +02:00
enkore
65f442dc8d Merge pull request #965 from enkore/fix/mount-perf
borg mount: cache partially read data chunks
2016-04-23 18:07:01 +02:00
Marian Beermann
bfb00dfa01
borg mount: cache partially read data chunks
Fixes #966
2016-04-23 18:05:22 +02:00
TW
a220a2d617 Merge pull request #969 from rumpelsepp/patch-2
docs/installation: Add FreeBSD Ports tree
2016-04-23 13:55:37 +02:00
TW
17afc7d851 Merge pull request #961 from scoobadog/fedora-instructions
Fix Fedora installation instructions
2016-04-23 13:54:08 +02:00
Janne K
61a8ff40f3 Package is not needed in Korora 2016-04-23 11:51:38 +03:00
Stefan Tatschner
ab4a1a1025 docs/installation: Add FreeBSD Ports tree
https://svnweb.freebsd.org/ports?view=revision&revision=413469

It is not yet in "pkg"; that will automatically happen in the next quarterly period.
2016-04-23 09:02:02 +02:00
TW
71c2c27504 Merge pull request #958 from ThomasWaldmann/update-changes
update CHANGES
2016-04-23 02:15:54 +02:00
Janne K
257995d185 Fix Fedora installation instructions
Update installation instructions so that the following error won't occur:

gcc: error: /usr/lib/rpm/redhat/redhat-hardened-cc1: No such file or directory
error: command 'gcc' failed with exit status 1
2016-04-22 17:07:31 +03:00
Thomas Waldmann
f8fb99d245 update CHANGES 2016-04-22 03:33:03 +02:00
TW
7ffbd4a200 Merge pull request #941 from ThomasWaldmann/keep-last-n
implement --keep-last N via --keep-secondly N, also --keep-minutely, fixes #537
2016-04-22 02:01:41 +02:00
TW
aa0a445924 Merge pull request #957 from ThomasWaldmann/test-partial-chunk
ChunkBuffer: add test for leaving partial chunk in buffer, fixes #945
2016-04-22 01:57:56 +02:00
Thomas Waldmann
5e470007f0 ChunkBuffer: add test for leaving partial chunk in buffer 2016-04-22 01:20:47 +02:00
Simon Heath
43fc7a267f Fixed formatting 2016-04-21 15:11:43 -04:00
Simon Heath
621aed00db Contributed Salt example to docs 2016-04-21 15:10:25 -04:00
enkore
035a884f1e Merge pull request #946 from enkore/issue/945
Fix #945
2016-04-19 09:22:10 +02:00
Marian Beermann
528913b220
Fix #945 2016-04-19 09:19:03 +02:00
Thomas Waldmann
0877d104af Merge branch 'master' into keep-last-n 2016-04-19 02:14:03 +02:00
TW
4f507c093b Merge pull request #943 from enkore/merge/1.0-maint
Merge/1.0 maint
2016-04-19 01:18:24 +02:00
enkore
76d0c20138
Merge branch '1.0-maint' into master 2016-04-19 00:54:01 +02:00
TW
3060332f06 Merge pull request #944 from ThomasWaldmann/fix-942
prune: fix bad validator, fixes #942
2016-04-19 00:50:45 +02:00
Thomas Waldmann
d52b5cf529 prune: fix bad validator, fixes #942 2016-04-19 00:49:35 +02:00
Thomas Waldmann
b4c4a24f0a prune: simplify code, have unified output list in reverse time order
to better visualize the "thinning out", we now list all archives in
reverse time order. at the left of each entry we tell whether we delete
or keep the archive.

previously it first listed all kept archives, then all deleted archives.
2016-04-18 23:16:41 +02:00
Thomas Waldmann
47103f9047 prune: reorder help text, important -> easy -> more difficult
also rephrase slightly, hopefully more clear now.
2016-04-18 23:11:59 +02:00
Thomas Waldmann
f09812d5ad implement --keep-last N via --keep-secondly N, also --keep-minutely
assuming that there is not more than 1 backup archive made in 1s,
--keep-last N and --keep-secondly N are equivalent.
2016-04-18 21:56:05 +02:00
TW
14bd4c756d Merge pull request #932 from enkore/feature/inorder
create: Visit files in inode order
2016-04-18 20:40:20 +02:00
TW
87e211f5c6 Merge pull request #934 from ThomasWaldmann/pass-meta
pass meta-data around, fixes #765
2016-04-18 20:23:30 +02:00