Questions tagged [data-extraction]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
2 votes
1 answer
176 views

tar: Archive is compressed. Use -z option. Why tar asks me to use -z option when it is ignored in extract mode?

I get this error tar: Archive is compressed. Use -z option when trying to build my docker image: RUN wget https://github.com/wal-g/wal-g/releases/download/v2.0.1/wal-g-pg-ubuntu-20.04-amd64.tar.gz -O -...
Eugen Konkov's user avatar
0 votes
0 answers
67 views

mount LVM2 dump or extract files

I have a dump of a filesystem. I dont know how it was created. I want to extract all the files and the filestructure. file dump.bin says it is a LVM2 PV (Linux Logical Volume Manager) file and prints ...
Vincent's user avatar
0 votes
0 answers
602 views

Extracting multiple password-protected archives located in multiple sub-directories

There is a folder that contains many folders and subfolders, and each of these contains any number of password-protected 7zip archives. The password is the same for all of them. These are single-layer ...
Bamba's user avatar
  • 1
0 votes
1 answer
675 views

how to avoid grep output empty file

Using grep to print a keyword in a log to the output file grep -i -n "application" /app/log1.log > L1.log Now this gives results if it finds application in the log. But also results empty ...
chandu rajpurohit's user avatar
0 votes
1 answer
617 views

How to export data from Dollar Universe Workload Automation including embedded scripts

I am trying to export data from Dollar Universe Workload Automation to files using the following commands: Session list file: uxlst ses ses=* vses=* full Session details file: uxshw ses ses=* lnk vses=...
Erez Ben Harush's user avatar
2 votes
2 answers
1k views

Extracting single file from large tar.gz file

I have an incredibly large tarball. I'd extract several files out of many thousands within the archive. I'm on CentOS 6.10 running GPFS 4.2.3. I've seen from this answer that pigz is useful in ...
irritable_phd_syndrome's user avatar
1 vote
1 answer
169 views

What is the best automated ETL method to transfer data from SQL Server IN cloud (AWS) to SQL Server NOT Cloud?

We have 2 SQL Server databases. One of them is to be moved to AWS cloud. Is Amazon RDS the ONLY approach to move the SQL Server to AWS? What is the best way to automate data transfer of table data ...
m.beginner's user avatar
-2 votes
1 answer
189 views

Apache extracting .rar before serving content

I can't find any information online about this, hopefully someone here can help out. Our website hosts MOV downloads, but server space has started to become a concern. We have found that RAR can ...
codelove's user avatar
3 votes
2 answers
3k views

Different extractors for the same Graylog input?

I'm using Graylog's sidecar functionality with Filebeat to pickup a number of different log files off my server, including Syslog, Nginx and Java App. All of these flow into the same Graylog input for ...
Jon's user avatar
  • 632
0 votes
1 answer
1k views

Copy VM files from ESXi host physical HDD

My ESXi installation got corrupted (I get the Pink Screen of Death) and I would like to extract my VM info from the HDD. When I plug in into my Linux box I see 4 small partitions that does not have ...
user886869's user avatar
3 votes
1 answer
4k views

Extract a single file / directory from a .dar file

No, it's not a mistake, I mean dar, not tar. It seems to be a not-so-popular archiving tool (and file format). However, I need to extract a single directory from a 4GiB .dar-file. In the man-page, ...
Mitja's user avatar
  • 404
1 vote
0 answers
774 views

migrate 10g xe to 11g xe

The oracle 10g DB that is being currently used has exceeded the limit of 4GB. For the application to continue the db needs to be upgraded to 11g. But the upgrade doc requires a data pump export to be ...
zapping's user avatar
  • 183
0 votes
2 answers
7k views

Extract table values from html web pages automatically

I use MRTG to monitor devices' CPU/MEM/traffic usage, and each device has different ports/vlans/interfaces. When I want to create a table/excel showing statistics of all the interfaces, I found it ...
Andrew's user avatar
  • 113
8 votes
9 answers
16k views

How to grep the IP address from ifconfig output

Following is my ifconfig output eth0 Link encap:Ethernet UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:...
Registered User's user avatar
3 votes
3 answers
5k views

Extracting information from active directory

I work in the IT support department of a branch of a huge company. I have to take care of a database with all the users, computers, etc. I'm trying to find a way to automatically update the database ...
Kovags's user avatar
  • 133