-
Notifications
You must be signed in to change notification settings - Fork 0
Storages
Jérôme Quéré edited this page Aug 14, 2015
·
2 revisions
Storages are one of the core concept of the application. A storage is a place where backup are store. It can be the filesystem an ssh server or anything that fits your need.
All the storages are declared in the configuration file.
Each storage MUST have at least:
-
A name:
The name of the storage must be unique and must be a valid bash token name
[a-zA-Z][a-ZA-Z0-9_]* - A type: The type of the storage
IB_STORAGE_name_TYPE="fs"Notice that the name of the storage is used in the variable name.
Don't forget to add the storage name in the IB_STORAGES variable See Configuration.
Made with love by Indigen.