summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial/custom.sql
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-09-04 18:55:29 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-09-04 18:55:29 (GMT)
commit10dd549ffabc3120c4d0de6ff094bd7223aee613 (patch)
treef6dd1d0feb434679d5d85391fcc5644d183040d8 /abs/core/mythdb-initial/custom.sql
parentda699157f2c66ef4f5d51b69e980705992c582e3 (diff)
downloadlinhes_pkgbuild-10dd549ffabc3120c4d0de6ff094bd7223aee613.zip
linhes_pkgbuild-10dd549ffabc3120c4d0de6ff094bd7223aee613.tar.gz
linhes_pkgbuild-10dd549ffabc3120c4d0de6ff094bd7223aee613.tar.bz2
mythdb-initial and LinHES-system: adjust location of mythtv backups in the DB.
Diffstat (limited to 'abs/core/mythdb-initial/custom.sql')
-rw-r--r--abs/core/mythdb-initial/custom.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index 0f902c4..ddc99c7 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -69,10 +69,10 @@ INSERT INTO `storagegroup` (`groupname`, `hostname`, `dirname`) VALUES
('Screenshots' ,'apheleia' ,'/myth/video_stuff/screenshots/'),
('Videos' ,'apheleia' ,'/myth/video/'),
('Coverart' ,'apheleia' ,'/myth/video_stuff/coverart/'),
- ( 'Banners' ,'apheleia' ,'/myth/video_stuff/banners/'),
+ ('Banners' ,'apheleia' ,'/myth/video_stuff/banners/'),
('Fanart' ,'apheleia' ,'/myth/video_stuff/fanart/'),
('Trailers' ,'apheleia' ,'/myth/video_stuff/trailers/'),
- ('DB Backups' ,'apheleia' ,'/myth/system_backups/mythtv_db/');
+ ('DB Backups' ,'apheleia' ,'/data/storage/disk0/backup/mythtv_backups');
INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
('SecurityPin','0000','apheleia');