• Plans
  • User
  • Documentation
Shopping Cart
LoginLogin
RegisterRegister
  • Index
  • Search
(None)
  •   ubackup
  •   Installing ubackup
    •   ubackup and Docker
    •   ubackup and IIS
      •   Upgrading ubackup
    •   Backup To Local Folders
    •   SQL Shared Folders
  •   Getting Started
    •   First Time Login
    •   Obtaining A Trial Subscription
    •   Reviewing Subscriptions
    •   Entering Account Key/Token
  •   ubackup Menu
    •   Backup
      •   Help
      •   Database Servers
        •   DB Server Tab
        •   Folder Backup Tab
        •   FTP Backup Tab
        •   Notifications Tab
        •   Schedule Tab
      •   FTP Servers
      •   Settings
      •   Users
      •   Information
    •   User
      •   My Account
      •   Change Password
      •   Settings
  •   Support
  •   License
  •   Release Notes

ubackup Documentation

Display
Print

Local Folders

Docker

When backing up a database server to local folders on the host, the Docker container has to be given access to these host folders. For each local backup folder (defined using Backup > Database Servers, Folder Backup Tab), a bind mount must be specified.

For example, if the database server is defined to save backups to local folder /important/backups, this can be mapped to a host folder using a bind mount. We'll name the host folder /host/important/backups. The bind mount would look as follows:

    -v "/host/important/backups:/important/backups"

Add a bind mount for each local folder mapped to a host folder to the docker command starting up ubackup.

docker-compose

The following shows an excerpt of a docker-compose file with the bind mount used above.

    volumes:
      - /host/important/backups:/important/backups

IIS

When running on Windows/IIS, no configuration is required as long as ubackup has full access to the local folders used to save backups.

For a local backup folder C:\Host\Important\Backups, using a command line prompt, give the following permissions to the ubackup application pool so it has full access to the folder:

icacls C:\Host\Important\Backups /grant "IIS APPPOOL\ubackup:(OI)(CI)F"

Last Updated 03/02/2020 - (email)
ubackup.io © 2020 - Softel vdm, Inc.

Contact Info

Softel vdm, Inc.
5401 S Kirkman Rd, Suite 310
Orlando, FL 32819

Phone : (941) 505-8600Sales :  (email)Support :  (email)

Customer Info

  • My Subscriptions
  • My Orders
  • About Ordering
  • Privacy

Developer Tools

  • softelvdm.com

Web Services

  • www.LegacyFax.com
  • www.StatusPie.com
  • LinksWithPics.com

ubackup.io - © Copyright 2021 Softel vdm, Inc.

OnOn
OffOff