Jon Terry
posted this on Jan 10 05:22 pm
LeanKit's production data is automatically backed up and stored so we can restore it in the event of an issue. We have a backup data center and 24x7 automated monitoring of the system so we'd be aware of and working to resolve an outage very, very quickly. So you don't need to worry about the safety of your data or access to the system, but, just in case, we also have a back-up utility that you can use to schedule local back-ups of your data if you'd prefer that added security.
It's a simple Windows console application that you would install locally and setup on a regular schedule. It does require that the .Net Framework 4.0 is installed. Here are the minimal technical setup details.
---------
App Name:
Kanban.Backup.Console.exe
Arguments:
UserName - the user that will be used to access the Board data. Must have at least Reader access to the board.
Password - the password of this user
HostName - the account's host name (http://{hostname}.leankitkanban.com)
BoardId - the Identifier of the board to retrieve the data. Can be determined from Board's path - http://{hostname}.leankitkanban.com/
Path - [Optional] - the directory path into which the backup files will be saved. If not specified the files will be saved in the working directory.
Exit Codes:
Success = 0
InvalidArguments = 2
UnknownError = 10
Example:
c:\Utilities\Kanban.Backup.Console.exe UserName=example.user@example.com Password=P@ssw0rd HostName=ExampleHost BoardID=1001 Path="c:\Utilities\Output Folder"