Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-13 | backup.sh: Remove deprecation warning with borg 1.2 | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-05-10 | backup.sh: Fix broken prune when doing full backup | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-02-14 | backup.sh: Show added/modified files when run interactively | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-01-27 | backup.sh: Only keep partial backups for 31 days | Florian Pritz | 1 | -1/+1 | |
It's difficult enough to recover from full + partial backups, but partial backups are really just a way to quickly save some stuff to the backup repo. They shouldn't be kept for very long. Also the partial- prefix is used by all partial backups, regardless of their actual content. different partial backups could contain different paths so once we start pruning some, we can't really use the others any more. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-01-27 | backup.sh: Only purge when doing full backups | Florian Pritz | 1 | -2/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-01-27 | backup.sh: Error on undefined variables | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-01-25 | backup.sh: Only create backup-data files when in backup path | Florian Pritz | 1 | -11/+13 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-01-19 | backup.sh: Add mdadm and vgcfgbackup to backup-data | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-01-19 | backup.sh: Support partial backups | Florian Pritz | 1 | -6/+19 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-04-22 | misc | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-25 | backup.sh: Use $(hostname) instead of env variable | Florian Pritz | 1 | -2/+1 | |
This way we don't have to worry about zsh and bash Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-20 | backup.sh: Add configuration file support | Florian Pritz | 1 | -28/+53 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-20 | backup.sh: Only display stats on console | Florian Pritz | 1 | -2/+1 | |
Keep cronjob mails or logfiles clean of stats. They can be viewed on demand with borg info. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-20 | backup.sh: Add email to copyright | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-02-20 | backup.sh: Add license | Florian Pritz | 1 | -0/+17 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-15 | backup.sh: Improve prune command to reduce number of archives | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-16 | backup.sh: Fix possible quoting issue in exclude_mountpoints | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-16 | backup.sh: Remove duplicate code; remove left over variable | Florian Pritz | 1 | -2/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-16 | backup.sh: disable --progress for cronjobs; add comment | Florian Pritz | 1 | -10/+14 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-14 | backup.sh: Add timestamp file | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-14 | backup.sh: Remove unused variable | Florian Pritz | 1 | -4/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-14 | backup.sh: Misc changes; drop duplicity | Florian Pritz | 1 | -52/+13 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-13 | backup.sh: Add borg support; improve fs whitelisting | Florian Pritz | 1 | -33/+58 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-01-21 | backup.sh: Drop logfile | Florian Pritz | 1 | -2/+1 | |
Grows way too large Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-01-15 | backup.sh: Add missing variable; add timestamp file | Florian Pritz | 1 | -1/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-12-05 | backup.sh: misc changes | Florian Pritz | 1 | -9/+18 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-28 | backup.sh: Fix seek error in globbing file list | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-13 | backup.sh: Rwrite the script | Florian Pritz | 1 | -16/+115 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-01-25 | backup.sh: fix typo | Florian Pritz | 1 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-01-23 | backup.sh: update for duplicity 0.7 | Florian Pritz | 1 | -5/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-09-13 | misc changes | Florian Pritz | 1 | -0/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-06 | backup.sh: comments; use sudo if necessary use sudo if necessary | Florian Pritz | 1 | -12/+18 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-06-03 | misc changes | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-01-10 | add backup.sh | Florian Pritz | 1 | -0/+39 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |