Edgewall Software

Changes between Version 26 and Version 27 of TracBackup


Ignore:
Timestamp:
Aug 18, 2014, 9:57:32 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Minor reword.

Legend:

Unmodified
Added
Removed
Modified
  • TracBackup

    v26 v27  
    1010
    1111To create a backup of a live TracEnvironment, simply run:
    12 {{{
    13 
    14   $ trac-admin /path/to/projenv hotcopy /path/to/backupdir
    15 
     12 {{{#!sh
     13$ trac-admin /path/to/projenv hotcopy /path/to/backupdir
    1614}}}
    1715
     
    2018The resulting backup directory is safe to handle using standard file-based backup tools like `tar` or `dump`/`restore`.
    2119
    22 Please, note, that hotcopy command does not overwrite target directory and when such exists, hotcopy ends with error: `Command failed: [Errno 17] File exists:` This is discussed in [trac:ticket:3198 #3198].
     20Please note, the `hotcopy` command will not overwrite a target directory and when such exists the operation ends with error: `Command failed: [Errno 17] File exists:` This is discussed in [trac:ticket:3198 #3198].
    2321
    2422=== Restoring a Backup ===