GitHub / borgbackup/borgstore issues and pull requests
#113 - doc updates
Pull Request -
State: open - Opened by ThomasWaldmann 2 months ago
#112 - add docs for permissions system
Issue -
State: open - Opened by ThomasWaldmann 2 months ago
Labels: documentation
#110 - release 0.3.0
Pull Request -
State: closed - Opened by ThomasWaldmann 2 months ago
#109 - Fixing windows file paths
Pull Request -
State: closed - Opened by sothix 2 months ago
- 2 comments
#108 - Store: add permissions argument
Pull Request -
State: closed - Opened by ThomasWaldmann 3 months ago
#107 - posixfs: add a permissions system, fixes #105
Pull Request -
State: closed - Opened by ThomasWaldmann 3 months ago
#106 - store: add logging for store ops, fixes #104
Pull Request -
State: closed - Opened by ThomasWaldmann 3 months ago
#105 - Idea: permissions for fs backend
Issue -
State: closed - Opened by ThomasWaldmann 3 months ago
Labels: enhancement
#104 - Idea: access logging
Issue -
State: closed - Opened by ThomasWaldmann 3 months ago
- 1 comment
Labels: enhancement, good first issue
#102 - release 0.2.0
Pull Request -
State: closed - Opened by ThomasWaldmann 3 months ago
#101 - update CHANGES
Pull Request -
State: closed - Opened by ThomasWaldmann 4 months ago
#100 - posixfs: also support windows file:/// URLs, fixes #82
Pull Request -
State: closed - Opened by ThomasWaldmann 4 months ago
#99 - posixfs/sftp: create missing parent dirs of the base path
Pull Request -
State: closed - Opened by ThomasWaldmann 4 months ago
#98 - BackendError: File or folder already exists
Issue -
State: open - Opened by mlell 4 months ago
- 3 comments
#97 - Discussion: parallelism for borgstore
Issue -
State: open - Opened by alexandru-bagu 6 months ago
- 1 comment
#96 - S3 backend
Pull Request -
State: closed - Opened by alexandru-bagu 6 months ago
- 7 comments
#95 - as borg is append only, can you try experiment & see if borg works with cloud storages (storage costs goes by / 10)
Issue -
State: closed - Opened by surapuramakhil 6 months ago
- 3 comments
#93 - Remote repository degraded performance
Issue -
State: closed - Opened by alexandru-bagu 7 months ago
- 4 comments
#92 - rclone: fix discard thread issues
Pull Request -
State: closed - Opened by alexandru-bagu 7 months ago
- 13 comments
#91 - Issues with rclone on cygwin
Issue -
State: closed - Opened by alexandru-bagu 7 months ago
- 2 comments
#90 - misc. updates (2)
Pull Request -
State: closed - Opened by ThomasWaldmann 8 months ago
#89 - misc. updates
Pull Request -
State: closed - Opened by ThomasWaldmann 8 months ago
#88 - Store.list: deleted=True semantics, fixes #83
Pull Request -
State: closed - Opened by ThomasWaldmann 8 months ago
#87 - posixfs / sftp: optimize mkdir usage, add retry, fixes #85
Pull Request -
State: closed - Opened by ThomasWaldmann 8 months ago
#86 - say "Invalid or unsupported Backend Storage URL"
Pull Request -
State: closed - Opened by ThomasWaldmann 8 months ago
#85 - how to deal with nesting directories
Issue -
State: closed - Opened by ThomasWaldmann 8 months ago
Labels: enhancement
#84 - unclear message if sftp unsupported due to paramiko missing
Issue -
State: closed - Opened by ThomasWaldmann 8 months ago
- 2 comments
Labels: documentation
#83 - Store.list with delete=True vs. =False
Issue -
State: closed - Opened by ThomasWaldmann 9 months ago
#82 - windows file: URLs
Issue -
State: closed - Opened by ThomasWaldmann 10 months ago
- 3 comments
#80 - optimize store creation's mkdir calls
Issue -
State: closed - Opened by ThomasWaldmann 10 months ago
- 2 comments
#79 - Release 0.1.0
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
#78 - use rclone:remote:path as "URL"
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
- 1 comment
#77 - sftp: by default, use a relative path, hack for abs path
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
#76 - drop "relative path" hack, fixes #23
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
#75 - make sftp backend optional
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
#74 - "cryptography" package breaks some platforms
Issue -
State: closed - Opened by ThomasWaldmann 10 months ago
- 2 comments
#73 - update README
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
#71 - docs: fix md syntax in rst doc
Pull Request -
State: closed - Opened by wzyboy 10 months ago
- 1 comment
#70 - sftp: raise BackendDoesNotExist if base path is not found
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
#69 - update CHANGES
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
#68 - rclone init issue
Issue -
State: closed - Opened by ThomasWaldmann 10 months ago
- 1 comment
#67 - remove ad-hoc mkdir calls
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
- 6 comments
#66 - mstore: lives in branch "mstore" for now
Issue -
State: open - Opened by ThomasWaldmann 10 months ago
#65 - remove MStore from master branch for now
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
#64 - github CI: can we have a localhost sftp server?
Issue -
State: open - Opened by ThomasWaldmann 10 months ago
Labels: good first issue, help wanted
#63 - refactor Store tests, add Store.set_levels method
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
#62 - rclone backend: don't error on create if source directory is empty
Pull Request -
State: closed - Opened by ncw 10 months ago
- 1 comment
#61 - sftp backend test weirdness
Issue -
State: open - Opened by ThomasWaldmann 10 months ago
- 1 comment
Labels: bug
#60 - backends.sftp: fix _mkdir edge case
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
#59 - backend.create: only reject non-empty storage, see #57
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
- 1 comment
#58 - move types-requests to tox.ini
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
#57 - BackendAlreadyExists: rclone storage base path already exists on emtpy dir
Issue -
State: closed - Opened by bjo81 10 months ago
- 8 comments
#56 - rclone backend: retry errors on load and store 3 times
Pull Request -
State: closed - Opened by ncw 10 months ago
- 1 comment
#55 - rclone backend: fix hang on termination
Pull Request -
State: closed - Opened by ncw 10 months ago
- 1 comment
#54 - rclone backend and exception handling
Issue -
State: closed - Opened by ThomasWaldmann 10 months ago
- 4 comments
#52 - release 0.0.4
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
#51 - get_backend: add rclone URL support
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
#50 - tox: allow BORGSTORE_TEST_*_URL into testenv
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
#49 - github CI: run most stuff on ubuntu 24.04
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
#48 - give up trying to do anything with a directory's "size"
Pull Request -
State: closed - Opened by ThomasWaldmann 10 months ago
#47 - get rid of ad-hoc mkdir usage
Issue -
State: closed - Opened by ThomasWaldmann 10 months ago
- 4 comments
#46 - Add rclone backend to access any of the 100s of cloud backends rclone supports
Pull Request -
State: closed - Opened by ncw 11 months ago
- 20 comments
#45 - docs updates
Pull Request -
State: closed - Opened by ThomasWaldmann 11 months ago
#44 - sftp: speed / latency / protocol issues
Issue -
State: open - Opened by ThomasWaldmann 11 months ago
- 1 comment
Labels: documentation, wontfix
#43 - sftp: list of notable paramiko issues
Issue -
State: open - Opened by ThomasWaldmann 11 months ago
#42 - refactor _get_sftp_backend of the testsuite to use env vars
Issue -
State: closed - Opened by ThomasWaldmann 11 months ago
- 10 comments
#41 - remove cryptography requirement
Pull Request -
State: closed - Opened by ThomasWaldmann 11 months ago
#40 - sftp: check speed again
Issue -
State: closed - Opened by ThomasWaldmann 11 months ago
- 2 comments
#39 - sftp: check AutoAddPolicy
Issue -
State: closed - Opened by ThomasWaldmann 11 months ago
- 1 comment
Labels: bug
#38 - sftp: add support for ~/.ssh/config, fixes #37
Pull Request -
State: closed - Opened by ThomasWaldmann 11 months ago
- 11 comments
#37 - SFTP backend does not use local SSH-client's config
Issue -
State: closed - Opened by mirko 11 months ago
- 5 comments
#36 - update CHANGES
Pull Request -
State: closed - Opened by ThomasWaldmann 11 months ago
#35 - store: raise BE specific exception, fixes #34
Pull Request -
State: closed - Opened by ThomasWaldmann 11 months ago
#34 - raise borgstore specific exceptions for expected errors
Issue -
State: closed - Opened by ThomasWaldmann 11 months ago
#33 - implement latency and bandwidth emulation
Pull Request -
State: closed - Opened by ThomasWaldmann 11 months ago
#32 - update README
Pull Request -
State: closed - Opened by ThomasWaldmann 11 months ago
#31 - fix stats
Pull Request -
State: closed - Opened by ThomasWaldmann 11 months ago
#30 - fix demo code, also output stats
Pull Request -
State: closed - Opened by ThomasWaldmann 11 months ago
#29 - add Store.stats property, fixes #25
Pull Request -
State: closed - Opened by ThomasWaldmann 11 months ago
#28 - move URL parsing tests to test_backends
Pull Request -
State: closed - Opened by ThomasWaldmann 11 months ago
#27 - sftp URL's username should be optional
Issue -
State: closed - Opened by ThomasWaldmann 11 months ago
#26 - sftp: username is optional
Pull Request -
State: closed - Opened by ThomasWaldmann 11 months ago
#25 - idea: add stats
Issue -
State: closed - Opened by ThomasWaldmann 11 months ago
#24 - idea: add a latency / bandwidth emulator option
Issue -
State: closed - Opened by ThomasWaldmann 11 months ago
- 2 comments
#23 - file:// urls and relative paths
Issue -
State: closed - Opened by ThomasWaldmann 11 months ago
- 1 comment
#22 - release 0.0.2
Pull Request -
State: closed - Opened by ThomasWaldmann 11 months ago
#21 - add python 3.13-dev to CI testing
Issue -
State: closed - Opened by ThomasWaldmann 11 months ago
#20 - update README about borgbackup
Issue -
State: closed - Opened by ThomasWaldmann 11 months ago
#19 - space usage / disk free / quota / etc.
Issue -
State: open - Opened by ThomasWaldmann 11 months ago
- 4 comments
Labels: help wanted
#18 - implement REST client backend
Pull Request -
State: open - Opened by ThomasWaldmann 11 months ago
- 2 comments
#17 - Sftp.store: must use client.posix_rename
Issue -
State: closed - Opened by ThomasWaldmann 11 months ago
- 4 comments
#15 - sorted .list
Pull Request -
State: closed - Opened by ThomasWaldmann 12 months ago
#14 - optional disk free support
Issue -
State: closed - Opened by ThomasWaldmann 12 months ago
- 4 comments
#13 - mstore/store: add __repr__
Pull Request -
State: closed - Opened by ThomasWaldmann 12 months ago
#12 - add mypy support
Issue -
State: open - Opened by ThomasWaldmann 12 months ago
#11 - posixfs: don't fsync by default, see #10
Pull Request -
State: closed - Opened by ThomasWaldmann 12 months ago
#10 - to fsync or not to fsync...
Issue -
State: closed - Opened by ThomasWaldmann 12 months ago
- 2 comments
#9 - docs updates
Pull Request -
State: closed - Opened by ThomasWaldmann 12 months ago
#8 - update README
Pull Request -
State: closed - Opened by ThomasWaldmann 12 months ago
#7 - improved error/exception handling, fixes #6
Pull Request -
State: closed - Opened by ThomasWaldmann 12 months ago