cycleroadie
MIS
Hi,
I've got files on an AIX system that have spaces in the filenames. The spaces were created by CAD software and are needed for revision levels, etc. My question is how to restore a single file for a VG backup.
Here's what I tried ("20003 b" is my file name in the examples):
1) Just using the path and file name , ex. restorevgfiles -s -r -f/dev/rmt1 abc/def/20003 b
2) Putting the whole path in single quotes : restorevgfiles -s -r -f/dev/rmt1 'abc/def/20003 b'
3) putting just the file in single quotes : restorevgfiles -s -r -f/dev/rmt1 abc/def/'20003 b'
The only way I could get it back was using a wildcard : restorevgfiles -s -r -f/dev/rmt1 abc/def/20003* , which as along as the file is unique, that works, but if not, i need to determine how to tell it the exact file
Suggestions ??
I've got files on an AIX system that have spaces in the filenames. The spaces were created by CAD software and are needed for revision levels, etc. My question is how to restore a single file for a VG backup.
Here's what I tried ("20003 b" is my file name in the examples):
1) Just using the path and file name , ex. restorevgfiles -s -r -f/dev/rmt1 abc/def/20003 b
2) Putting the whole path in single quotes : restorevgfiles -s -r -f/dev/rmt1 'abc/def/20003 b'
3) putting just the file in single quotes : restorevgfiles -s -r -f/dev/rmt1 abc/def/'20003 b'
The only way I could get it back was using a wildcard : restorevgfiles -s -r -f/dev/rmt1 abc/def/20003* , which as along as the file is unique, that works, but if not, i need to determine how to tell it the exact file
Suggestions ??