Backup file-names

  • Hi there,


    I want to backup all my Servers with a Windows Backup tool.


    There is a problem on downloading files containing a ":" in its name for the Windows file system. Is there a way to remove or replace the ":" from the time in the filenames?


    eg.:
    domain.tld-backup-2013.01.04-00:00.tar.bz2
    to
    domain.tld-backup-2013.01.04-00-00.tar.bz2

    Edited once, last by Nuxwin ().


  • yes...edit in: /var/www/imscp/engine/backup/imscp-backup-all


    line: (118) :

    Code
    1. my $date<------>= strftime "%Y.%m.%d-%H:%M", localtime;


    to:

    Code
    1. my $date<------>= strftime "%Y.%m.%d-%H-%M", localtime;


    Thanks I try it!


    - works, thank you!

    Edited once, last by UncleSam ().

  • Hello


    @aseques


    +100


    DragonZX


    I'll say more: As long you will not do some pull requests, We'll not give you any write access on our repository. We must ensure about your code quality before let you push without any check.


    Thanks for the report.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

    Edited once, last by Nuxwin ().