1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 01:37:20 +00:00
Commit graph

2187 commits

Author SHA1 Message Date
TW
592a1a80bc Merge pull request #708 from ThomasWaldmann/fix-compiler-warnings
fix compiler warnings, fixes #697
2016-03-02 15:43:51 +01:00
TW
39b6b57690 Merge pull request #707 from ThomasWaldmann/fix-changes
changes: fix old chunker params, fixes #698
2016-03-02 14:47:16 +01:00
Thomas Waldmann
b461091be1 fix compiler warnings, fixes #697 2016-03-02 14:45:02 +01:00
Thomas Waldmann
1324ef51a9 changes: fix old chunker params, fixes #698 2016-03-02 14:22:52 +01:00
Teemu Toivanen
9883b1af51 Faq: how to limit bandwidth
Example to faq documentation how bandwidth limiting can be done with pipeviewer.
2016-03-02 08:40:16 +02:00
TW
80cd1d6849 Merge pull request #702 from manwegit/feature/disable_remote_mkdirs
Remote end does not need cache nor keys directories, do not make them.
2016-03-01 15:34:40 +01:00
Teemu Toivanen
9c9ac2fd58 Remote end does not need cache nor keys directories, do not make them.
Move keys and cache creation to get_keys_dir and get_cache_dir helper functions.
And remove keys_dir and cache_dir from run(). cache and keys will only be created
by code which uses them. Remote end should not call get_keys_dir and get_cache_dir
2016-03-01 12:04:59 +02:00
Thomas Waldmann
66c5735b58 update CHANGES 2016-02-28 00:35:02 +01:00
Thomas Waldmann
111bb19443 Vagrant: drop ubuntu precise (12.04)
it only has python 3.2 and we require >= 3.4.
2016-02-27 21:31:30 +01:00
Thomas Waldmann
21d9436992 Vagrant: use pyinstaller v3.1.1 2016-02-27 21:22:06 +01:00
Thomas Waldmann
a4ec69c610 setup.py: add note about llfuse 0.42 2016-02-27 20:59:32 +01:00
Thomas Waldmann
3ae8a95935 ran build_api and build_usage 2016-02-27 20:55:14 +01:00
Thomas Waldmann
1ce41da704 update CHANGES, 1.0.0rc2 2016-02-27 20:53:05 +01:00
Thomas Waldmann
64c7b5db21 fix travis badge 2016-02-27 19:05:46 +01:00
TW
6967a6eb75 Merge pull request #694 from ThomasWaldmann/update-docs
update and improve docs
2016-02-27 18:01:22 +01:00
Thomas Waldmann
af2eaaabd4 update and improve docs
use the travis status image as png as svg does not show an image in firefox.
2016-02-27 17:22:56 +01:00
TW
7b5c799440 Merge pull request #693 from ThomasWaldmann/update-changes
Update changes
2016-02-26 14:29:51 +01:00
Thomas Waldmann
6561ad46e2 CHANGES: move compat notes to top 2016-02-26 00:57:50 +01:00
Thomas Waldmann
d6fb77f2c6 update CHANGES 2016-02-26 00:56:10 +01:00
TW
de644a041f Merge pull request #692 from manwegit/feature/format_archive
Archive name formatting on create
2016-02-25 23:49:03 +01:00
Teemu Toivanen
a94471dc0e Usage examples for create format tags 2016-02-25 00:41:24 +02:00
Teemu Toivanen
79f42571ae unit test for archive format
tests formatting with {pid} and not equal results from same
time string. (adds import time to tests)
2016-02-25 00:41:24 +02:00
Teemu Toivanen
f7c1632aee Add format options to location.
Add support for python format options for location:
tags:
 pid
 fqdn
 hostname
 now
 utcnow
 user
