Nicolas CARPi
Nicolas CARPi
`BORG_PATH` must point to the `borg` executable! So if it's in your `$PATH`, output of `which borg`. > Is it possible to backup elabFTW old way without that borg? Yes,...
It will be wherever you configured `BORG_REPO` path: https://github.com/elabftw/elabctl/blob/master/elabctl.conf#L36
So you initialized a repository in `/root/borg` with `borg init` as described in the documentation, right?
So then your uploaded files will be in there.
Switching operating systems seems quite a radical and unadapted solution. > Unfortunately it's only mysql in /root/backup folder. I said the files were in `/root/borg` not `/root/backup`. Because that's where...
Content of a borg repo looks like this: ~~~ README config data hints.624 index.624 integrity.624 nonce ~~~ I don't understand why you cannot find your borg repo, but I've just...
> Uploaded files shall also backup here, correct? No, they are in the borg repo! If you want to "see" them you need to `borg extract` a borg backup. The...
> All i need is to know how to recover data from backup in case of emergency. Could you add this information to elabFTW manual please? There is already this:...
Hello, It might be a future development yes, but it is not on the roadmap currently.
@econeale Anything can be merged from the community, as long as the PR stays focused on one feature. I'd say this kind of feature would not be trivial to implement,...