Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
Restore Processed Log Data from File
How to Restore Processed Log Data from File?
✍: FYIcenter.com
If you want to Restore Processed Log Data from File,
you can follow these examples:
1. Run "goaccess" with "--restore" and "--db-path" options without any new log files:
fyicenter$ sudo goaccess -o report.html --restore --db-path=/var/log/goaccess
2. Run "goaccess" with "--restore" and "--db-path" options with new log files to merge log data:
fyicenter$ sudo goaccess access_log -o report.html --restore --db-path=/var/log/goaccess
3. Run "goaccess" with "--restore", "--persist" and "--db-path" options with new log files to merge and update log data:
fyicenter$ sudo goaccess access_log -o report.html --restore --persist --db-path=/var/log/goaccess
⇒ Non-Root Access to Apache Web Server Log Files
2022-12-23, 583🔥, 0💬
Popular Posts:
How to create a command button to run my macro in slide show in PowerPoint? I have created a macro t...
Where to find answers to frequently asked questions on Microsoft Skype? I want to know how to know h...
How to view dynamic field codes in Microsoft Word? Each dynamic value is Microsoft Word is driven by...
Why I am getting an error message dialog box when I try to save my PowerPoint presentation with some...
How to find all section breaks in a Microsoft Word document? I want to review them. Section breaks i...