diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-17 20:15:41 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-17 20:15:41 (GMT) |
commit | d5cf6335976bdb5f13687494871cb96703ed7693 (patch) | |
tree | 63db016a97c68ff9c098b5bd81f34701939ee3e0 /abs/core/LinHES-system/PKGBUILD | |
parent | 83c279ebc4568913810e401b3d7d57bb11cfcfc0 (diff) | |
download | linhes_pkgbuild-d5cf6335976bdb5f13687494871cb96703ed7693.zip linhes_pkgbuild-d5cf6335976bdb5f13687494871cb96703ed7693.tar.gz linhes_pkgbuild-d5cf6335976bdb5f13687494871cb96703ed7693.tar.bz2 |
LinHES-system: lh_system_backup_job. reworked the system backup job to 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
Diffstat (limited to 'abs/core/LinHES-system/PKGBUILD')
-rwxr-xr-x | abs/core/LinHES-system/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index 0ebf41a..61ea2f2 100755 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,12 +1,12 @@ pkgname=LinHES-system pkgver=2 -pkgrel=127 +pkgrel=129 arch=('i686' 'x86_64') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin install=system.install pkgdesc="scripts and things related to having an automated system" -depends=(linhes-sounds xdotool tilda keylaunch python_aosd 'linhes-scripts>=7-24' 'udisks' 'LinHES-config>=2.3-59' 'sudo' 'python2-dbus' 'unclutter' 'wmctrl' 'archlinux-xdg-menu') +depends=(linhes-sounds xdotool tilda keylaunch python_aosd 'linhes-scripts>=7-24' 'udisks' 'LinHES-config>=2.3-59' 'sudo' 'python2-dbus' 'unclutter' 'wmctrl' 'archlinux-xdg-menu' 'ethtool') backup=(etc/modprobe.d/alsa-base) binfiles="LinHES-start optimize_mythdb.py myth_mtc.py myth_mtc.sh LinHES-run @@ -94,11 +94,11 @@ md5sums=('d35912d6b6b267bc6616205fa4776833' '309638acf596ce3c790aa2bf5c7c9880' '962a3e9eaba2d1466251b7ab0956705d' '1758aed160de64abfafb28a3a8f3390e' - '5510042c80283522f480e95d6242495c' + '2200f08381370f6ae553e13a9f376377' 'ceec78815ed01af733cdbca14cb0942b' '1be1d3dfc83f828eede93055713882ae' '47e093e8cfe4b5b96602358e1f540832' - 'fd7dbbf960080619ef18d6843f6374d8' + 'a85c19902f2af90931e05c839c63b62d' 'b9b0a8370f46f0b5e144a66897e8eefb' '6519d209e151cdc39ae7e1091d189c3e' '8f474e019d5fcb775497aca355d61b0b' |