Changes between Version 2 and Version 3 of TracHotBackupScript


Ignore:
Timestamp:
Mar 16, 2015, 7:58:20 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license (BSD license is assumed, but no COPYING file was included)

Legend:

Unmodified
Added
Removed
Modified
  • TracHotBackupScript

    v2 v3  
    1 = Backup tool that enhances the trac-admin hotcopy utility =
     1= Backup tool that enhances the trac-admin hotcopy utility
    22
    3 == Description ==
     3== Description
    44
    5 Script that provides some additional tooling around TracAdmin's hotcopy function.  The script supports archiving the backup in gzip, bzip2, or zip format and can be configured to retain a specified number of past backups. Ideal for use as a cron job.
     5This plugin is a script that provides some additional tooling around TracAdmin's hotcopy function. The script supports archiving the backup in '''gzip''', '''bzip2''' or '''zip''' format and can be configured to retain a specified number of past backups. Ideal for use as a cron job.
    66
    77The script is derived from the 'hot-backup.py' script included in the Subversion distribution which provides similar tooling around Subversion's hotcopy utility.
     
    2323
    2424
    25 == Bugs/Feature Requests ==
     25== Bugs/Feature Requests
    2626
    2727Existing bugs and feature requests for TracHotBackupScript are
     
    3131[http://trac-hacks.org/newticket?component=TracHotBackupScript&owner=kcalcagno new ticket].
    3232
    33 == Download ==
     33[[TicketQuery(component=TracHotBackupScript&group=type,format=progress)]]
     34
     35== Download
    3436
    3537Download the zipped source from [download:trachotbackupscript here], or just grab the script itself [http://trac-hacks.org/svn/trachotbackupscript/anyrelease/trac-hot-backup.py here].
    3638
    37 == Source ==
     39== Source
    3840
    3941You can check out TracHotBackupScript from [http://trac-hacks.org/svn/trachotbackupscript/anyrelease here] using Subversion, or [source:trachotbackupscript/anyrelease browse the source] with Trac.
    4042
    41 == Examples ==
     43== Examples
    4244
    4345Back up the project at /var/trac/myproj to /nfs/backup/trac/myproj-YYYY-mm-dd-HHMM:
    4446
    4547{{{
    46   $ trac-hot-backup.py /var/trac/myproj /nfs/backup/trac
     48#!sh
     49trac-hot-backup.py /var/trac/myproj /nfs/backup/trac
    4750}}}
    4851
    49 Back up the project at /var/trac/myproj to /nfs/backup/trac/myproj-YYYY-mm-dd-HHMM.tar.gz and delete all but the seven most recent backups (including the one just created):
     52Back up the project at /var/trac/myproj to /nfs/backup/trac/myproj-YYYY-mm-dd-HHMM.tar.gz and delete all but the seven most recent backups, including the one just created:
    5053
    5154{{{
    52   $ trac-hot-backup.py --archive-type=gz --num-backups=7 /var/trac/myproj /nfs/backup/trac
     55#!sh
     56trac-hot-backup.py --archive-type=gz --num-backups=7 /var/trac/myproj /nfs/backup/trac
    5357}}}
    5458
    55 
    56 == Recent Changes ==
     59== Recent Changes
    5760
    5861[[ChangeLog(trachotbackupscript, 3)]]
    5962
    60 == Author/Contributors ==
     63== Author/Contributors
    6164
    6265'''Author:''' [wiki:kcalcagno] [[BR]]
     66'''Maintainer:''' [[Maintainer]] [[BR]]
    6367'''Contributors:'''