Back up files

  • The following command will back up files from the MyProject folder residing in D:\Workarea, except for files in the Old subfolder and hidden files, to the Myproject.tib file and save this file in the E:\Backups folder:

    trueimagecmd /filebackup /filename:E:\Backups\Myproject.tib
    /include:D:\Workarea\MyProject /exclude_names: D:\Workarea\MyProject\Old
    /exclude_hidden

Back up files