-
## Have you checked borgbackup docs, FAQ, and open Github issues?
Yes
## Is this a BUG / ISSUE report or a QUESTION?
Change Request
## System information. For client/server mode post info …
-
The systemd unit file that you've included in your repository
`[Unit]
Description=UrBackup backup service
After=syslog.target network.target
[Service]
Type=simple
User=urbackup
ExecStart=/u…
-
Dear developers, I wish you a happy new year 2024! and at the same time I'd like to share with you the problem I recently encountered.
After running the urbackup_api_test.py script, the global para…
-
I used to install the urbackup client on the actual host, but I am trying to do it through a container now. I am putting the client on the same compose stack as the server, using the proper mounts, an…
-
For some reason the `login` and `salt` actions fail with:
```bash
https://127.0.0.1:55414/x?a=salt
Username `admin` not found
Failed to download installer.
```
Tried with and without `.htpasswd`…
-
Hello.
I try to connect to my urbackup server, but I can't. My code looks like:
import urbackup_api
server = urbackup_api.urbackup_server("http://10.10.10.10:55414/x", "username", "xxxxxx")
se…
-
I successfully build urbackupsrv on machine and it runs like a charm.
When I install the same package on a different machine, urbackupsrv stops with an error 'Illegal instruction'
Screenshot:
`…
-
Greetings,
I recently forked your repo to build my own small repo of UrBackup-Docker-Containers on ARM platform since the orginal Docker container does not support them. I submitted the codes to the …
-
Hello thx for this, It makes easier, now I dont have to use WSL to have proxmox-backup-client working on windows.
Would be nice to have support also on Image Backups, something like UrBackup does
-
relating:https://github.com/WayneD/rsync/issues/166
https://unix.stackexchange.com/questions/591384/copying-or-restoring-crtime-for-files-directories-on-ext4fs-filesystem#
In Windows,
We use http…