Merge pull request #6656 from Zocker1999NET/remote-backup-public-key

aio-interface: add hint to UI about SSH pubkey for remote backups
This commit is contained in:
Simon L. 2025-07-23 11:45:24 +02:00 committed by GitHub
commit 436296d1c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -371,6 +371,7 @@
<p> <p>
To store backups remotely instead, fill in the To store backups remotely instead, fill in the
<a target="_blank" href="https://borgbackup.readthedocs.io/en/stable/usage/general.html#repository-urls">remote borg repo url and submit it</a>. <a target="_blank" href="https://borgbackup.readthedocs.io/en/stable/usage/general.html#repository-urls">remote borg repo url and submit it</a>.
You will be provided with an SSH public key for authorization at the remote afterwards.
</p> </p>
<form method="POST" action="/api/configuration" class="xhr"> <form method="POST" action="/api/configuration" class="xhr">
<label>Local backup location</label> <input type="text" id="borg_backup_host_location" name="borg_backup_host_location" placeholder="/mnt/backup"/><br> <label>Local backup location</label> <input type="text" id="borg_backup_host_location" name="borg_backup_host_location" placeholder="/mnt/backup"/><br>