Questions tagged [export]

175 questions
5
votes
4 answers

NFS hide /export from path

How can I share FolderA on ServerA so that my client can simply access it as ServerA:/FolderA if FolderA is not in / ? Lets say FolderA is actually /usr/local/test/RandomName I can use bind in fstab to shorten it and put it in…
wag2639
  • 2,115
  • 6
  • 24
  • 32
5
votes
2 answers

How to export a specific virtualbox snapshot as a raw disk image

I created a Linux appliance for my friends. It's a small Ubuntu installation with Trac, lighthttp and ufw configured. I made it using VirtualBox. Now I want to export the latest snapshot version with everything secured and configured as a raw disk…
Bryan Hunt
  • 321
  • 4
  • 14
5
votes
4 answers

MS SQL Server 2008: How to export all the tables into CSV?

I have to migrate from MS SQL Server and now creating a new ORACLE database with the data partially got from my old tables. For that I need to get the data from dozens of tables as unicode CSV or TXT files, with fields separated by "|". The bad…
Andrew
  • 321
  • 3
  • 5
  • 11
4
votes
3 answers

Are "unexportable" certificates a real security measure or just security theater?

Recently I was working on recovering data from dead (bricked PSU) Windows XP machine, which included some client certificates installed into IE 6. I plugged in a temporary PSU and tried to export the certificate, only to be told that "these…
4
votes
2 answers

how to backup/export office 365 email to pst in exchange hybrid environment?

We have a exchange hybrid environment. (some users are in onpremises exchange and some users are office 365. ) When we want to export emails from onpremis we use , below command to export mail box and archive. New-MailboxExportRequest -Mailbox…
4
votes
3 answers

Export all hosts from DNS Manager using Powershell

While I'm rather new to powerShell v3, there's some things I can do with it, however, one thing that has eluded me is how to pull all hosts listed in our DNS Manager (Server 2008 R2). I don't need to set or remove anything just have it query the…
4
votes
1 answer

How to export a virtual machine in Hyper-V?

i am trying to export a virtual machine in Hyper-V. i click Export, i select a location: and click Export, and nothing happens: How do you export a virtual machine in Windows Server 2008 R2 Hyper-V?
Ian Boyd
  • 5,131
  • 14
  • 57
  • 79
4
votes
2 answers

How to handle one-way synchronization of two Oracle databases with no network connection?

Here's the situation: I have two Oracle 10g databases (with the same tables, etc.) that cannot be connected by network. At some regular intervals (say, once a day) I need to be able to update the data on database B to match that database A. Database…
ColinD
  • 143
  • 1
  • 5
4
votes
2 answers

export proper csv from SqlServer management studio query result

in SqlServer management studio, you can export query results to a csv file by right click -> "Save Results as" -> csv. However, the csv file does not contain column headers and does not escape any commas in the data itself, which often leads to a…
Gabe Moothart
  • 153
  • 1
  • 1
  • 5
4
votes
8 answers

Oracle 11gR2 exp does not export some tables

I have an Oracle 11g (11.2.0.1) Database running on Linux (x64). Within the database I have a schema and 33 tables for it (all in the same tablespace). When I log in via sqlplus I can list all the tables via SELECT OBJECT_NAME FROM USER_OBJECTS…
Tilo Prütz
  • 225
  • 1
  • 3
  • 8
4
votes
4 answers

mysqldump --where with = operator doesn't get all rows

I have a situation with a particular table that now thinks it contains 4 Petabytes of data. I know that sounds cool, but I assure you, it is only on a 60GB partition. This table has 9 fields in it. One of them is a domain_id field. It is the best…
JonathanLIVE
  • 197
  • 2
  • 5
  • 10
3
votes
1 answer

datadog python data export

I want to be able to export raw data from Datadog. the idea is to support higher level of analysis in regards to the metrics captured, upstream from the Datadog UI. the metrics query API, allows only to query re-aggregated data according to bins…
sinaiy
  • 41
  • 3
3
votes
1 answer

Exporting GCP Compute Engine instance fails: Quota 'SSD_TOTAL_GB' exceeded

I'm following instruction on: https://cloud.google.com/compute/docs/images/export-image When running: gcloud compute images export --destination-uri gs://my-bucket/my-image.tar.gz \ --image my-image --project my-project The export will fail on…
3
votes
2 answers

Workstation VM unable to start after import on ESXi

I've been given a folder of a VM (with .vmdk, .vmx, ...), created and used in VMWare Workstation. I want to use it on my VMWare ESXi. How do I correctly import the VM? I've tried to import it, by copying the folder to the ESXi datastore, then…
3
votes
2 answers

Export a list from AD

Mostly when I export a list from AD I get the telephone number under the general tab. I would like to export a list containing First Name, Last name and all the phone numbers under both the general and telephone tabs. Is there a way to do…
Nikander
  • 31
  • 1
  • 3
1
2
3
11 12