Showing 397 open source projects for "backup database"

View related business solutions
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • 1
    Database Backup Manager

    Database Backup Manager

    Database backup manager for dumping to and restoring databases from S3

    This package provides a framework-agnostic database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud. Backup the development database to Amazon S3. The S3 backup path will be test/backup.sql.gz in the end, when gzip is done with it. Once installed, the package must be bootstrapped (initial configuration) before it can be used. We recommend using the vagrant configuration supplied with this package for development and contribution. Simply...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Backup Tables

    Backup Tables

    Backup single or multiple database tables with ease

    Backup single or multiple database tables with ease. Use the BackupTables::generateBackup($tableToBackup) Facade anywhere in your application and it will generate $tableToBackup_backup_2024_08_22_17_40_01 table in the database with all the data and structure. Note that the datetime 2024_08_22_17_40_01 will be varied based on your datetime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Laravel Backup

    Laravel Backup

    A package to backup your Laravel app

    This Laravel package creates a backup of your application. The backup is a zipfile that contains all files in the directories you specify along with a dump of your database. The backup can be stored on any of the filesystems you have configured. The package can also notify you via Mail, Slack or any notification provider when something goes wrong with your backups. Feeling paranoid about backups? Don't be! You can backup your application to multiple filesystems at once. Once installed, making...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Reliable PostgreSQL Backup & Restore

    Reliable PostgreSQL Backup & Restore

    Reliable PostgreSQL backup and restore

    pgBackRest aims to be a reliable, easy-to-use backup and restore solution that can seamlessly scale up to the largest databases and workloads by utilizing algorithms that are optimized for database-specific requirements. Compression is usually the bottleneck during backup operations but, even with now-ubiquitous multi-core servers, most database backup solutions are still single-process. pgBackRest solves the compression bottleneck with parallel processing. Utilizing multiple cores...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Component Content Management System for Software Documentation Icon
    Component Content Management System for Software Documentation

    Great tool for serious technical writers

    Paligo is an end-to-end Component Content Management System (CCMS) solution for technical documentation, policies and procedures, knowledge management, and more.
  • 5
    MyDumper

    MyDumper

    MyDumper project

    MyDumper is a MySQL Logical Backup Tool. It has 2 tools. mydumper which is responsible to export a consistent backup of MySQL databases. myloader reads the backup from mydumper, connects the to destination database and imports the backup. Both tools use multithreading capabilities. MyDumper is Open Source and maintained by the community, it is not a Percona, MariaDB or MySQL product. Parallelism (hence, speed) and performance (avoids expensive character set conversion routines, efficient code...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 6
    Stylus for Chrome

    Stylus for Chrome

    Stylus - Userstyles Manager

    ... user-friendly UI. We recognize that the ability to transfer your database from Stylish is important, so this is the one and only feature we've implemented from the new version. Two different optional code validators with user-configurable rules: CSSLint and Stylelint. Both validators use Web Worker API to run in a separate background thread inside the editor tab without blocking your interaction with the code.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    Free Manga Downloader 2

    Free Manga Downloader 2

    Free open source application for managing and downloading manga

    This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. The source code was released under the GPLv2 license.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    Stash Kubernetes

    Stash Kubernetes

    Backup your Kubernetes Stateful Applications

    A complete Kubernetes native disaster recovery solution for backup and restore your volumes and databases in Kubernetes on any public and private clouds. Backup your data in Kubernetes native way. Stash uses Custom Resource Definition (CRD) to specify targets and behaviors of the backup and restore process. Schedule a backup for your workloads in the same way you deployed them into Kubernetes. Back up your Kubernetes volumes mounted in a workload. Stash supports Deployment, DaemonSet...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    KeyDB

    KeyDB

    A Multithreaded Fork of Redis

    KeyDB is an incredibly fast NoSQL database, a high performance fork of Redis that can perform up to 5X faster than Redis and can be used as a drop in alternative. KeyDB is focused on multithreading, memory efficiency, and high throughput, with features and capabilities not readily available with Redis. KeyDB has gained quite a reputation for its exceptional performance and features. Apart from multithreading it offers such features as multi-master replication, persistence capabilities...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
  • 10
    DocuWiki

    DocuWiki

    The DokuWiki Open Source Wiki Engine

    DokuWiki is a simple-to-use and highly versatile open source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup, and integration makes it an administrator's favorite. Built-in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Kubegres

    Kubegres

    Kubegres is a Kubernetes operator allowing to deploy clusters

    Kubegres is a Kubernetes operator that allows to deployment one or many clusters of PostgreSQL pods with data replication and failover enabled out-of-the-box. It brings simplicity when using PostgreSQL considering how complex managing a stateful-set's life cycle and data replication could be with Kubernetes. Kubegres is fully integrated with Kubernetes' lifecycle as it runs as an operator written in Go. It is minimalist in terms of codebase compared to other open-source Postgres operators....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Laravel Starter

    Laravel Starter

    A CMS like modular starter application project built with Laravel 11.x

    Laravel Starter is a Laravel 11. x-based simple starter project. Most of the commonly needed features of an application like Authentication, Authorisation, User and Role management, Application Backend, Backup, Log viewer are available here. It is modular, so you may use this project as a base and build your own modules. A module can be used in any Laravel Starter-based project. Here Frontend and Backend are completely separated with separate routes, controllers, and themes as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Irmin

    Irmin

    Irmin is a distributed database

    Irmin is an OCaml library for building mergeable, branchable distributed data stores. A distributed database built on the same principles as Git. Backup and restore your data at any point in time. You can use Irmin on top of your own storage layer. Automatic (de)serialization for custom data types. Runs anywhere from Linux to web browsers and Xen unikernels. Bi-directional compatibility with the Git on-disk format. Irmin state can be inspected and modified using the Git command-line tool...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Replibyte

    Replibyte

    Seed your development database with real data

    Replibyte is a blazingly fast tool to seed your databases with your production data while keeping sensitive data safe. Support data backup and restore for PostgreSQL, MySQL and MongoDB. Replace sensitive data with fake data. Works on large database (> 10GB). Database Subsetting: Scale down a production database to a more reasonable size. Start a local database with the prod data in a single command. On-the-fly data (de)compression (Zlib). On-the-fly data de/encryption (AES-256). Fully stateless...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Sermon Prep Database

    Sermon Prep Database

    A program for entering and storing notes during sermon preparation.

    This program allows you to organize and store a variety of notes and thoughts while preparing a sermon. Everything is stored in a database for easy retrieval.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Configuration Backup (ConfiBack)

    Configuration Backup (ConfiBack)

    Project for backing up network device configuration

    Using this project you can make backup and track changes of configuration of network devices like switches, routers, etc.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    Open DataBase

    Open DataBase

    MiCla Open Database

    English OpenDB Open database, software for managing generic archives, with the possibility of modifying the field names and the titles for the various sections in the tab. In addition to thirty fields of sufficient size, it has a memo field and an image field. It has a very efficient integrated backup system, which, combined with complete adaptability and the possibility of running on a pen drive, makes it a very versatile program. Italiano OpOpenDB Open database, software per la gestione...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    IRBS - Institutional Registers Backup

    IRBS - Institutional Registers Backup

    Open Source Institutional Registers Backup Syst. for Paper Registers

    If you are looking for a way to backup your numerous paper based registers, i.e. Admissions / Withdrawals, Fees, Attendance & Exam Mark Registers of Schools, Junior / Senior Colleges, then this software will help you. Designed with goals of Simplicity & packaged with all necessary open source tools to get you into action, straightaway. Refer Screenshots Below. Just download the above zip file, extract it to a Disk Partition, with lots of free space & Turn ON Network Discovery By Right...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    openmediavault

    openmediavault

    The open network attached storage solution

    OpenMediaVault is the next generation network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more. Thanks to the modular design of the framework it can be enhanced via plugins. OpenMediaVault is primarily designed to be used in home environments or small home offices, but is not limited to those scenarios. It is a simple and easy to use out-of-the-box solution that will allow...
    Leader badge
    Downloads: 16,460 This Week
    Last Update:
    See Project
  • 20
    Uniform Server

    Uniform Server

    A free lightweight Windows Apache MySQL and PHP Server Solution.

    Uniform Server is a free lightweight WAMP server solution for Windows. Build using a modular design approach, it includes the latest versions of Apache, MySQL or MariaDB, PHP (with version switching), phpMyAdmin or Adminer. No installation required! No registry dust! Just unpack and fire up! ------- Note: The latest version of Uniform Server requires a **64-bit version** of Windows. -------
    Leader badge
    Downloads: 1,086 This Week
    Last Update:
    See Project
  • 21
    DAR - Disk ARchive

    DAR - Disk ARchive

    For full, incremental, compressed and encrypted backups or archives

    DAR is a command-line backup and archiving tool that uses selective compression (not compressing already compressed files), strong encryption, may split an archive in different files of given size and provides on-fly hashing, supports differential backup with or without binary delta, ftp and sftp protocols to remote cloud storage Archive internal's catalog, allows very quick restoration even a single file from a huge, eventually sliced, compressed, encrypted archive eventually located...
    Leader badge
    Downloads: 169 This Week
    Last Update:
    See Project
  • 22
    nuBuilder Forte

    nuBuilder Forte

    nuBuilder Forte is a cloud database builder.

    ... - Calculated fields with the Formula Builder - Email Templates - Move and resize objects. - Further customisation that can be done with JavaScript and PHP. ✪ nuBuilder stores all forms, reports, company data and PHP/JavaScript code in MySQL. You can backup your entire application within a single database file. ✪ Easy installation: - Download and unzip the nuBuilder files - Upload to your webserver - Create a database (e.g. nubuilder4) and optionally a user - Make a copy of
    Leader badge
    Downloads: 119 This Week
    Last Update:
    See Project
  • 23
    Rukovoditel - Project Management/CRM

    Rukovoditel - Project Management/CRM

    Free web-based open-source project management application

    Rukovoditel is a free web-based open-source project management application. A far cry from traditional applications, Rukovoditel gives users a broader and extensive approach to project management. Its customization options allow users to create additional entities, modify and specify the relationship between them, and generate the necessary reports. The platform enables users to craft their own application that is specifically tailored for their activity (CRM, ERP, HRM, WMS,...
    Leader badge
    Downloads: 115 This Week
    Last Update:
    See Project
  • 24
    Data Crow

    Data Crow

    The ultimate cataloguer

    ... administration, item importing & exporting, backup & restore and many other optional features are waiting for you.
    Leader badge
    Downloads: 34 This Week
    Last Update:
    See Project
  • 25
    pH7 Social Dating CMS (pH7Builder)❤️

    pH7 Social Dating CMS (pH7Builder)❤️

    🚀 Professional Social Dating Web App Builder (formerly pH7CMS)

    pH7Builder is a Professional, Free & Open Source PHP Social Dating Builder Software (primarily designed for developers ...). This Social Dating Web App is fully coded in object-oriented PHP (OOP) with the MVC pattern (Model-View-Controller). It is low resource-intensive, extremely powerful and highly secure. pH7Builder is included with over 42 native modules and is based on its homemade pH7 Framework which includes more than 52 packages To summarize, pH7Builder Social Dating Script...
    Downloads: 44 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next