Thomas Waldmann
d00d650d88
borg init -> borg rcreate
...
this is to complement borg rdelete, see also borg create / delete.
2022-06-23 09:16:29 +02:00
Thomas Waldmann
34b6248d75
borg delete -a ARCH_GLOB, borg rdelete
2022-06-21 23:05:44 +02:00
Thomas Waldmann
9e5a8a352f
borg info -a ARCH_GLOB, borg rinfo
2022-06-21 23:05:44 +02:00
Thomas Waldmann
1bf8f71e69
borg list ARCHIVE, borg rlist
2022-06-21 23:05:44 +02:00
Thomas Waldmann
6addafd784
borg mount -a ARCHIVE_GLOB mountpoint ...
2022-06-21 23:05:44 +02:00
Thomas Waldmann
e6a8984c99
borg (import|export)-tar NAME ...
2022-06-20 20:17:29 +02:00
Thomas Waldmann
1ed7e5b292
borg dump-archive NAME / dump-archive-items NAME
2022-06-20 20:17:29 +02:00
Thomas Waldmann
75b53de37e
borg diff ARCH1 ARCH2
2022-06-20 20:17:29 +02:00
Thomas Waldmann
b8c7c53dde
borg extract NAME ...
2022-06-20 20:17:29 +02:00
Thomas Waldmann
f8d2024578
borg recreate -a ARCHIVE_GLOB ...
2022-06-20 20:17:29 +02:00
Thomas Waldmann
3fd5b73e1e
borg create NAME ...
2022-06-20 20:17:28 +02:00
Thomas Waldmann
c085c2744b
borg rename NAME NEWNAME
2022-06-20 15:18:24 +02:00
Thomas Waldmann
206245f3cd
--repo: add -r short option
2022-06-16 15:41:37 +02:00
Thomas Waldmann
801ce819a3
help: archive name
2022-06-16 14:32:40 +02:00
Thomas Waldmann
3e765522de
help: transfer from other repo
2022-06-16 14:23:47 +02:00
Thomas Waldmann
7dbf125083
Location: remove archive name
2022-06-16 14:18:47 +02:00
Thomas Waldmann
281bbbc16b
fix tests and benchmarks
2022-06-16 14:18:39 +02:00
Thomas Waldmann
0f0cd24354
if --(other-)repo option is not given, use default from environment
...
remove tests composing a repo+archive location with repo from env
and location from cli.
2022-06-16 14:14:54 +02:00
Thomas Waldmann
1bf2a6a240
remove archive checks from location_validator, use --other-repo
2022-06-15 17:07:42 +02:00
Thomas Waldmann
1c707b7da2
cli: use --repo option instead of positional repo parameter
...
currently still with ::archive appended.
2022-06-15 16:36:56 +02:00
TW
9e5062c015
Merge pull request #6774 from ThomasWaldmann/fix-selftest-count-borg2
...
borg2: misc small fixes
2022-06-14 16:57:26 +02:00
Thomas Waldmann
c01f3527e5
fix linter errors
2022-06-14 15:42:30 +02:00
Thomas Waldmann
72994a4432
also test pull requests against borg2 branch
2022-06-14 15:40:09 +02:00
Thomas Waldmann
f9132687e3
fix selftest count
2022-06-14 15:17:30 +02:00
TW
dc4a1e6d2d
Merge pull request #6705 from ThomasWaldmann/repoindex
...
borg2: repoindex improvements
2022-06-14 14:51:18 +02:00
Thomas Waldmann
e5ea016115
repository: set/query flags, iteration over flagged items (NSIndex)
...
use this to query or set/clear flags in the "extra" word.
also: remove direct access to the "extra" word, adapt tests.
2022-06-14 14:48:56 +02:00
Thomas Waldmann
bf9f42320e
repository: sync write file in get_fd
...
this fixes a strange test failure that did not happen until now:
it could not read the MAGIC bytes from a (quite new) segment file,
it just returned the empty string.
maybe its appearance is related to the removed I/O calls.
2022-06-14 14:48:56 +02:00
Thomas Waldmann
3ce3fbcdff
repository index: add payload size (==csize) and flags to NSIndex entries
...
This saves some segment file random IO that was previously necessary
just to determine the size of to be deleted data.
Keep old one as NSIndex1 for old borg compatibility.
Choose NSIndex or NSIndex1 based on repo index layout from HashHeader.
for an old repo index repo.get(key) returns segment, offset, None, None
2022-06-14 14:48:56 +02:00
TW
fc8a289647
Merge pull request #6763 from ThomasWaldmann/remove-csize
...
borg2: there is no csize
2022-06-14 12:15:56 +02:00
Thomas Waldmann
1393e4f391
remove csize references from docs
2022-06-12 18:01:57 +02:00
Thomas Waldmann
75ad3b8e35
remove csize expectation from do_transfer upgrade_item
...
the size is already remove via Item._update_internal method.
2022-06-12 17:50:12 +02:00
Thomas Waldmann
822aefc7b0
re-add dsize placeholder
2022-06-12 17:15:13 +02:00
Thomas Waldmann
49adb77157
calc_stats: deduplicated size now, was deduplicated csize
...
also: remove pre12_meta cache
2022-06-12 17:15:13 +02:00
Thomas Waldmann
19dfbe5c5c
compute the deduplicated size before compression
...
so we do not need csize for it.
2022-06-12 17:15:13 +02:00
Thomas Waldmann
1fd571a4d0
fix comments
2022-06-12 17:15:13 +02:00
Thomas Waldmann
2c1f7951c4
remove csize from ChunkIndexEntry
2022-06-12 17:15:13 +02:00
Thomas Waldmann
b82a39c3b3
remove csize from stats_against()
2022-06-12 15:48:33 +02:00
Thomas Waldmann
0211948cac
remove csize from summarize return tuple
2022-06-12 15:48:33 +02:00
Thomas Waldmann
b726aa5665
remove csize support from get_size
2022-06-12 15:48:33 +02:00
Thomas Waldmann
ace5957524
remove csize from item.chunks elements
2022-06-12 15:48:33 +02:00
Thomas Waldmann
b9f9623a6d
prepare to remove csize (set it to 0 for now)
2022-06-12 15:48:33 +02:00
TW
2c9be35886
Merge pull request #6704 from ThomasWaldmann/msgpack-str-bytes-cleanup
...
borg2: cleanup msgpack related str/bytes mess
2022-06-09 18:18:13 +02:00
Thomas Waldmann
d4ee968b07
use borg 2.0 to refer to this, not 1.3
...
also, some type conversions are now done in update_internal once,
not in the decode methods of the classes in item.pyx.
2022-06-09 18:13:40 +02:00
Thomas Waldmann
08228fbd32
Item: remove unused hardlink_masters param
2022-06-09 17:57:28 +02:00
Thomas Waldmann
421d4bdfb0
docs: fix bytes -> str in data-structures docs
2022-06-09 17:57:28 +02:00
Thomas Waldmann
58009f6773
Key: fix once, remove decode=...
2022-06-09 17:57:28 +02:00
Thomas Waldmann
ed22f721f3
EncryptedKey: fix once, remove decode=...
2022-06-09 17:57:28 +02:00
Thomas Waldmann
f2b085787b
Item: disallow None value for .user/group/chunks/chunks_healthy
...
If we do not know the value, just do not have that key/value pair in the item.
2022-06-09 17:57:28 +02:00
Thomas Waldmann
64cc16a9f4
Item: fix xattr processing
...
Item.xattrs is now always a StableDict mapping bytes keys -> bytes values.
The special casing of empty values (b'') getting replaced by None was removed.
2022-06-09 17:57:28 +02:00
Thomas Waldmann
9d684120a2
Item: assert type also in property getter
...
also: fixed Item.xattrs to be StableDict (not just a dict, as the
msgpack unpacker gives us)
2022-06-09 17:57:28 +02:00