Hi to all.
I try make dump on my system but got error:
Code:
# dump -0auL -f /media/Main/Backups/ubuntu_fs_root.dump /dev/sda7
DUMP: You can't update the dumpdates file when dumping a subdirectory
DUMP: The ENTIRE dump is aborted.
Google says that mean that I try save dump file on filesystem that I backuping - but it is not so:
Code:
# df -h
Filesystem &nbs
Quote:so dump and dumpe2fs are complete different ?? I have read some article and... seems dump is as we can called "dump file" of a databae or somet... [by YBellefeuille]
Everyday a dump is made available for me on a SQL file in a link.
I need to to restore this dump in a ubuntu machine so its available for me to use. How can I automate the download and restore of the dump?
Best solution would be a bash script?
I am new to UNIX.
My Application is using c (.so files) and Java code.
My application crashes and CORE DUMP file is generated ,which is huge.
Now I want to view the CORE DUMP file to debug the application using dbx without starting process again.
By only using the CORE DUMP file and dbx ,can i get the code/function where my application is crashed?
dump -h 0 -0Lauf /backup/ada0p2.dump / - causes total system freeze.
server# cat /etc/fstab
# Device Mountpoint FStype Options Dump Pass#
/dev/ada0p2 / ufs rw 1 1
/dev/ada0p3 none swap sw 0 0
/dev/ada1p1 /backup ufs rw 2 2
nodump flags are set to /backup and /usr/home
following options are
hi all
I am getting following error while taking backup
using the command
Code:
ufsdump 0ubf 512 /dev/rmt/0cbn /database/backup2/rman_backup/level0 >> /database/backup2/backup_tape/level0_rman_06sep12 2>&1;
from the log i got the error
Code:
bash# tail -f level0_rman_06sep12
DUMP: Date of this level 0 dump: September 6, 2012 10:51:08 AM IST
&n
I created a new repository A.
Ran svnsync init with repository B as the source.
Loaded a dump file from B (rev 0 to 1690 of 1801) to A.
Then tried to run svnsync.
I have a dump file in my system that has confidential data in it. I tried using the filefrag command to open it.
What exactly does the default ibdata1 file store that does not exist in a mysqldump?
I've got a backup/rsync job that stores dump files of a MySQL 5.5 database on a remote server for rotating daily/weekly backups.
However, I am not currently backing up the ibdata1 file itself -- is this a nightmare waiting to happen or are dump files enough?
Thanks