cs_tools tools archiver identify doesn't exclude objects authored by the System user
#291
Unanswered
ggermankubrickgroup
asked this question in
General
Replies: 1 comment 1 reply
-
|
Easiest way is to filter out the system user on the author column On the excel output. You can also use the params --only-groups, --ignore-groups, --ignore-tags, but using these params would require pre-steps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to this article ,
cs_tools tools archiver identifyshould exclude anything authored by the System user. However, when I export the stale objects to an excel file using a syncer, there are objects authored by the System user. This is the exact command I'm using:cstools tools archiver identify --config main --recent-activity 30 --syncer "excel://filepath=searchable.xlsx". How do I exclude objects authored by the System user?Beta Was this translation helpful? Give feedback.
All reactions