Stránka 1 z 1

usb background copy for azbox hd

Napsal: 22 srp 2009, 00:13
od monkus
# AzBox HD USB Background Copy Script v1.0 for OpenXCAS
# (c) by monkus
#
# v1.0
# - need to have data on usb device in directory "123456"
# - all mounted usb devices will be scanned for this directory
# - data (files, directories) will be copied to $TARGET
# - default $TARGET is internal disk (az hd premium), directory "download"
# - start copying from plugin / openxcas / usbcopy or by remote controler
# - data is copying on background, possible to watch tv or browsing f.e.
# - or switch azbox to standby mode
# - check blinking red led on azbox for finnished job
# - stupid prevent from duplicate copying

# bugs
# - working only with 1 usb device with $SOURCEDIR
# - if copying and recording go parallel, red led will be off after copying

# best practice $SOURCEDIR is 123456 (all fs compatibility - fat supports only 8 characters, not case sensitive)
SOURCEDIR=123456

# default is internal disk, change it to your external disk mount point if needed
TARGETDISK=/DATA/hdb1

# default directory on $TARGETDISK is download
TARGETDIR=download

installation:
copy usbcopy_1.0.tar.gz to /EMU/OpenXCAS directory
cd /EMU/OpenXCAS
gunzip usbcopy_1.0.tar.gz
tar xvf usbcopy_1.0.tar
chmod 755 usbcopy/usbcopy.sh

diskusia, reportovanie chyb a pod. najdete tu:
http://www.forum.satdigitalne.cz/viewto ... =76&t=3699

Re: usb background copy for azbox hd

Napsal: 31 srp 2009, 00:40
od monkus