Hello Everyone,
I'm trying to create a vault export by using GAMDV-XTD3
So i used the below command to export IDs of the matters
gam print vaultmatters todrive
Then this command to export pst for a specific user:
gam create export matter a5b9e7c7-f4db-497b-a896-c9938becc4a9 corpus mail scope all_data accounts bassel.massamiri@cogeco.com format pst excludedrafts true
Reference: https://github.com/GAM-team/GAM/wiki/Google-Vault-Commands#creating-exports
gam create export [matter <matter>] [name <name>] [corpus <drive|mail|groups|hangouts_chat>]
[scope <all_data|held_data|unprocessed_data>]
[accounts <emails> | orgunit <orgunit> | teamdrives <teamdrives> | rooms <rooms> | everyone]
[terms <terms>] [start <date>] [end <date>] [timezone <timezone>] [format mbox|pst]
[excludedrafts true|false] [driveversiondate <date>] [includeteamdrives] [includerooms]
[includeaccessinfo true|false]
I got the below error:
Command: /home/adminbmassamiri/bin/gamadv-xtd3/gam create export matter >>>a5b9e7c7-f4db-497b-a896-c9938becc4a9<<< corpus mail scope all_data accounts bassel.massamiri@cogeco.com format pst excludedrafts true
ERROR: Vault Matter: a5b9e7c7-f4db-497b-a896-c9938becc4a9, Does not exist
Anyone can tell me please what is the issue or if someone faced this issue and how to fix it.
Thanks