aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bin/crypted-backups: Adding function for mirroring the backup locally or ↵HEADmasterDavid Runge2015-10-271-1/+69
| | | | remotely. Adding TODO for recall function. Adding setting for irssi backup.
* bin/crypted-backups: Adding function to cleanup backups older than ↵David Runge2015-10-271-3/+24
| | | | pre-defined number of days.
* bin/crypted-backups: Adding verbose mode. Adding notification also to ↵David Runge2015-10-261-34/+51
| | | | database backup.
* bin/crypted-backups: Distinguishing between checking for folder's existence ↵David Runge2015-10-261-9/+36
| | | | and its additional creation upon non-existence. Adding message on empty subfolders when doing recursive backup. Adding check for configuration file.
* bin/crypted-backups: Adding function for database backups. Generalizing the ↵David Runge2015-10-261-15/+87
| | | | compression function (compress_to_tmp_file). Making the script even more strict.
* bin/crypted-backups: Adding backup settings for most programs. Fixing ↵David Runge2015-10-261-3/+30
| | | | multi-layered setup for mail backup. Adding TODO for directory existence check.
* bin/crypted-backups: First draft of unifying script, instead of many ↵David Runge2015-10-261-0/+286
| | | | specialized ones.
* README.rst: Fixing some typos, adding some clarification.David Runge2015-10-251-6/+7
|
* README.rst: Reformatting README to ReStructuredText.David Runge2015-10-251-69/+135
|
* TODO: Moving TODOs to separate file.David Runge2015-10-251-0/+4
|
* README.rst: Moving to ReStructuredText.David Runge2015-10-241-0/+0
|
* Adding new TODO.0.1David Runge2015-08-161-0/+1
|
* system/*.service: Updating to new configuration file location in all service ↵David Runge2015-08-1110-10/+10
| | | | files.
* scripts/backup-{firefox,thunderbird}: Adding home directoryDavid Runge2015-08-112-0/+2
|
* Clarifying Description of all units. Generalizing backup-mariadb.* to ↵David Runge2015-04-2717-17/+17
| | | | backup-mysql.*
* README.md: Adding TODO for scripts.David Runge2015-04-251-0/+1
|
* user/cleanup-backup.service: Adding the second configuration location and ↵David Runge2015-03-261-1/+2
| | | | making both non-required for startup
* README.md: Removing test code block again. Yay for cgit caches.David Runge2015-03-261-1/+0
|
* README.md: Fixing code blocks (again)David Runge2015-03-261-0/+2
|
* README.md: Fixing code blocks (again)David Runge2015-03-261-8/+0
|
* README.md: Fixing code blocksDavid Runge2015-03-261-1/+14
|
* README.md: Adding compression and usage, updating requirements and about.David Runge2015-03-261-2/+48
|
* user/backup-{firefox,thunderbird}.service: Adding second position for a user ↵David Runge2015-03-262-2/+4
| | | | configuration. Making both non-mandatory.
* README.md: Updating information regarding user configuration. Minor fixes.David Runge2015-03-261-7/+8
|
* README.md: Updating with requirements, configuration, TODO and license.David Runge2015-03-261-13/+33
|
* LICENSE: Adding GPLv3 license.David Runge2015-03-251-0/+674
|
* user/cleanup-backup.{service,timer}: Adding cleanup-backup also for user units.David Runge2015-03-252-0/+21
|
* user/backup-{firefox,thunderbird}.service: Now sourcing configuration from ↵David Runge2015-03-252-2/+2
| | | | user's home.
* config/system/crypted-backups: Removing user specific settings. Moving ↵David Runge2015-03-251-32/+12
| | | | cleanup settings up (alphabetical order).
* config/user/crypted-backups: Adding user specific settings.David Runge2015-03-251-0/+56
|
* config/system/crypted-backups: Moving system-wide settings to appropriate ↵David Runge2015-03-251-0/+0
| | | | subfolder and renaming to package name.
* cleanup-backup: Adding first version of cleanup-backup script, service and ↵David Runge2015-03-203-0/+25
| | | | timer.
* backup-websites: Adding first version of backup-websites script, service and ↵David Runge2015-03-203-0/+53
| | | | timer.
* backup-var-log-journal: Adding first version of backup-var-log-journal ↵David Runge2015-03-203-0/+47
| | | | script, service and timer.
* backup-var-log: Adding first version of backup-var-log script, service and ↵David Runge2015-03-203-0/+47
| | | | timer.
* backup-mariadb: Adding first version of backup-mariadb script, service and ↵David Runge2015-03-203-0/+52
| | | | timer.
* backup-mail: Adding first version of backup-mail script, service and timer.David Runge2015-03-203-0/+99
|
* backup-git: Adding first version of backup-git script, service and timer.David Runge2015-03-203-0/+48
|
* backup-etc: Adding first version of backup-etc script, service and timer.David Runge2015-03-203-0/+47
|
* backup-bitlbee: Adding first version of backup-bitlbee script, service and ↵David Runge2015-03-203-0/+48
| | | | timer.
* backup-aura-states: Adding first version of backup-aura-states script, ↵David Runge2015-03-203-0/+50
| | | | service and timer.
* README.md: Fixing bullets.David Runge2015-03-191-10/+10
|
* README.md: Adding first README version with some information on what this ↵David Runge2015-03-191-0/+21
| | | | repository is about.
* config/backup-settings: Alphabetical order for programs/folders. Clarifying ↵David Runge2015-03-191-20/+20
| | | | things for EnvironmentFile/Environment in the header.
* scripts/backup-{firefox,thunderbird}: Adding first version of backup scripts ↵David Runge2015-03-192-0/+104
| | | | for Firefox and Thunderbird.
* user/backup-*: Adding the first version of Firefox and Thunderbird backup ↵David Runge2015-03-194-0/+44
| | | | services/timerse.
* config/backup-settings: Adding first version of backup-settings ↵David Runge2015-03-191-0/+156
configuration file.