Posts by UncleSam

    Hi there,


    I installed I-MSCP v1.2.3 and the new Roundcube plugin (v1.2.0) which should work with I-MSCP >= v1.2.3.


    Now I am getting this error message inside the administration front-end:

    Code
    1. Plugin::RoundcubePlugins::_checkVersion: Your Roundcube version 1.1.1 is not compatible with this plugin version. Please check the documentation.

    For me it seems like there have to be a new Roundcube version which has to be released with I-MSCP v1.2.3?
    Would be great if someone can check this error message - if its my fault than please tell me!

    Hallo,


    sry to ask in the forum but I have no idea if this problem depends on my environment or on the new plugin.


    I installed I-MSCP v1.2.3 and updated the Mailgraph plugin which should work with >=v1.2.3. But I am unable to activate it. Here is the log from administration front-end:


    Code
    1. Modules::Plugin::_call: Global symbol "$self" requires explicit package name at /var/www/imscp/gui/plugins/Mailgraph/backend/Mailgraph.pm line 593, <$fh> line 336.
    2. Global symbol "$self" requires explicit package name at /var/www/imscp/gui/plugins/Mailgraph/backend/Mailgraph.pm line 618, <$fh> line 336.
    3. Global symbol "$self" requires explicit package name at /var/www/imscp/gui/plugins/Mailgraph/backend/Mailgraph.pm line 619, <$fh> line 336.
    4. Global symbol "$self" requires explicit package name at /var/www/imscp/gui/plugins/Mailgraph/backend/Mailgraph.pm line 620, <$fh> line 336.
    5. Global symbol "$self" requires explicit package name at /var/www/imscp/gui/plugins/Mailgraph/backend/Mailgraph.pm line 621, <$fh> line 336.
    6. Global symbol "$self" requires explicit package name at /var/www/imscp/gui/plugins/Mailgraph/backend/Mailgraph.pm line 622, <$fh> line 336.
    7. Compilation failed in require at /var/www/imscp/engine/PerlLib/Modules/Plugin.pm line 425, <$fh> line 336.


    Can anyone help me please? (The old plugin worked very fine using I-MSCP v1.2.2)


    Thanks!

    Hallo,


    I tried to find a solution to generate backups on the fly (without storing them local) on an ftp backup space. So I wrote this small script which is able to do that.


    ATTENTION:
    Do not use this script in productive environment or with an unstable FTP Server location (e.g. laggy cloud services). The script does not give a feedback on errors (there is only one stored on the FTP Server - so if its is broken there is no other backup)! Use at your own risk!


    ATTENTION 2:
    I switched to Syncovery CL for Linux so I am no longer supporting/maintaining this script. If you are using this script and want more (like incremental backups or SFTP/WebDav support) you my check out the new backup soltion I am using: click here.


    Features:

    • generates compressed .tar.gz archives on a ftp backups space during compression (no local space needed)
    • wildcards for include and exclude paths


    There are still some features missing so maybe one of you can help me to improve this script:

    • Encrypt the backups with password
    • Add SFTP support
    • Backup version history (delete only not needed backups from the ftp server)
    • detect errors and send an email if there is one or more errors


    Version 1.0: