ABR v11 Naming convention
I recently upgraded from ACR 10 to ACR11. I like to use command lines within a script so I can create a backup of my hard drive. I read the new listing of the commands and can back up successfully. The issue is when the backup file is created Acronis adds a date to it and some other gobbly gook. All I want is the backup name to be the name I give it not additional worthless stuff from the program. Is there a way to turn this feature off so I can name the backup file the name I want to give it?
Jim

- Se connecter pour poster des commentaires

I read about this in the manual. When I tried it the first time, before posting in the forum, but could not get it to work. I will try it again and see if it will run.
Jim
- Se connecter pour poster des commentaires

Well, I just tried it again and no luck. Here is the command line I used. According to the manual all of my parameters are correct?
acrocmd backup disk --loc=J:\Windows 7\QuadGame3 --arc=QuadGame3HardDisk3 --plain_archive --log=C:\Program Files (x86)\Acronis\BackupAndRecoveryConsole\log3.txt
So why does it not work?
Thanks,
Jim
- Se connecter pour poster des commentaires

I'm not sure about this one - with space between Windows and 7
--loc=J:\Windows 7\QuadGame3
Maybe it should be --loc="J:\Windows 7\QuadGame3"
The same for --log (btw "program files" may be read-only if application is not elevated, it may fail because of it too)
- Se connecter pour poster des commentaires

The "space" between Windows and 7 is a true space. It is the exact name of the folder. I have not had any problem with Backup & Recovery 10 using the same folder name.
As far as the log file is concerning I changed it to C:\log3.txt. The backup ran but it move the backup file to the J:\ root and it attempted to backup the 1st hard drive and the external too. Very strange software update....must be buggy!
Thanks,
Jim
- Se connecter pour poster des commentaires

'backup disk' with no parameters backs up all disks in system. Folders and other parameters with space are quoted in commandline reference - e.g --loc="F:\my backups" --arc="my archive"
- Se connecter pour poster des commentaires