diff options
author | David Runge <dave@sleepmap.de> | 2015-03-26 02:00:44 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-26 02:00:44 +0100 |
commit | 4596cc602d2115a5d36829aa03850e9d0c50dcc5 (patch) | |
tree | 6b47fe6e8fa8e79975dc4aa16ccb6927ddd2ca31 | |
parent | f225b97df69f080669181110d274a825203d89ce (diff) | |
download | crypted-backups-4596cc602d2115a5d36829aa03850e9d0c50dcc5.tar.gz crypted-backups-4596cc602d2115a5d36829aa03850e9d0c50dcc5.tar.bz2 crypted-backups-4596cc602d2115a5d36829aa03850e9d0c50dcc5.tar.xz crypted-backups-4596cc602d2115a5d36829aa03850e9d0c50dcc5.zip |
README.md: Updating with requirements, configuration, TODO and license.
-rw-r--r-- | README.md | 46 |
1 files changed, 33 insertions, 13 deletions
@@ -5,17 +5,37 @@ This collection of systemd timers/services and scripts enables a precise - gpg e System-wide backups and user-specific backups are possible. ## Features -**System**: Backups of the following program settings/ folders are possible: -- aura -- bitlbee -- git -- mail/ mailman -- mariadb -- /var/log -- /var/log/journal -- websites - -**User**: Backups of the following program profiles are possible: -- firefox -- thunderbird +Backups of the following program settings/profiles/folders are possible: +### System +* aura +* bitlbee +* git +* mail/ mailman +* mariadb +* /var/log +* /var/log/journal +* websites +### User +* firefox +* thunderbird + +## Requirements +At the moment crypted-backups only supports [xz](http://tukaani.org/xz/) compression. + +## Configuration +Crypted-backups uses two forms of configuration files. One for system-wide services and one for user services. + +### System +The configuration file for system services can be found in */etc/crypted-backups* and is well documented. + +### User +The configuration file for user services is read from *$HOME/.config/crypted-backups*. +Make sure to copy and modify one from your system skeleton folder (**/etc/skel/.crypted-backups**). + +## TODO +* Using [pixz](https://github.com/vasi/pixz) +* Using [rsync](https://rsync.samba.org/) for backup mirroring + +## License +Crypted-backups is licensed under the GPLv3. |