Salta al contenuto principale

add file manually to existing backup.

Thread needs solution

After creating a full backup of my active partition can I manually add a file to a folder in the tib file in Windows Explorer? For example, if my tib file in Explorer shows a folder called PICS, is it safe to create a batch file to run so as to add any new files to the tib file.

Could I do this without harming the tib file so that it could be recovered including the files added manually?
like this:

echo off
xcopy.exe D:\PICS\*.* E:\Backup\xxx 17-02-13.tib\c:\PICS /D /E /Y
pause

Thanks for any help.

0 Users found this helpful

That will not work. .tib is a binary file, so you cannot add files to it. A .tib must be created by True Image.