.. You may want to use the usual include line. Uncomment and adjust the path. .. include:: ../Includes.txt ==================================== 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: Bnb Backup ========== Extension Key: bnbbackupext Language: de,en Keywords: backup,extbase,fluid Copyright 20011-2012, Soenke Trunk, Catherine de Courten, 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: Table of Contents ----------------- `EXT: Readable name of your extension 1 <#1.EXT:%20Readable%20name%20of%20your%20extension|outline>`_ **`Introduction 3 <#1.1.Introduction|outline>`_** `What does it do? 3 <#1.1.1.What%20does%20it%20do_|outline>`_ `Screenshots 3 <#1.1.2.Screenshots|outline>`_ **`Users manual 4 <#1.2.Users%20manual|outline>`_** `FAQ 4 <#1.2.1.FAQ|outline>`_ **`Administration 5 <#1.3.Administration|outline>`_** `FAQ 5 <#1.3.1.FAQ|outline>`_ **`Configuration 6 <#1.4.Configuration|outline>`_** `FAQ 6 <#1.4.1.FAQ|outline>`_ `Reference 6 <#1.4.2.Reference|outline>`_ **`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 <#2.Important%20guidelines|outline>`_ **`Issues with Open Office documentation for TYPO3 12 <#2.1.Issues%20w ith%20Open%20Office%20documentation%20for%20TYPO3|outline>`_** `Inserting images 12 <#2.1.1.Inserting%20images|outline>`_ `Paragraph styles 12 <#2.1.2.Paragraph%20styles|outline>`_ `Linking 13 <#2.1.3.Linking|outline>`_ `Meta data and updates 13 <#2.1.4.Meta%20data%20and%20updates|outline>`_ `HowTo: Update a manual to the new layout 13 <#2.1.5.HowTo:%20Update%2 0a%20manual%20to%20the%20new%20layout|outline>`_ `HowTo: (alternative) Import the styles from another document 14 <#2.1 .7.HowTo:%20(alternative)%20Import%20the%20styles%20from%20another%20d ocument|outline>`_ `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 <#2.1.9 .HowTo:%20Fix%20the%20Table%20Of%20Contents%20when%20a%20chapter%20is% 20missing%20|outline>`_ `Help by documentation.openoffice.org 14 <#2.1.10.Help%20by%20documentation.openoffice.org|outline>`_ .. _Introduction: Introduction ------------ .. _What-does-it-do: 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: Screenshots ^^^^^^^^^^^ |img-3| .. _Users-manual: 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: Administration -------------- **Installation** 1. Depends on **TYPO3 4.5** or higher, extbase and fluid. Please make sure extbase and fluid are installed. 2. 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: Configuration ------------- Default configuration of the extension: typo3conf/ext/bnbbackupext/Configuration/TypoScript/constants.txt. .. _Reference: Reference ^^^^^^^^^ .. ### BEGIN~OF~TABLE ### .. _PathMysqlDump: PathMysqlDump """"""""""""" .. container:: table-row Property PathMysqlDump Data type string Description Set the serverpath to mysqldump Default /usr/bin/ .. _importAdminOnly: importAdminOnly """"""""""""""" .. container:: table-row Property importAdminOnly Data type boolean Description If set to 1, only admins can import backup files. Default .. _BackupDirectory: BackupDirectory """"""""""""""" .. container:: table-row 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: These constants will configure the export of the **whole** database """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .. container:: table-row Property These constants will configure the export of the **whole** database **without the tables** you have defined .. _LabelIgnoreTables-1: LabelIgnoreTables **1** """"""""""""""""""""""" .. container:: table-row Property LabelIgnoreTables **1** Data type string Description The label of the radiobutton to select the configured backup Default Complete Database .. _ignoreTables-1: ignoreTables **1** """""""""""""""""" .. container:: table-row Property ignoreTables **1** Data type string Description Comma separated list of tables to ignore Default .. _LabelIgnoreTables-2: LabelIgnoreTables **2** """"""""""""""""""""""" .. container:: table-row Property LabelIgnoreTables **2** Data type string Description The label of the radiobutton to select the configured backup Default Complete withoutcache, history, logs .. _ignoreTables-2: ignoreTables **2** """""""""""""""""" .. container:: table-row 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: LabelIgnoreTables **3** """"""""""""""""""""""" .. container:: table-row Property LabelIgnoreTables **3** Data type string Description The label of the radiobutton to select the configured backup Default .. _ignoreTables-3: ignoreTables **3** """""""""""""""""" .. container:: table-row Property ignoreTables **3** Data type string Description Comma separated list of tables to ignore Default .. _LabelIgnoreTables-4: LabelIgnoreTables **4** """"""""""""""""""""""" .. container:: table-row Property LabelIgnoreTables **4** Data type string Description The label of the radiobutton to select the configured backup Default .. _ignoreTables-4: ignoreTables **4** """""""""""""""""" .. container:: table-row 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: These constants will configure the export of **only those tables** """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .. container:: table-row Property These constants will configure the export of **only those tables** you have **defined** explicitly .. _LabelAddTables-1: LabelAddTables **1** """""""""""""""""""" .. container:: table-row Property LabelAddTables **1** Data type string Description The label of the radiobutton to select the configured backup Default Pages .. _addTables-1: addTables **1** """"""""""""""" .. container:: table-row Property addTables **1** Data type string Description Comma separated list of tables to add Default pages,tt\_content,pages\_language\_overlay .. _LabelAddTables-2: LabelAddTables **2** """""""""""""""""""" .. container:: table-row Property LabelAddTables **2** Data type string Description The label of the radiobutton to select the configured backup Default Temlavoila und Templates .. _addTables-2: addTables **2** """"""""""""""" .. container:: table-row 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: LabelAddTables **3** """""""""""""""""""" .. container:: table-row Property LabelAddTables **3** Data type string Description The label of the radiobutton to select the configured backup Default .. _addTables-3: addTables **3** """"""""""""""" .. container:: table-row Property addTables **3** Data type string Description Comma separated list of tables to add Default .. _LabelAddTables-4: LabelAddTables **4** """""""""""""""""""" .. container:: table-row Property LabelAddTables **4** Data type string Description The label of the radiobutton to select the configured backup Default .. _addTables-4: addTables **4** """"""""""""""" .. container:: table-row Property addTables **4** Data type string Description Comma separated list of tables to add Default .. ###### END~OF~TABLE ###### .. _Known-problems: Known problems -------------- No known problems yet. .. _ChangeLog: ChangeLog --------- .. ### BEGIN~OF~TABLE ### .. _1-0-1: 1.0.1 ^^^^^ .. container:: table-row Version 1.0.1 Changes Documentation updated .. _1-0-2: 1.0.2 ^^^^^ .. container:: table-row Version 1.0.2 Changes Some smaler bugfixes .. _1-1: 1.1 ^^^ .. container:: table-row 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. .. ###### END~OF~TABLE ###### |img-2| 12 .. ######CUTTER_MARK_IMAGES###### .. |img-1| image:: img-1.png .. :align: left .. |img-2| image:: img-2.png .. :border: 0 .. :height: 21 .. :hspace: 9 .. :id: Grafik2 .. :name: Grafik2 .. :width: 87 .. |img-3| image:: img-3.jpeg .. :align: left .. :border: 0 .. :height: 462 .. :id: Grafik3 .. :name: Grafik3 .. :width: 669 .. |img-4| image:: img-4.jpeg .. :align: left .. :border: 0 .. :height: 592 .. :id: Grafik4 .. :name: Grafik4 .. :width: 669