Amrestore: "$" character in the filename to be restored: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
(Use Troubleshooting templates)
(add category)
Line 1: Line 1:
{{Troubleshooting Category|amrestore}}
{{Troubleshooting Category|amrestore}}{{Troubleshooting Category|Filenames}}
{{Troubleshooting Problem}}
{{Troubleshooting Problem}}
The DLE name contains $ character. How can I use [[amrestore]] to recover the DLE?
The DLE name contains $ character. How can I use [[amrestore]] to recover the DLE?

Revision as of 21:52, 6 April 2007

Template:Troubleshooting CategoryTemplate:Troubleshooting Category Template:Troubleshooting Problem The DLE name contains $ character. How can I use amrestore to recover the DLE?

Template:Troubleshooting Solution $ is a shell special character as well as Amanda special character.

So, $ has to be escaped twice.

For example:

If DLE is linuxclient //windowsxp/SNAPSHOT$ root-tar

Use either of the following amrestore command options:

amrestore /dev/nst0 linuxclient //windowsxp/SNAPSHOT\\\$
amrestore /dev/nst0 linuxclient '//windowsxp/SNAPSHOT\$'