command line restore all files?
With Acronis Backup Advanced 12.5 command line tool I have followed the commands to make a backup. The files created have the *.tibx file extension. When I restore an archive I generally like to restore all contents. Sometimes I do not know the drive (letter) that the backup was performed on. I cannot seem to find the command parameter for
--file=
that will allow it to restore all contents. Some examples of what I have been trying are such:
acrocmd recover file --loc="D:\Sandbox\Code" --arc="testOD.tibx" --file=* --target="C:\Test" acrocmd recover file --loc="D:\Sandbox\Code" --arc="testOD.tibx" --file="D:\\" --target="C:\Test"
The 2nd command above will work, however I want to tell the program I do not know the contents of the archive and I want to restore all contents. If I leave out
--file=
all together it does not work and the command line tool returns an error. A restore without the the
--target=
and the
--file=
parameter will do what I want but only to the original location. A lot of times I do not want this. I simply want the command that states restore all the files in the archive, keep the original directory structure, and restore to an alternate location. Understanding that I don't know the contents or the drives it was created from. Thanks

- Log in to post comments