Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Heim committed Dec 27, 2015
1 parent 81e8d4e commit 3def054
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# ExpressBackup
Complete backup, clean-up and maintenance solution for MS-SQL and/or file system.

Features:

* Backup database
* Backup databases to local drive or network share
* Compress backup (with encryption)
* Upload backup with FTP or SFTP (NEW!)
* Cleanup old backup (local, FTP, SFTP) - cleanup can be used also to any other files (for example IIS logs)
* Manage indexes
* Fragmentation analyze
* Rebuild or Reorganize
* Online operations (if possible)
* Manage statistics
* Update statistics (percent based)
* E-Mail notifications
* Sends notification of failed task to multiple users
* Command line tool (easy to schedule with the Task Scheduler)
* Flexible configuration via xml file
* Supports Express editions (2005, 2008, 2012)
* Clears any files older than ... (useful for old log clearing)
* Backup local directory, zip it, and upload to FTP/SFTP
* Usefull for SVN repository backup

ExpressBackup is command line tool, that executes different actions configured in given XML file.

You can schedule execution of these actions by Windows Task Scheduler service.

Tool requires 7zip to be installed. Just copy 7z.exe to tool directory or add PATH to 7z.exe

0 comments on commit 3def054

Please sign in to comment.