borg/docs/usage.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

70 lines
1.6 KiB
ReStructuredText
Raw Normal View History

2013-07-31 18:51:01 +00:00
.. include:: global.rst.inc
.. highlight:: none
2013-07-31 18:51:01 +00:00
.. _detailed_usage:
2013-08-04 19:23:12 +00:00
Usage
=====
2013-07-31 18:51:01 +00:00
2017-06-06 22:06:36 +00:00
.. raw:: html
Redirecting...
<script type="text/javascript">
// Fixes old links which were just anchors
var hash = window.location.hash.substring(1);
// usage.html is empty, no content. Purely serves to implement a "correct" toctree
// due to rST/Sphinx limitations. Refer to https://github.com/sphinx-doc/sphinx/pull/3622
// Redirect to general docs
if(hash == "") {
var replaced = window.location.pathname.replace("usage.html", "usage/general.html");
if (replaced != window.location.pathname) {
window.location.pathname = replaced;
}
2017-06-06 22:06:36 +00:00
}
// Fixup anchored links from when usage.html contained all the commands
else if(hash.startsWith("borg-key") || hash == "borg-change-passphrase") {
window.location.hash = "";
window.location.pathname = window.location.pathname.replace("usage.html", "usage/key.html");
}
else if(hash.startsWith("borg-")) {
window.location.hash = "";
window.location.pathname = window.location.pathname.replace("usage.html", "usage/") + hash.substr(5) + ".html";
}
</script>
.. toctree::
usage/general
2022-06-23 23:19:19 +00:00
usage/rcreate
usage/rlist
usage/rinfo
2022-10-03 11:50:29 +00:00
usage/rcompress
2022-06-23 23:19:19 +00:00
usage/rdelete
usage/serve
usage/version
2022-06-23 23:19:19 +00:00
usage/compact
usage/config
usage/lock
usage/key
2017-06-06 22:06:36 +00:00
usage/create
usage/extract
usage/check
usage/rename
usage/list
usage/diff
usage/delete
usage/prune
usage/info
usage/mount
usage/recreate
usage/tar
2022-06-23 23:19:19 +00:00
usage/transfer
usage/benchmark
2017-06-06 22:06:36 +00:00
usage/help
usage/debug
usage/notes