summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/lh_system_backup_job
AgeCommit message (Collapse)AuthorFilesLines
2019-03-24LinHES-system: lh_system_backup_job: check for home dirs before tarBritney Fransen1-1/+10
2019-01-22LinHES-system: lh_system_restore_job: fix usage messageBritney Fransen1-0/+0
2016-06-02LinHES-system: lh_system_backup_job: check for backup error and don't remove ↵Britney Fransen1-8/+22
old backups if backup errors put backup in errored_backup dir
2016-04-20LinHES-system: lh_system_backup_job: add .mythtv/cache to be ignoredBritney Fransen1-1/+1
2016-01-22LinHES-system: lh_system_backup_job: add Plex backup and excludesBritney Fransen1-4/+39
change secondary backup to search if disk1 doesn't exist
2015-02-16LinHES-system: lh_system_backup_job: add status and remove verbose from tarBritney Fransen1-9/+13
2014-11-02LinHES-system: lh_system_job: add some excludesBritney Fransen1-4/+10
cacheclean: adjust pacman cache dir
2013-12-12LinHES-system: change myth_mtc.py to run in cron hourly to run more reliably ↵Britney Fransen1-6/+4
after system is down or is busy.
2013-12-03LinHES-system: systembackupJames Meyer1-14/+24
lh_system_backup_job. Fix sed problem when adjusting the meny xml . Changed > to -gt to force bash int test instead of string add timestamps to myth_mtc.py and general cleanup
2013-11-24LinHES-system: lh_system_backup_job: update sed to only change first match ↵Britney Fransen1-3/+3
for status description linhes_update: add some description texts and update some osd msgs
2013-11-12LinHES-system: lh_system_backup_job: create copy of system_backups on second ↵Britney Fransen1-2/+27
disk if it exists. closes #936.
2013-02-01LinHES-system: add lh_system_restore and lh_system_backup. These scripts ↵James Meyer1-15/+89
are called from the mythmenu. refs #900
2013-01-23linhes-system: add additional stuff to the system backup and also ↵James Meyer1-3/+21
introduced an exclude file. The exclude/include files are locate in /home/mythtv/backup_config/ new includes are: /home/vncsvc /home/xymon refs #897
2013-01-07LinHES-system: system restore/backup modifications.James Meyer1-0/+4
- restore: Added support for partial restores. usuage: lh_system_restore $restore_file_name partial if partial is not in the cmd line, then a full restore will take place. Partial restore of a backup file: *stop mythbackend *save a copy of the current settings for the host. This only includes the settings table and storage group definitions. * save teh entire DB (just in case) *restore the full database from the backup file *restore the copy of the settings, taken from step 1. (This is needed to keep the current configured states consistent) *start mythbackend - backup, print the name of the resulting file refs #893
2013-01-05LinHES-system: shorten length of the printed dividers .James Meyer1-2/+2
refs #893
2012-12-17LinHES-system: lh_system_backup_job. reworked the system backup job to ↵James Meyer1-42/+119
support detection of failed remote copy. If a failed remote backup copy occurs, it will write the filename to a file and then setup a cron job to attempt to retransfer the file every hour until success. This is mostly needed in case func is down, or is the remote system is powered off when the first attemp is made. refs #885
2012-09-29LinHES-system: MYTH_RUN_STATUS="1" for backup and restore. This prevents ↵James Meyer1-0/+1
the tuner status from being displayed in the output
2012-09-10lh_system_backup and restore: update to match new dir structure.James Meyer1-4/+4
2012-03-05LinHES-system: lh_system_backup_job: remove backups older than 21 daysBritney Fransen1-2/+3
2011-12-30linhes-system: add new utils for backup/update/and restoreJames Meyer1-0/+64