Welcome to the BLBackup Plug-In for HomeSeer


Top     Overview     General Information     Web Interface     Options     Backup Directories     Event Actions     Public Action Methods     Support     Bottom

Overview

The BLBackup Plugin for HomeSeer allows the user to back-up their folders on their system. This plugin is written in VB .Net 4.0 and requires HomeSeer Version 3 or later.

There is a web interface with this plugin that can be accessed through the HomeSeer Web Server.



General Information

Th BLBackup is a nice way of integrating your system backups into HomeSeer.

Features:




Web Interface

The BLBackup plug-in uses web pages as its main interface. The main web page looks like this:






Options

This is the Options web page where various configuration settings can be modified.






Backup Directories

This is the maintain backup directories web page where you can maintain the directories to be backed up in the plug-in.






Event Actions

The BLBackup Plug-In allows the user to add media player actions to their HomeSeer events.

In the Actions dropdown in HomeSeer, you will see BLBackup Actions in the list. Select it and then select the desired backup action for your event.






Public Action Methods

Here is a list of the action methods that can be utilized with this plug-in.

StartBackup Method

Parameter Type Description
backupType String This is the backup type you wish to execute. The valid options are: One Zip File and Folder Tree
backupDir String This is the backup directory you wish to backup. This value is Optional
destinationFolder String This is the destination folder for the backup. This value is Optional

Return Values Type Description
None

Description

This method starts a backup with the specified backup type.

Code Example

hs.PluginFunction("BLBackup", "", "StartBackup", {"One Zip File"})


AbortBackup Method

Parameter Type Description
None

Return Values Type Description
None

Description

This method aborts a backup in progress.

Code Example

hs.PluginFunction("BLBackup", "", "AbortBackup", Nothing)





Support

For support, please use the HomeSeer Message Board


Top     Overview     General Information     Web Interface     Options     Backup Directories     Event Actions     Public Action Methods     Support     Bottom

BLBackup Plugin for HomeSeer
(c) 2006 by Bob Maslen