Edit options.ini and put proper paths in hdd_dir and hdd_base:
(FTP the .ini after you edit it on your PC).
Code:
###############################################################################################################################
#
# ini defaults:
#
# patched=0 (0 - default patch mode off / 1 - default patch v1 mode on / -1 - don't change)
# fullpng=3 (0 - original mode / 1 - PIC1.PNG as full background / 2 - ICON0+PIC1.PNG / 3 - Custom BG + PIC1.PNG mode)
# ftpd_on=1 (0 - ftp server stopped at start / 1 - auto start ftp server
# showdir=1 (0 - don't show folder paths under title names / 1 - show folder path
# scan_avchd=1 (0 - don't scan USB HDDs for AVCHD folders / 1 - scan for AVCHD folders
# display_mode=0 (0 - PS2/PS3/AVCHD titles, 1 - PS3 game titles, 2 - AVCHD titles
#
###############################################################################################################################
# Backup games to these folders:
hdd_dir=/dev_hdd0/GAMES
usb_dir=GAMES
# Look for game backups recursively in these folders:
# (leave blank for USB (usb_home) root (/) folder)
hdd_home=/dev_hdd0/GAMES
usb_home=/GAMES
patched=0
fullpng=3
ftpd_on=1
showdir=1
scan_avchd=1
display_mode=0
Here is the latest compiled PKG and the source. SDK 3.40 required to compile. The compiled PKG has FTP server with root / access.
Dean