TW
TW
Well, I shortly also thought about using a borg repo, but tar is just one file and I do not expect huge amount of data in there anyway. Also, it...
Alternatively, we could also use the backup software to dynamically create the test input data at testing time from some generic source files (which we keep in the repo /...
Note: using the myserver-DATE-TIME format would be rotation-tolerant. Usefuly if it is not just a one-time import, but regularly used. Backups that were already imported would map to same name...
@JochenLutz can you file 2 separate new issues on github for what you found (or even pull requests)?
Thanks for the feedback, some comments: - one can set a passphrase for borg via ``` export BORG_PASSPHRASE=xxxxxxxxxxxxxxxxx ``` - removing a prefix: there is no option in `borg create`...
Guess a prompt is not needed. borg-import is usually a one-time thing (you have some old backup system, then you use borg-import once (per backup repo), then you continue with...
Can you try installing the stuff as root and not using sudo?
The issue you see is outside of borg, it does not find the package. So I guess it is not installed correctly.
As user and into an existing venv (please not that I am inside the borg-import/ directory where the setup.py is located): ``` tw@mba2020 borg-import % . ../borg-env/bin/activate (borg-env) tw@mba2020 borg-import...
Any non-broken borg-import installation should work, no matter whether into a venv or a "normal" installation.