VIRECOVER(8) BSD System Manager's Manual VIRECOVER(8)NAME
virecover -- report recovered vi edit sessions
SYNOPSIS
/usr/libexec/virecover
DESCRIPTION
The virecover utility sends emails to users who have vi(1) recovery files.
This email gives the name of the file that was saved for recovery and instructions for recovering most, if not all, of the changes to the
file. This is done by using the -r option with vi(1). See the -r option in vi(1) for details.
If the backup files have the execute bit set or are zero length, then they have not been modified, so virecover deletes them to clean up.
virecover also removes recovery files that are corrupted, zero length, or do not have a corresponding backup file.
virecover is normally run automatically at boot time using /etc/rc.d/virecover.
FILES
/var/tmp/vi.recover/recover.* vi(1) recovery files
/var/tmp/vi.recover/vi.* vi(1) editor backup files
SEE ALSO vi(1), rc.conf(5)HISTORY
This script, previously known as recover.script, is from nvi and was added to NetBSD in 1996. It was renamed in 2001.
AUTHORS
This man page was written by Jeremy C. Reed <reed@reedmedia.net>.
BSD October 9, 2006 BSD
Check Out this Related Man Page
undbx(1) undbx undbx(1)NAME
undbx - a tool to extract e-mails from Outlook Express .dbx files.
SYNOPSIS
undbx [options]<DBX-DIRECTORY|DBX-FILE>[<OUTPUT-DIRECTORY>]
DESCRIPTION
undbx is a tool to extract, recover and undelete e-mails messages from Outlook Express .dbx files.
Email are extracted in individual .eml files.
When a target directory is specified, undbx will extract e-mails from dbx files found in this directory. Instead of providing a target
directory, the usr can provide a target dbx file.
When no output directory is specified, undbx will extract emails in a subdirectory of the current directory.
In normal mode (not recovery), a message is extracted only if there is no corresponding .eml file in the destination directory.
On the other hand, if a .eml file exists in the destination directory and no corresponding mail is found in the .dbx file, the mail is con-
sidered deleted and undbx will delete this .eml file. This way, undbx can be used as an synchronization backup tool for .dbx files.
The file names of .eml files are composed by the From, To and Subjec: header fields. The modification time of each file is set to match
the date specified in the Date field of the mail header.
OPTIONS --help Provides a short help message.
--recover
undbx attempt to recover e-mail messages from a corrupted .dbx file.
In this mode fragments of messages are collected into .eml files. This may take a long time and some messages maybe corrupted.
Also, all messages are extracted, not only the new ones.
--version
Shows the version string
SEE ALSO pffinfo(1)pffexport(1)munpack(1)AUTHOR
This manual page was written by Christophe Monniez <christophe.monniez@fccu.be> for the Debian system (but may be used by others).
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any
later version published by the Free Software Foundation
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
February 23, 2011 undbx(1)
Hi
I changed a file in Vi editor but couldnt save it as it gave a message that file system is full.So we came out without saving it but later on we found that CONTENT OF FILE GOT ERASED and we are no more able to view that file.
This file is an important configuration file .
Can somebody... (8 Replies)
I have written a script to perfrom a cold backup on an oracle database. The script is failing everytime. Can anyone tell me what (stupid) error I am making.
The output from the uname command follows
Linux rayora 2.2.14-6.1.1smp #1 SMP Thu Apr 13 19:55:55 EDT 2000 i686 unknown
The error... (8 Replies)
I had to do a recovery and restore from backup (using ignite & backups from fbackup job) on hpux 10.20.
Problem is, all users (except root) receive error 'unknown user' when logging in (during script that checks quotas).
They can still successfully log in to the system.
However, the files... (9 Replies)
I have a 7029-6C3 that was running AIX 5.2; I tried to update to 5.2.10.5, rebooted, and the box went south. Upon further digging through the h/w logs, I found the error "Service Processor Firmware Failure"
I can't get the machine to boot - not even to CD. How can I recover from this? Or can... (10 Replies)
I'm working on a script I wrote called backup.sh
when I run it like this:
. ./backup.sh
I get this error:
ksh: ./backup.sh: no closing quote
when I run it this way:
backup.shI get this error:
backup.sh: 28: Syntax error: end of file unexpected (expecting "fi")I looked through the code over... (21 Replies)
Hi I am trying to back up files with cshell script .And I have to pass the size of the files,the backup directory and the file
Could you help me with advises ,and am I useing find right
thanks
#!/bin/csh
if( $2 =="") then
echo "Please provide correct parameters"
echo "corect call is: ... (7 Replies)
I had ACER aspiron one netbook with dual bootable (Windows XP and Debian). Recently I found XP is messy and Debian has new version published. I plan to recover XP and install new version of Debian. But I failed to recover XP from Hidden Partition.
I thought it is because I install GRUB in the... (15 Replies)
Hello,
Need help with a script to backup a configuration file
BSD
Save the file / Firewall / ConfigFiles to a remote ftp server
here is the script
# / bin / sh
Date = $ (date +% d-% Y-% m-H-M)
tar-cvf ConfigFiles.tar / Firewall / ConfigFiles
ConfigFiles.tar mv / Firewall-$... (11 Replies)
Hi
I am executing database backup via shell script (Korn). The backup log is long, but I would like to capture only the last line so I can send an email if it fails
Example of failed backup (only last 3 lines)
BR0056I End of database backup: bejbofoh.aff 2012-07-26 07.31.21
BR0280I... (7 Replies)
Hi,
I'm a new user of unix sco open server.
In my work place i had to recover a sco openserver backup into another PC but when i'm trying to do that i got this error message ::wall:
dparm: write ioctl failed: No such device or address
Invalid entry
mit_hdpart0 failed
Fatal Error: A critical... (20 Replies)
Hi,
I am working Linux server machine. Somebody by mistake(or may be knowingly) deleted few folders and files from the machine. How is this possible to recover those files and folders????:confused:
I normally logged in through Putty and winscp only. And don't have any history for putty... (8 Replies)
Hi All,
I have a scenario where in am using uuencode to send a txt file as an excel to end users( email attachment).I have 7 different files and these files are sent as emails 7 times...
So my question is, can i not zip all the 7 files at once and attach those files in a single... (9 Replies)