diff options
author | James Meyer <james.meyer@operamail.com> | 2013-01-07 18:01:37 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2013-01-07 18:03:24 (GMT) |
commit | 33671693297f177c4b30c30584ddb79359a3d0ed (patch) | |
tree | 79a66f1c9080f3149be39e6c82e0df8021e61fc9 /abs/core/LinHES-system/PKGBUILD | |
parent | c2e98d262d9e6003dfe7aadee5713028fb4d27cb (diff) | |
download | linhes_pkgbuild-33671693297f177c4b30c30584ddb79359a3d0ed.zip linhes_pkgbuild-33671693297f177c4b30c30584ddb79359a3d0ed.tar.gz linhes_pkgbuild-33671693297f177c4b30c30584ddb79359a3d0ed.tar.bz2 |
LinHES-system: system restore/backup modifications.
- 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
Diffstat (limited to 'abs/core/LinHES-system/PKGBUILD')
-rwxr-xr-x | abs/core/LinHES-system/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index fa3fa2b..2cb8997 100755 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=2 -pkgrel=133 +pkgrel=134 arch=('i686' 'x86_64') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin @@ -95,8 +95,8 @@ md5sums=('d275db0a946087671e0c2014dac9ed22' '692563448cca1d49f45e7d1c8abcaa0c' '962a3e9eaba2d1466251b7ab0956705d' '1758aed160de64abfafb28a3a8f3390e' - '5ec620e9339c8c7a58a729b9763c9bfb' - 'ceec78815ed01af733cdbca14cb0942b' + '1da34ffbe6dccfdf202bdd03edd6bb28' + '079085b1ad92e23a1c3399ad1dcf7486' '1be1d3dfc83f828eede93055713882ae' '47e093e8cfe4b5b96602358e1f540832' 'a85c19902f2af90931e05c839c63b62d' |