diff options
Diffstat (limited to 'content/pages')
-rw-r--r-- | content/pages/software/crypted-backups.md | 18 | ||||
-rw-r--r-- | content/pages/software/crypted-backups.rst | 55 |
2 files changed, 55 insertions, 18 deletions
diff --git a/content/pages/software/crypted-backups.md b/content/pages/software/crypted-backups.md deleted file mode 100644 index 874c722..0000000 --- a/content/pages/software/crypted-backups.md +++ /dev/null @@ -1,18 +0,0 @@ -Title: crypted-backups -Authors: David Runge - -This collection of services, timers and scripts enables a precise - gpg encrypted - backup of certain configuration data. -System-wide and user-specific backups are possible. - -# Development -All development takes place in my <a href="https://git.sleepmap.de" target="_blank">private git</a> repository. However you can ask for your SSH key to be included to be able to push to this repository. -For readonly access, just clone: - - git clone git://sleepmap.de/crypted-backups.git - - -You can also read the <a href="https://git.sleepmap.de/crypted-backups.git/about/" target="_blank">About</a> page for crypted-backups. - -# Packages - -* Archlinux (AUR): <a href="(https://aur.archlinux.org/packages/crypted-backups-git/" target="_blank">crypted-backups-git</a> diff --git a/content/pages/software/crypted-backups.rst b/content/pages/software/crypted-backups.rst new file mode 100644 index 0000000..edc3e70 --- /dev/null +++ b/content/pages/software/crypted-backups.rst @@ -0,0 +1,55 @@ +crypted-backups +############### + +:authors: David Runge + +| This collection of |systemd| services, timers and scripts enables a precise - gpg encrypted - backup of certain configuration data. +| System-wide and user-specific backups are possible. +| For further information read its |crypted-backups-about|. +| + +Development +___________ + +| All development takes place in |crypted-backups-git|. You can ask for your |ssh-key| to be included to be able to push to this repository. +| For readonly access, just clone: + + .. code:: bash + + git clone git://sleepmap.de/software/crypted-backups.git + + + +Packages +________ + +* |archlinux| (|aur|): |crypted-backups-git-aur| + +.. |systemd| raw:: html + + <a href="https://www.freedesktop.org/wiki/Software/systemd/" target="_blank">systemd</a> + +.. |crypted-backups-about| raw:: html + + <a href="https://git.sleepmap.de/software/crypted-backups.git/about/" target="_blank">about page</a> + +.. |crypted-backups-git| raw:: html + + <a href="https://git.sleepmap.de/software/crypted-backups.git" target="_blank">git repository</a> + +.. |ssh-key| raw:: html + + <a href="https://en.wikipedia.org/wiki/Secure_Shell#ARCHITECTURE" target="_blank">SSH public key</a> + +.. |archlinux| raw:: html + + <a href="https://archlinux.org" target="_blank">Arch Linux</a> + +.. |aur| raw:: html + + <a href="https://aur.archlinux.org" target="_blank">AUR</a> + +.. |crypted-backups-git-aur| raw:: html + + <a href="https://aur.archlinux.org/packages/crypted-backups-git/" target="_blank">crypted-backups-git</a> + |