aboutsummaryrefslogtreecommitdiffstats
path: root/bin
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.