TW
TW
In borg 1.4-maint and master branches, this will use the new warning system and exit borg with a very specific return code if there only was this one kind of...
TODO: add a note to the borg binaries 00_README.txt that the single file version will always extract to temp and that the tgz single directory version is already extracted and...
considering you need init only once (and it even needs to be interactive when using encryption), what's your use case precisely?
borg init is not automatic for every usecase. If you enable encryption, it will ask you for a passphrase. there might be also a security question the first time one...
I still think init should be manual (as far as borg is concerned). For the same reasons why you maybe do not want to automate fdisk/mkfs/labelling backup disk preparation steps.
``` $ mkdir invalid $ borg list invalid /home/tw/invalid is not a valid repository. Check repo config. $ echo $? 2 $ borg list doesntexist Repository /home/tw/doesntexist does not exist....
2 just means something like "sudden, fatal error". 1 is some warning (needs manual log checking). 0 is success.
i still think this is complex, unclear and can have / cause lots of issues. so if somebody wants to put a lot of work into this, make a PR...
We recently automated some borg stuff and I ran into issues with the `borg list` based idea (see above). It does not work if the repo already exists AND a...
@dami0 do you mean the parent directory of the repo directory?