57 projects tagged "Archiving"
Jailer is a database subsetting and browsing tool. It is a tool for data exporting, schema browsing, and rendering. It exports consistent, referentially intact row-sets from relational databases. It removes obsolete data without violating integrity. It is DBMS agnostic (by using JDBC), platform independent, and generates DbUnit datasets, hierarchically structured XML, and topologically sorted SQL-DML.
W-Packager is a packager similar to dpkg that can be used by anyone to create and maintain Debian packages under Linux or other Unix systems. The aim of the project is primarily to have a workable version of a packager that can be compiled on many systems, including those that do not support fork(). At this time, W-Packager is used within UniGW. It can also be used under Linux.
Unibas is a program (a "fat client" of PostgreSQL) to manage frequently used entity types. Its mission is to create a relational database that is both human- and machine-readable (semantic) to collect data about people, documents (books, songs, movies, etc.), products (CDs, DVDs, etc.), fictional characters, events, places and other entities for personal and collective use. It features complete archive management. You get a document (text, image, music, video) from somewhere (e.g. from the Internet) and tell Unibas to take care of it. Unibas does the rest. Album management: CDs can be lost or destroyed by scratches or heat. Unibas makes it easy to back them up, including most of the metadata (composers, artists, titles, etc.). Organize your knowledge in a tree structure like most modern scientific books, yet extended over the complete human knowledge. Link your knowledge with existing knowledge in the tree and with external documents. Tap the many human-readable sources on the Internet and put their content in an ordered, machine-readable, semantic form. Explain words in a dictionary through well understood language-agnostic notions.
JSX serializes Java objects to XML. You can persist objects, evolve them, and send them over the network and between applications. Your object data becomes human-readable and human-writable. You can test it, search it, profile it, audit it, and edit it with ordinary text and XML tools. JSX handles all POJOs and also all classes that require Java's own object serialization.
OTRS is a platform independent Web-based help desk system that supports service organization of any kind (e.g. IT service, customer and technical product service, complaint management, public services, etc.) to increase their efficiency. It increases transparency as well as service quality and lowers your total cost of ownership. It has been certified ITIL V3 compatible by PinkVERIFY for incident, problem, change, service asset and configuration, request fulfillment, and knowledge management. Other ITIL processes like service catalog and service level management are supported as well.
SILVERCODERS DocStorage is a utility to improve document management. You can have one database for all invoices, guarantees, protocols, and other documents. DocStorage can extract plain text from documents in doc, XLS, PPT, PDF, RTF, ODT, ODS, ODP, docx, XLSX, PPTX, and many other formats. It can use an OCR engine to extract plain text even from scanned documents. It can perform global fulltext search in all documents regardless of format. It supports document versioning, document duplicate detection, document notes, and document signing. It provides full integration with software suites like Microsoft Office and OpenOffice.
ldapsync.pl is a simple Perl script that uses Net::LDAP to copy new and updated records to a second LDAP server. Although most LDAP servers offer some sort of replication facility, this approach allows the frequency of updates to be controlled. It can be used to copy information between LDAP servers in different security layers without the individual servers having permission to contact each other. It was developed using the SunONE Directory Server on Solaris 9.
Zmanda Recovery Manager (ZRM) for MySQL simplifies life of a database administrator who needs an easy to use yet flexible and robust backup and recovery solution for MySQL server. With ZRM for MySQL, you can schedule full and incremental logical or raw backups of your local or remote MySQL database, perform a backup that is the best match for your storage engine and your MySQL configuration, get encrypted and compressed backups, get email notification about the status of your backups (including RSS feeds), monitor and get backup reports, and recover a database easily to any point in time or to any particular transaction.
mylvmbackup is a Perl script for quickly creating backups of a MySQL server's data files. To perform a backup, mylvmbackup obtains a read lock on all tables and flushes all server caches to disk, makes an LVM snapshot of the volume containing the MySQL data directory, and unlocks the tables again. The snapshot process takes only a small amount of time. When it is done, the server can continue normal operations while the actual file backup proceeds. The actual backup can be performed by using tar, rsync, or rsnap.