AbraFlexi Copy AbraFlexi Copy
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstring
ABRAFLEXI_LOGINstringAbraFlexi Login
ABRAFLEXI_PASSWORDpasswordAbraFlexi password
ABRAFLEXI_URLurlAbraFlexi Server URI
BACKUP_DIRECTORYfile-pathpath to directory where temporary file is stored
DESTINATION_ABRAFLEXI_PRODUCTIONstringRestore webhooks, enable sending mails etc.
EASE_LOGGERstringwrite log messages using
SOURCE_ABRAFLEXIurlUri to reach data to copy
AbraFlexi Copy
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "AbraFlexi Copy",
        en: "AbraFlexi Copy"
    },
    description: {
        cs: "Copy Company data between two AbraFlexi servers",
        en: "Copy Company data between two AbraFlexi servers"
    },
    executable: "fbcp",
    homepage: "https:\/\/github.com\/VitexSoftware\/AbraFlexi-Tools",
    uuid: "a5aad62a-f574-4732-8483-30f4187e3054",
    tags: [
        "AbraFlexi",
        "Backup",
        "Restore"
    ],
    version: "1.1.7.120",
    schemaVersion: "3.3.0",
    environment: {
        ABRAFLEXI_COMPANY: {
            type: "string",
            description: "",
            defval: "demo_de",
            required: true
        },
        ABRAFLEXI_LOGIN: {
            type: "string",
            description: "AbraFlexi Login",
            defval: "winstrom",
            required: true
        },
        ABRAFLEXI_PASSWORD: {
            type: "password",
            description: "AbraFlexi password",
            defval: "winstrom",
            required: true
        },
        ABRAFLEXI_URL: {
            type: "url",
            description: "AbraFlexi Server URI",
            defval: "https:\/\/demo.flexibee.eu:5434",
            required: true
        },
        BACKUP_DIRECTORY: {
            type: "file-path",
            description: "path to directory where temporary file is stored",
            defval: "",
            required: false
        },
        DESTINATION_ABRAFLEXI_PRODUCTION: {
            type: "string",
            description: "Restore webhooks, enable sending mails etc.",
            defval: "",
            required: false
        },
        EASE_LOGGER: {
            type: "string",
            description: "write log messages using",
            defval: "console|syslog",
            required: false
        },
        SOURCE_ABRAFLEXI: {
            type: "url",
            description: "Uri to reach data to copy",
            defval: "https:\/\/user:password@abraflexi.destination.cz:5434\/c\/firma_a_s_",
            required: true
        }
    }
}
Download abraflexi_copy.multiflexi.app.json