based on sysbk 1.0 by R-fx networks. added PostgreSQL backup support, as well as better support for MySQL, specifically the ability to specify the user that will be doing the dumping.
Upgrading users will need to add the following to your conf.sysbk:
MYSQL_USER="" POSTGRES_BK="0" # Enable/Disable postgresql backup operations [1=on,0=off] POSTGRES_PATH="/var/lib/pgsql" # Installed location of postgresql [no trailing slash] POSTGRES_INIT="/etc/init.d/postgresql" # Locationof PostgreSQL INIT script POSTGRES_PID="/var/run/postmaster.5432.pid" # Location of postgreSQL PID file POSTGRES_DUMP="/usr/bin/pg_dump" # Path to the 'pg_dump' binary POSTGRES_USER="" # PostgreSQL user for dumps POSTGRES_ROOTPW="" # PostgreSQL user password
You’ll need to add the following options to your ~/.camErc:
#remote thumbnailing stuff
remote_thumbnail_create = 1
remote_thumbnail_width = 176
remote_thumbnail_height = 144
remote_thumbnail_temp_file = /tmp/homewc-thumb.jpg
remote_thumbnail_file = homewc-thumb.jpg
remote_thumbnail_offline_image = /home/ben/.camE/blocked-thumb.jpg
#remote archiving
remote_archive_active = 1
remote_archive_total = 10