Problem ExpandIT Backup

caulencaulen Member Posts: 5
edited 2004-10-18 in Navision Attain
For the backup of our database of Navision (v3.60) we use ExpandIT (v2.1e)
The backup path in ExpandIT is
E:\MBS_Navision\Nav360\%WEEKDAYNAME%.fbk
The backup result is 2 fbk files(first 2Go, second 1.5Go)
Do you know why the second fbk file want to go in the E:\MBS_Navision\Nav361\%WEEKDAYNAME%.fbk directory ??

Temporarily we created this second directory, but the problem comes now from the compression tool, which does not compress this second file. (In the same way, for a third fbk file, I think it will write in an others …\Nav362\… directory)

Normally it isn't the Name of the FBK file, which should be incremented (monday1.fbk, monday2.fbk,........) ?

Thanks

Comments

  • kinekine Member Posts: 12,562
    ExpandIT increase last number in name:

    try use:
    E:\MBS_Navision\Nav360\%WEEKDAYNAME%1.fbk
    

    (number 1 added before .fbk extension)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • caulencaulen Member Posts: 5
    :shock:
    I test this one
    E:\MBS_Navision\Nav360\%WEEKDAYNAME%1.fbk
    
    On place to increase the number, the ExpandIT increase the WEEKDAYNAME :shock: :shock: :shock:
    exemple:
    The backup from Monday - ExpandIT create 2 zip files with the 2 *.fbk Files
    - Monday1.zip (monday1.fbk)
    - Thuesday1.zip (monday2.fbk)

    The problem is, the backup from Tuesday overwrite the Thuesday1.zip from Mandays Backup :!:

    Now, I'll test this solution
    E:\MBS_Navision\Nav360\%WEEKDAYNAME%_01.fbk
    

    Have anybody an explanation or (better) a working solution :?:

    Thanks
Sign In or Register to comment.