2016-02-25 00:41:24 +02:00
TW
c0ba5da17b Merge pull request #688 from ThomasWaldmann/feature/list-formatting
borg list formatting
2016-02-24 16:18:29 +01:00
Thomas Waldmann
dc5467e9bc simplify processing for borg list --short
just use the respective format string.
2016-02-21 21:35:00 +01:00
Thomas Waldmann
d14e6f720c --list-format: make it compatible with old archives
they do not have atime and ctime, use mtime instead.
2016-02-21 21:11:56 +01:00
Thomas Waldmann
f7666807cc refactored --list-format code a bit
note: LF as line ending is enough, python will translate that to CRLF on the platforms (windows) needing CRLF.
2016-02-21 21:05:30 +01:00
Thomas Waldmann
b28f4d886b fix formatkeys so it always has all available formatting keys
- always: no matter whether we use a user-defined format or not
- all: fix bug: it only had the basic keys, not the advanced keys
2016-02-21 19:47:25 +01:00
Thomas Waldmann
08a7ce5cc3 Merge branch 'feature/list-formatting' of https://github.com/manwegit/borg into feature/list-formatting 2016-02-21 19:15:31 +01:00
TW
4c31e7a4bd Merge pull request #687 from ThomasWaldmann/fix-attic-changelog
fix ReST syntax for old attic changelog
2016-02-21 17:25:26 +01:00
Thomas Waldmann
5bfb1df873 fix ReST syntax for old attic changelog 2016-02-21 17:24:34 +01:00
TW
bbf8b6e628 Merge pull request #685 from jungle-boogie/patch-2
freebsd dependency installation and fuse configuration, fixes #649
2016-02-21 14:26:42 +01:00
jungle-boogie
1d4f591691 updated freeBSD docs
With the now improved steps, I was able to build Borg on a vagrant image:
% borg -V
borg 1.0.0rc2.dev40+ngfb83f61
2016-02-20 14:12:57 -08:00
jungle-boogie
fdf1dd75dd freebsd fuse for mount for #649 2016-02-20 10:24:43 -08:00
TW
fb83f619a0 Merge pull request #682 from ThomasWaldmann/validate-newname
add a simple archivename validator, fixes #680
2016-02-20 13:33:43 +01:00
TW
6ff78cfb71 Merge pull request #679 from ThomasWaldmann/prune--list
borg prune -v --list enables the keep/prune list output, fixes #658
2016-02-20 13:30:45 +01:00
TW
3d0e51115c Merge pull request #678 from ThomasWaldmann/fix-open
fix _open_rb noatime handling, fixes #657
2016-02-20 13:29:36 +01:00
Thomas Waldmann
4a60d777d8 add a simple archivename validator, fixes #680 2016-02-19 23:01:20 +01:00
Thomas Waldmann
63ce999229 borg prune -v --list enables the keep/prune list output, fixes #658
so one can also have --stats without that.
2016-02-18 23:44:23 +01:00
Thomas Waldmann
e072a52b6c fix _open_rb noatime handling, fixes #657
(not tested by me for the #657 scenario, but at least all our unit tests, including the atime test, worked)
2016-02-18 23:01:55 +01:00
TW
a44c1f5092 Merge pull request #676 from ThomasWaldmann/block-dev-restore-docs
docs: add example how to restore a raw device, fixes #671
2016-02-18 22:54:52 +01:00
TW
3151f313e2 Merge pull request #675 from ThomasWaldmann/develop-dependency-docs
docs: add a hint about the dev headers needed when installing …
2016-02-18 22:52:22 +01:00
Thomas Waldmann
347778b749 docs: add example how to restore a raw device
also: do not use /dev/sda in case someone stupidly tries out the examples.
/dev/sdx should be safe for people who do not understand what they do.
2016-02-18 21:38:31 +01:00
Thomas Waldmann
5e5911dd49 docs: add a hint about the dev headers needed when installing from source 2016-02-18 21:30:44 +01:00
TW
8c083c737e Merge pull request #670 from ThomasWaldmann/fuse-compat-fixes
Fuse compat fixes
2016-02-17 02:08:07 +01:00
Thomas Waldmann
44c8a4af80 fix pep8 failures 2016-02-17 01:05:04 +01:00
TW
89b2421ed4 Merge pull request #667 from ThomasWaldmann/add-delete-docs
docs: add examples for delete (and handle delete after list, …
2016-02-17 01:00:51 +01:00
Thomas Waldmann
ecdbfcbea2 Merge https://github.com/Nikratio/borg into fuse-compat-fixes 2016-02-17 00:56:19 +01:00
TW
566c9d4bcf Merge pull request #668 from ThomasWaldmann/create-stats-isodate
docs: update example for borg create -v --stats (use iso datetime …
2016-02-17 00:50:37 +01:00
Thomas Waldmann
91f10e1a29 docs: update example for borg create -v --stats (use iso datetime format), fixes #663
the code already was updated after 1.0.0rc1, but not the quickstart docs.
2016-02-17 00:43:05 +01:00