1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-01 01:06:59 +00:00
Commit graph

8346 commits

Author SHA1 Message Date
Daniel Rudolf
2647673dc8
Docs: Improve borg check docs 2023-07-10 22:41:24 +02:00
bigtedde
1e5c62f1a1 test_unix_socket fix 2023-07-09 22:12:03 -04:00
bigtedde
912df41c4a test_unix_socket fix 2023-07-09 21:42:37 -04:00
bigtedde
62bfd5e13a create_cmd changes 2023-07-09 18:32:02 -04:00
bigtedde
2c5f6645b4 changed socket path to secure temp file 2023-07-09 17:46:50 -04:00
bigtedde
ed02164b68 fixed fuse_mount CM 2023-07-09 17:32:31 -04:00
bigtedde
f1af13e544 removed unittest skips 2023-07-09 17:06:30 -04:00
bigtedde
efc4481996 removed erroneous test from init 2023-07-09 16:40:53 -04:00
bigtedde
6cb87e5ff7 transfer_cmd converted 2023-07-09 16:31:44 -04:00
bigtedde
751bac0fb7 tar_cmds converted 2023-07-09 15:57:01 -04:00
bigtedde
6ca4e15c4b fixed issue in test_unix_socket 2023-07-09 15:27:41 -04:00
bigtedde
9a8fb00c10 serve_cmd converted 2023-07-09 15:05:27 -04:00
bigtedde
5cdbf03110 rlist_cmd converted 2023-07-09 14:57:13 -04:00
bigtedde
a9cf42f6e3 rlist_cmd 2023-07-09 14:56:12 -04:00
bigtedde
116428cd4f rinfo_cmd converted 2023-07-09 14:41:12 -04:00
bigtedde
0f160cda29 return_codes converted 2023-07-09 14:34:06 -04:00
bigtedde
227f43958f rename_cmd converted 2023-07-09 11:57:57 -04:00
bigtedde
c68e0b9936 recreate_cmd converted 2023-07-09 11:50:24 -04:00
bigtedde
673cd4718e rcreate_cmd converted 2023-07-09 11:13:15 -04:00
bigtedde
a3bfc4d390 rdelete_cmd converted 2023-07-09 10:43:51 -04:00
bigtedde
216f13831e rcompress_cmd converted 2023-07-08 17:43:30 -04:00
bigtedde
a4fc546c8a prune_cmd converted 2023-07-08 17:28:32 -04:00
TW
4dfce1cca4
Merge pull request #7719 from bket/fix_test
Fix failing test on OpenBSD
2023-07-08 02:20:07 +02:00
bigtedde
7e14361700 patterns converted 2023-07-07 17:50:44 -04:00
bigtedde
0a104a3435 mount_cmds converted 2023-07-07 17:48:29 -04:00
bigtedde
91dd71e3b1 lock_cmds converted 2023-07-07 16:49:01 -04:00
bigtedde
08ab71669a list_cmd converted 2023-07-07 16:40:39 -04:00
bigtedde
3cccf19671 key_cmds converted 2023-07-07 15:53:49 -04:00
bigtedde
725149cb8b info_cmd converted, edited generate tests comment 2023-07-07 15:26:50 -04:00
bigtedde
b5901eb0a6 merge upstream changes 2023-07-07 15:16:11 -04:00
bigtedde
a438176b85 help_cmd converted 2023-07-07 10:08:25 -05:00
Björn Ketelaars
1074089d37 Fix failing test on OpenBSD
A borgbackup-2.0.0b6 test fails on OpenBSD with the message below.

```
=================================== FAILURES ===================================
_____________________________ test_get_runtime_dir _____________________________

path = '/run/user/55/borg', mode = 511, pretty_deadly = True

    def ensure_dir(path, mode=stat.S_IRWXU | stat.S_IRWXG | stat.S_IRWXO, pretty_deadly=True):
        """
        Ensures that the dir exists with the right permissions.
        1) Make sure the directory exists in a race-free operation
        2) If mode is not None and the directory has been created, give the right
        permissions to the leaf directory. The current umask value is masked out first.
        3) If pretty_deadly is True, catch exceptions, reraise them with a pretty
        message.
        Returns if the directory has been created and has the right permissions,
        An exception otherwise. If a deadly exception happened it is reraised.
        """
        try:
>           os.makedirs(path, mode=mode, exist_ok=True)

build/lib.openbsd-7.3-amd64-cpython-310/borg/helpers/fs.py:37:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
```

If `$XDG_RUNTIME_DIR` is not set `platformdirs.user_runtime_dir()`
returns one of 3 different paths
(https://github.com/platformdirs/platformdirs/pull/201). Proposed fix is
to check if `get_runtime_dir()` returns one of these paths.
2023-07-07 15:38:13 +02:00
TW
7914e38160
Merge pull request #7712 from ThomasWaldmann/manifest-item_keys
manifest: move item_keys into config dict, fixes #7710
2023-07-07 00:58:27 +02:00
TW
cfbfe2423f
Merge pull request #7676 from RayyanAnsari/paths-win
Properly normalise paths on Windows
2023-07-07 00:42:03 +02:00
TW
e63775a316
Merge pull request #7711 from ThomasWaldmann/doc-updates-master
doc updates (master)
2023-07-07 00:30:16 +02:00
TW
29d73f4f41
Merge pull request #7715 from FelixSchwarz/py312-utcfromtimestamp
replace "datetime.utcfromtimestamp" to avoid deprecation warnings with Python 3.12
2023-07-06 23:47:03 +02:00
Felix Schwarz
ae0b3d2fff replace "datetime.utcfromtimestamp" with custom helper to avoid deprecation warnings when using Python 3.12 2023-07-06 21:46:19 +02:00
Daniel Rudolf
a661da13ee
Docs: Improve explanation of borg check --max-duration's side effects 2023-07-06 00:42:57 +02:00
Daniel Rudolf
9d59146de4
Docs: Remove technical description from borg check docs 2023-07-06 00:19:48 +02:00
Daniel Rudolf
9edbf4e931
Docs: Rewrite borg check docs
Fixes #7578
2023-07-06 00:17:55 +02:00
bigtedde
5bc1bbd3a3 extract_cmd converted 2023-07-04 19:35:48 -05:00
bigtedde
95d48c054a disk_full converted 2023-07-04 18:38:10 -05:00
Thomas Waldmann
51e68c24e4
manifest: move item_keys into config dict, fixes #7710
also: manifest.version == 2 now
2023-07-05 01:11:24 +02:00
bigtedde
dfaea063a5 diff_cmd converted 2023-07-04 17:15:15 -05:00
Thomas Waldmann
8db8fd601b
docs: OS X -> macOS 2023-07-04 23:59:44 +02:00
Thomas Waldmann
be731334c3
docs: update macOS hint about full disk access 2023-07-04 23:55:06 +02:00
bigtedde
99bf56cfcd delete_cmd converted 2023-07-04 16:53:06 -05:00
Thomas Waldmann
96c3c90230
docs: remove hint about item_keys in manifest 2023-07-04 23:46:53 +02:00
Thomas Waldmann
ddd93c5828
docs: remove --chunker-params hint to borg < 1.0 2023-07-04 23:41:17 +02:00
Thomas Waldmann
89cfd083ba
docs: minor fixes/update to notes 2023-07-04 23:36:41 +02:00