aboutsummaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-09-25 23:52:50 +0200
committerDavid Runge <dave@sleepmap.de>2016-09-25 23:52:50 +0200
commita510c79ac0c54d41921f73cbe58c23baca6ac803 (patch)
treeb22c8d15c28bd0eeb4b3acaf0576bd74631875c2 /content
parent5745284c8e9d1fd3caf08ac5dba16945c0f1e125 (diff)
downloadsleepmap-a510c79ac0c54d41921f73cbe58c23baca6ac803.tar.gz
sleepmap-a510c79ac0c54d41921f73cbe58c23baca6ac803.tar.bz2
sleepmap-a510c79ac0c54d41921f73cbe58c23baca6ac803.tar.xz
sleepmap-a510c79ac0c54d41921f73cbe58c23baca6ac803.zip
content/pages/software/crypted-backups.rst: Moving to rst.
Diffstat (limited to 'content')
-rw-r--r--content/pages/software/crypted-backups.md18
-rw-r--r--content/pages/software/crypted-backups.rst55
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>
+