2022-03-26 22:40:03 +00:00
|
|
|
.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
|
|
|
|
|
|
|
|
.. _borg_key_change-location:
|
|
|
|
|
|
|
|
borg key change-location
|
|
|
|
------------------------
|
|
|
|
.. code-block:: none
|
|
|
|
|
2022-06-23 23:19:19 +00:00
|
|
|
borg [common options] key change-location [options] KEY_LOCATION
|
2022-03-26 22:40:03 +00:00
|
|
|
|
|
|
|
.. only:: html
|
|
|
|
|
|
|
|
.. class:: borg-options-table
|
|
|
|
|
|
|
|
+-------------------------------------------------------+------------------+----------------------------------------------------------------+
|
|
|
|
| **positional arguments** |
|
|
|
|
+-------------------------------------------------------+------------------+----------------------------------------------------------------+
|
|
|
|
| | ``KEY_LOCATION`` | select key location |
|
|
|
|
+-------------------------------------------------------+------------------+----------------------------------------------------------------+
|
2024-07-19 18:40:15 +00:00
|
|
|
| **optional arguments** |
|
2022-03-26 22:40:03 +00:00
|
|
|
+-------------------------------------------------------+------------------+----------------------------------------------------------------+
|
|
|
|
| | ``--keep`` | keep the key also at the current location (default: remove it) |
|
|
|
|
+-------------------------------------------------------+------------------+----------------------------------------------------------------+
|
|
|
|
| .. class:: borg-common-opt-ref |
|
|
|
|
| |
|
|
|
|
| :ref:`common_options` |
|
|
|
|
+-------------------------------------------------------+------------------+----------------------------------------------------------------+
|
|
|
|
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
<script type='text/javascript'>
|
|
|
|
$(document).ready(function () {
|
|
|
|
$('.borg-options-table colgroup').remove();
|
|
|
|
})
|
|
|
|
</script>
|
|
|
|
|
|
|
|
.. only:: latex
|
|
|
|
|
|
|
|
KEY_LOCATION
|
|
|
|
select key location
|
|
|
|
|
|
|
|
|
2024-07-19 18:40:15 +00:00
|
|
|
optional arguments
|
2022-03-26 22:40:03 +00:00
|
|
|
--keep keep the key also at the current location (default: remove it)
|
|
|
|
|
|
|
|
|
|
|
|
:ref:`common_options`
|
|
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
|
|
~~~~~~~~~~~
|
|
|
|
|
|
|
|
Change the location of a borg key. The key can be stored at different locations:
|
|
|
|
|
2022-06-23 23:19:19 +00:00
|
|
|
- keyfile: locally, usually in the home directory
|
|
|
|
- repokey: inside the repo (in the repo config)
|
|
|
|
|
|
|
|
Please note:
|
2022-03-26 22:40:03 +00:00
|
|
|
|
2022-06-23 23:19:19 +00:00
|
|
|
This command does NOT change the crypto algorithms, just the key location,
|
|
|
|
thus you must ONLY give the key location (keyfile or repokey).
|