Browse Community
Help
Log In
Responses(2)
Solutions(0)
sjones51
252 Posts
0
November 9th, 2018 09:00
Hi Hans,
I floated your question to one of the people that works a lot with IIQ within Isilon. This was the response I got:
There's a "--filter" argument you might be able to use. The syntax for that argument is
"--filter : "
In your example, you are running "iiq_data_export fsa export -c clustername --data-module directories -o 7318"
and you want to filter the output to just stuff under /ifs/data/files
so you could run:
iiq_data_export fsa export -c clustername --data-module directories -o 7318 --filter directory:/ifs/data/files
hans_s
5 Posts
1
November 12th, 2018 06:00
HI Sjones5
I did added the filter and it worked.
Also -r directory:/ifs/data/files seems to work also
Thanks for the help
Dell Support Resources
View All
Top
sjones51
252 Posts
0
November 9th, 2018 09:00
Hi Hans,
I floated your question to one of the people that works a lot with IIQ within Isilon. This was the response I got:
There's a "--filter" argument you might be able to use. The syntax for that argument is
"--filter : "
In your example, you are running "iiq_data_export fsa export -c clustername --data-module directories -o 7318"
and you want to filter the output to just stuff under /ifs/data/files
so you could run:
iiq_data_export fsa export -c clustername --data-module directories -o 7318 --filter directory:/ifs/data/files
hans_s
5 Posts
1
November 12th, 2018 06:00
HI Sjones5
I did added the filter and it worked.
Also -r directory:/ifs/data/files seems to work also
Thanks for the help