diff options
author | Leslie P. Polzer <polzer@port-zero.com> | 2013-10-31 11:22:07 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-31 13:39:12 +0000 |
commit | 08f5f7fa4854208cafb43c771b7dbf4464d23ae3 (patch) | |
tree | a3c06e0901113ac5639c3cbe18f96609ea0b4e38 /testing/tartarus/tartarus.post-install | |
parent | 459e7dbf90ac8d6958d53914b7201711938aab1b (diff) | |
download | aports-08f5f7fa4854208cafb43c771b7dbf4464d23ae3.tar.bz2 aports-08f5f7fa4854208cafb43c771b7dbf4464d23ae3.tar.xz |
testing/tartarus: new aport
A flexible script based backup system
http://wertarbyte.de/tartarus.shtml
Diffstat (limited to 'testing/tartarus/tartarus.post-install')
-rw-r--r-- | testing/tartarus/tartarus.post-install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/tartarus/tartarus.post-install b/testing/tartarus/tartarus.post-install new file mode 100644 index 0000000000..ddf64f851e --- /dev/null +++ b/testing/tartarus/tartarus.post-install @@ -0,0 +1,7 @@ +#!/bin/sh + +echo "Optional packages for Tartarus:" +echo " * afio: for using afio as archive format" +echo " * curl: for storing backups on FTP sites" +echo " * lvm2: for snapshot support" +echo " * gnupg: for encryption support" |