Edwin Eefting
|
c9cbe424d7
|
major change: we now always filter all properties that start with "autobackup:". fixes #150 and #221
|
2024-09-24 20:29:29 +02:00 |
|
Edwin Eefting
|
85819a96d5
|
fix #257
|
2024-09-24 19:04:37 +02:00 |
|
Your Name
|
b54c10ef9a
|
got rid of the rest of CachedProperty. (its too hacky, and confuses pycharm as well, and now we can actually partually invalidate caches. take that past self!)
|
2024-09-24 18:29:45 +02:00 |
|
Your Name
|
07542365ac
|
reformatting. changed version number
|
2024-09-24 18:22:17 +02:00 |
|
Your Name
|
5f2e686a1b
|
only invalidate __properties
|
2024-09-24 18:18:24 +02:00 |
|
Your Name
|
3cbc93e8cc
|
only invalidate __properties
|
2024-09-24 18:17:33 +02:00 |
|
Your Name
|
682ad53d1e
|
remove commented stuff
|
2024-09-24 18:14:53 +02:00 |
|
Your Name
|
1751db92b0
|
more test fixes
|
2024-09-24 18:07:56 +02:00 |
|
Edwin Eefting
|
f51ef2a909
|
test fix
|
2024-09-24 15:25:23 +02:00 |
|
Edwin Eefting
|
a6680ee205
|
|
2024-09-24 15:21:31 +02:00 |
|
Edwin Eefting
|
cc1e7c24b1
|
fix
|
2024-09-24 15:14:41 +02:00 |
|
Edwin Eefting
|
6b987b2460
|
cleaned up planner
|
2024-09-24 13:58:01 +02:00 |
|
Edwin Eefting
|
9a48851166
|
WIP: fixes. Also assume the v3.4 branch is broken for a while since im doing heavy refactoring
|
2024-09-24 11:53:27 +02:00 |
|
Edwin Eefting
|
35b079a9a9
|
WIP: less hackish caching
|
2024-09-24 10:52:23 +02:00 |
|
Your Name
|
8aa92f6592
|
wip: removed virtual snapshots, made plan_sync and sync_snapshots simpler
|
2024-09-23 22:53:01 +02:00 |
|
Your Name
|
453f052a20
|
fix
|
2024-09-22 15:07:56 +02:00 |
|
Edwin Eefting
|
6e8cb796fe
|
WIP: improve virtual snapshot code
|
2024-09-21 11:21:58 +02:00 |
|
Reno Reckling
|
c5f1e38b18
|
Implement Issue #245 Snapshot exclude patterns
|
2024-09-18 11:10:25 +02:00 |
|
Edwin Eefting
|
9e2476ac84
|
use mbuffer to simulate actual slow transfer (test_progress)
|
2024-09-17 14:25:32 +02:00 |
|
Edwin Eefting
|
4c5339dedd
|
better output to fixed progress test
|
2024-09-17 13:27:34 +02:00 |
|
Edwin Eefting
|
b115f4b081
|
fix test
|
2024-09-17 12:46:07 +02:00 |
|
Edwin Eefting
|
8879519e32
|
fix test
|
2024-09-17 12:37:20 +02:00 |
|
Edwin Eefting
|
b247b0408b
|
fix test
|
2024-09-17 12:31:30 +02:00 |
|
Edwin Eefting
|
a2f4dd4227
|
some fixes to run tests from pycharm with a suid-python binary
|
2024-09-17 12:10:02 +02:00 |
|
Edwin Eefting
|
c52857f7b9
|
version
v3.3-beta3
|
2024-04-15 11:35:44 +02:00 |
|
DatuX
|
359bfde4c9
|
Update python-publish.yml
|
2024-04-15 11:34:07 +02:00 |
|
DatuX
|
5705afc37f
|
Update README.md
v3.3-beta2
|
2024-03-13 11:56:40 +01:00 |
|
Edwin Eefting
|
6d4f22b69e
|
Revert "wip"
This reverts commit de3dff77b85524ac5280d0a9292461d16a30afea.
|
2023-11-22 11:13:02 +01:00 |
|
DatuX
|
7122dc92af
|
Update CliBase.py
|
2023-11-02 23:01:36 +01:00 |
|
Pierre-Elliott Bécue
|
843b87f319
|
Rename chunk-size to buffer-chunk-size
|
2023-10-16 11:20:02 +02:00 |
|
Pierre-Elliott Bécue
|
7feae675a6
|
Implement chunk size argument and refactor mbuffer command generation
Fixes #203
|
2023-10-16 11:20:02 +02:00 |
|
DatuX
|
7586cacb49
|
Update README.md
|
2023-10-15 19:59:06 +02:00 |
|
DatuX
|
e0c09e9975
|
Update README.md
|
2023-10-15 19:58:24 +02:00 |
|
Edwin Eefting
|
de3dff77b8
|
wip
|
2023-10-15 16:16:05 +02:00 |
|
Edwin Eefting
|
a62e793247
|
add obscure kernel test
|
2023-10-12 22:19:30 +02:00 |
|
Edwin Eefting
|
439ea6a3bc
|
more tests
|
2023-10-04 13:29:39 +02:00 |
|
Edwin Eefting
|
ff86e3c67f
|
improve ssh speed during testing
|
2023-10-03 12:49:32 +02:00 |
|
Edwin Eefting
|
8b8be80ab7
|
tests can be run in a dockercontainer now. (just start ./tests/run_tests_docker to magically do it) changed time patching during testing to use mocktime() instead. fixed alpine issues. fixed #206
|
2023-10-02 23:15:37 +02:00 |
|
Edwin Eefting
|
5cca819916
|
central timehandling and better mocking during test
|
2023-10-02 16:29:46 +02:00 |
|
Edwin Eefting
|
477e980ba2
|
more test fixing
|
2023-09-28 00:00:10 +02:00 |
|
Edwin Eefting
|
b817df8779
|
fix test 2
|
2023-09-27 23:47:54 +02:00 |
|
Edwin Eefting
|
46580fb500
|
fix test
|
2023-09-27 23:43:37 +02:00 |
|
Edwin Eefting
|
aa2c283746
|
various automount fixes
|
2023-09-27 23:34:29 +02:00 |
|
Edwin Eefting
|
16ab4f8183
|
dont automount/read props in testmode
|
2023-09-27 01:32:29 +02:00 |
|
Edwin Eefting
|
50f8aba101
|
dont automount when encryption is enabled but no key is loaded
|
2023-09-27 01:22:30 +02:00 |
|
Edwin Eefting
|
771127d34a
|
fix #112, pretty big change in mounting behaviour
|
2023-09-27 00:52:06 +02:00 |
|
Edwin Eefting
|
ea8beee7c8
|
analyse missing debug output
|
2023-09-26 22:17:17 +02:00 |
|
Edwin Eefting
|
defbc2d0bf
|
added --include-received to overrule auto enabling of exclude received. :) fix #150
|
2023-09-26 22:01:02 +02:00 |
|
Edwin Eefting
|
4e4de2de5a
|
fix #195
|
2023-09-26 21:49:13 +02:00 |
|
Edwin Eefting
|
de898fc258
|
fix #217
|
2023-09-26 21:36:03 +02:00 |
|