Bug 135331 - New port: databases/mysqlbackup - create MySQL-database servers backup easy
Summary: New port: databases/mysqlbackup - create MySQL-database servers backup easy
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-07 20:00 UTC by Alexey Degtyarev
Modified: 2009-06-14 00:00 UTC (History)
0 users

See Also:


Attachments
mysqlbackup.shar (2.22 KB, text/plain)
2009-06-07 20:00 UTC, Alexey Degtyarev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Degtyarev 2009-06-07 20:00:13 UTC
mysqlbackup: create MySQL-database servers backup easy

Why mysqlbackup?

1. Required minimum coding to create everyday MySQL-backups with some
additional functions.

2. Backups can be compressed on-the-fly and automatically rotated after
specified number of a days past.

3. It is includes basic database maintenance: check, optimize tables before
backup creation.

4. It can be safely used on a large MySQL installations (1000+ databases).

5. It is written in sh - code interpreter available in a base system.

WWW: http://renatasystems.org/freebsd/mysqlbackup.html
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-06-10 00:17:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-06-13 23:53:13 UTC
miwi        2009-06-13 22:52:58 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/mysqlbackup Makefile distinfo pkg-descr 
  Log:
  mysqlbackup: create MySQL-database servers backup easy
  
  Why mysqlbackup?
  
  1. Required minimum coding to create everyday MySQL-backups with some
  additional functions.
  
  2. Backups can be compressed on-the-fly and automatically rotated after
  specified number of a days past.
  
  3. It is includes basic database maintenance: check, optimize tables before
  backup creation.
  
  4. It can be safely used on a large MySQL installations (1000+ databases).
  
  5. It is written in sh - code interpreter available in a base system.
  
  WWW: http://renatasystems.org/freebsd/mysqlbackup.html
  
  PR:             ports/135331
  Submitted by:   Alexey V. Degtyarev
  
  Revision  Changes    Path
  1.778     +1 -0      ports/databases/Makefile
  1.1       +26 -0     ports/databases/mysqlbackup/Makefile (new)
  1.1       +3 -0      ports/databases/mysqlbackup/distinfo (new)
  1.1       +18 -0     ports/databases/mysqlbackup/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-06-13 23:55:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!