DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: Readable name of your extension

Created:2010-02-18T17:33:18
Changed:2012-02-01T15:56:12.990000000
Classification:extensionkey
Description:The keywords help with categorizing and tagging of the manuals. You can combine two or more keywords and add additional keywords yourself. Please use at least one keyword from both lists. If your manual is NOT in english, see next tab "language" ---- forEditors (use this for editors / german "Redakteure") forAdmins (use this for Administrators) forDevelopers (use this for Developers) forBeginners (manuals covering TYPO3 basics) forIntermediates (manuals going into more depth) forAdvanced (covering the most advanced TYPO3 topics) see more: http://wiki.typo3.org/doc_template#tags ----
Keywords:keywords comma-separated
Author:Author Name
Email:your@email.com
Info 4:
Language:en

img-1 img-2 Bnb Backup- bnbbackupextbnb Backup

Bnb Backup

Extension Key: bnbbackupext

Language: de,en

Keywords: backup,extbase,fluid

Copyright 20011-2012, Soenke Trunk, Catherine de Courten, <info@beans-n-bites>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: Readable name of your extension 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

Screenshots 3

`Users manual 4 <#1.2.Users%20manual|outline>`_

FAQ 4

`Administration 5 <#1.3.Administration|outline>`_

FAQ 5

`Configuration 6 <#1.4.Configuration|outline>`_

FAQ 6

Reference 6

`Tutorial 7 <#1.5.Tutorial|outline>`_

`Known problems 8 <#1.6.Known%20problems|outline>`_

`To-Do list 9 <#1.7.To-Do%20list|outline>`_

`ChangeLog 10 <#1.8.ChangeLog|outline>`_

Important guidelines 11

`Issues with Open Office documentation for TYPO3 12 <#2.1.Issues%20w ith%20Open%20Office%20documentation%20for%20TYPO3|outline>`_

Inserting images 12

Paragraph styles 12

Linking 13

Meta data and updates 13

HowTo: Update a manual to the new layout 13

HowTo: (alternative) Import the styles from another document 14

`HowTo: Fix the Table Of Contents when it is empty 14 <#2.1.8.HowTo:%2 0Fix%20the%20Table%20Of%20Contents%20when%20it%20is%20empty%20|outline >`_

HowTo: Fix the Table Of Contents when a chapter is missing 14

Help by documentation.openoffice.org 14

Introduction

What does it do?

Creates partial and full database backups and backups of external files. Partial backups and backup of directories for external files can be configured. Backup files can be imported.

Screenshots

img-3

Users manual

After the installation the extension will appear in section “User tools”. (Maybe you have to reload.) Backup-files will be stored on the web server. You can download these files and delete them afterwards.

Administration

Installation

1. Depends on TYPO3 4.5 or higher, extbase and fluid. Please make sure extbase and fluid are installed.

  1. Install the extension with the extension manager.

3. Include the static template "bnbbackupext" in the main template of your site

Requirements

"Mysqldump" and "zip" must be executable with the php function system(). Mysql-user must be allowed to lock tables.

img-4

Configuration

Default configuration of the extension:

typo3conf/ext/bnbbackupext/Configuration/TypoScript/constants.txt.

Reference

PathMysqlDump

Property

PathMysqlDump

Data type

string

Description

Set the serverpath to mysqldump

Default

/usr/bin/

importAdminOnly

Property

importAdminOnly

Data type

boolean

Description

If set to 1, only admins can import backup files.

Default

BackupDirectory

Property

BackupDirectory

Data type

string

Description

The folder where your backup will be stored

Default

/backups

These constants will configure the export of the whole database

Property

These constants will configure the export of the whole database without the tables you have defined

LabelIgnoreTables 1

Property

LabelIgnoreTables 1

Data type

string

Description

The label of the radiobutton to select the configured backup

Default

Complete Database

ignoreTables 1

Property

ignoreTables 1

Data type

string

Description

Comma separated list of tables to ignore

Default

LabelIgnoreTables 2

Property

LabelIgnoreTables 2

Data type

string

Description

The label of the radiobutton to select the configured backup

Default

Complete withoutcache, history, logs

ignoreTables 2

Property

ignoreTables 2

Data type

string

Description

Comma separated list of tables to ignore

Default

be_sessions, cache_extensions, cache_hash, cache_imagesizes, cache_md5params, cache_pages, cache_pagesection, cache_treelist, cache_typo3temp_log, cachingframework_cache_hash, cachingframework_cache_hash_tags, cachingframework_cache_pages, cachingframework_cache_pagesection, cachingframework_cache_pagesection_tags, cachingframework_cache_pages_tags, fe_sessions, fe_session_data, sys_history, sys_lockedrecords, sys_log, sys_refindex, sys_refindex_rel, sys_refindex_res, sys_refindex_words

LabelIgnoreTables 3

Property

LabelIgnoreTables 3

Data type

string

Description

The label of the radiobutton to select the configured backup

Default

ignoreTables 3

Property

ignoreTables 3

Data type

string

Description

Comma separated list of tables to ignore

Default

LabelIgnoreTables 4

Property

LabelIgnoreTables 4

Data type

string

Description

The label of the radiobutton to select the configured backup

Default

ignoreTables 4

Property

ignoreTables 4

Data type

string

Description

Comma separated list of tables to ignore

Default

These constants will configure the export of only those tables

Property

These constants will configure the export of only those tables you have defined explicitly

LabelAddTables 1

Property

LabelAddTables 1

Data type

string

Description

The label of the radiobutton to select the configured backup

Default

Pages

addTables 1

Property

addTables 1

Data type

string

Description

Comma separated list of tables to add

Default

pages,tt_content,pages_language_overlay

LabelAddTables 2

Property

LabelAddTables 2

Data type

string

Description

The label of the radiobutton to select the configured backup

Default

Temlavoila und Templates

addTables 2

Property

addTables 2

Data type

string

Description

Comma separated list of tables to add

Default

tx_templavoila_datastructure, tx_templavoila_tmplobj, sys_template

LabelAddTables 3

Property

LabelAddTables 3

Data type

string

Description

The label of the radiobutton to select the configured backup

Default

addTables 3

Property

addTables 3

Data type

string

Description

Comma separated list of tables to add

Default

LabelAddTables 4

Property

LabelAddTables 4

Data type

string

Description

The label of the radiobutton to select the configured backup

Default

addTables 4

Property

addTables 4

Data type

string

Description

Comma separated list of tables to add

Default

Known problems

No known problems yet.

ChangeLog

1.0.1

Version

1.0.1

Changes

Documentation updated

1.0.2

Version

1.0.2

Changes

Some smaler bugfixes

1.1

Version

1.1

Changes

Thanks to Renate Regitz for ideas and coding.

Compatible with TYPO3 4.6Location of the backupdirectory is configurable.Backups with ignore_tables is now possible.

img-2 12