From a510c79ac0c54d41921f73cbe58c23baca6ac803 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 25 Sep 2016 23:52:50 +0200 Subject: content/pages/software/crypted-backups.rst: Moving to rst. --- content/pages/software/crypted-backups.md | 18 ---------- content/pages/software/crypted-backups.rst | 55 ++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 18 deletions(-) delete mode 100644 content/pages/software/crypted-backups.md create mode 100644 content/pages/software/crypted-backups.rst (limited to 'content') 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 private git 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 About page for crypted-backups. - -# Packages - -* Archlinux (AUR): crypted-backups-git 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 + + systemd + +.. |crypted-backups-about| raw:: html + + about page + +.. |crypted-backups-git| raw:: html + + git repository + +.. |ssh-key| raw:: html + + SSH public key + +.. |archlinux| raw:: html + + Arch Linux + +.. |aur| raw:: html + + AUR + +.. |crypted-backups-git-aur| raw:: html + + crypted-backups-git + -- cgit v1.2.3-54-g00ecf