Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use arbtt-dump and arbtt-import #169

Open
hirschQ opened this issue Aug 18, 2023 · 1 comment
Open

how to use arbtt-dump and arbtt-import #169

hirschQ opened this issue Aug 18, 2023 · 1 comment

Comments

@hirschQ
Copy link

hirschQ commented Aug 18, 2023

hi, I read about the option to import a arbtt-dump (format=show or json) with arbtt-import here:
https://arbtt.nomeata.de/doc/users_guide/arbtt-import.html
I want to create a dump-file on another computer and import the content to my acutal capture.log on my main computer, but I don't understand the correct usage of arbtt-import, I bet I'm doing something wrong...

arbtt-dump >> dump-file.log

filename extension '.log' ok?

arbtt-import -a -f dump-file.log

looks like something is going on, but my capture.log isn't changed so I killed the process after 30mins

Can you please advice? Thanks a lot

@nomeata
Copy link
Owner

nomeata commented Aug 18, 2023

The terminology is a bit confusing, but the -f flag to arbtt-import can be used to use a different capture.log file. This indicates the target of the import, not the source.

arbtt-import reads data from standard input

so try

arbtt-dump > arbtt.dump

and then

arbtt-import < arbtt.dump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants