File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 11ChangeLog
22=========
33
4+ Version 0.0.4 2024-09-22
5+ ------------------------
6+
7+ - rclone: new backend to access any of the 100s of cloud backends rclone
8+ supports, needs rclone >= v1.57.0.
9+
10+ See the rclone docs for installing rclone and creating remotes.
11+ After that, borgstore will support URLs like:
12+
13+ - rclone://remote:
14+ - rclone://remote:path
15+ - rclone:///tmp/testdir (local fs, for testing)
16+ - Store.list: give up trying to do anything with a directory's "size"
17+ - .info / .list: return st.st_size for a directory "as is"
18+ - tests: BORGSTORE_TEST_RCLONE_URL to set rclone test URL
19+ - tests: allow BORGSTORE_TEST_*_URL into testenv to make tox work
20+ for testing sftp, rclone or other URLs.
21+
22+
423Version 0.0.3 2024-09-17
524------------------------
625
@@ -12,7 +31,7 @@ Version 0.0.3 2024-09-17
1231- bandwidth emulation via BORGSTORE_BANDWIDTH [bit/s], #24
1332- latency emulation via BORGSTORE_LATENCY [us], #24
1433- fix demo code, also output stats
15- - tests: BORGSTORE_TEST_SFTP_URL to set sftp test server
34+ - tests: BORGSTORE_TEST_SFTP_URL to set sftp test URL
1635
1736
1837Version 0.0.2 2024-09-10
You can’t perform that action at this time.
0 commit comments