Sponsored Content
Homework and Emergencies Homework & Coursework Questions Help with Backup Shell Script Post 302508697 by kjmpa26 on Monday 28th of March 2011 06:51:31 PM
Old 03-28-2011
Help with Backup Shell Script

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!

1. The problem statement, all variables and given/known data:

Create a script that will backup all important system files every Friday night and send an email to the administrator stating if the backup was successful or not.


2. Relevant commands, code, scripts, algorithms:

if/then statement
cp /home /ect /usr /local /opt /var /root /boot
cron job or at command
mail -s 'subject'

3. The attempts at a solution (include all code and scripts):

Commands listed above but I have not put them all together until I'm sure that I have all the correct commands.

4. Complete Name of School (University), City (State), Country, Name of Professor, and Course Number (Link to Course):

Devry University, Decatur, GA, USA, Professor:Bogoevski, Netw240/ACC_A


Note: Without school/professor/course information, you will be banned if you post here! You must complete the entire template (not just parts of it).
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help with a backup shell script

I'm having an issue with a problem A problem with this backup script is that if you backup the same file twice, you may get a warning message because you're overwriting an existing file. You could suppress the warning message, but a better solution is to save a series of backups distinguished by... (1 Reply)
Discussion started by: Dingosatemypant
1 Replies

2. Shell Programming and Scripting

Need help with a backup shell script

am writing my very first shell script and need some assistance. What I need help on is three things in particular. 1) Do I need to use the sleep function after the tar command or does the script know to wait until tar finishes to move on to the next line? 2) Did I populate the variable DATE... (4 Replies)
Discussion started by: rhm54
4 Replies

3. Shell Programming and Scripting

Help with backup shell script

Hello all, I am trying to backup my system database and root filesystem on remote server that is mounted on my system using tar command. For the database, i use (cd /database; tar cvf file.tar .) for the Root filesystem, i use (cd /; tar uEvf file.tar .) both are to be backup on the same... (1 Reply)
Discussion started by: Omoniyi
1 Replies

4. Shell Programming and Scripting

Help with backup shell script

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)
Discussion started by: telouet
11 Replies

5. Shell Programming and Scripting

shell script to backup

Q: script to daily backup all databases in the server, retain only last 4 backps please anyone give me a reply (3 Replies)
Discussion started by: pssooraj72
3 Replies

6. Shell Programming and Scripting

Help with Backup Shell Script for Network Device Configuration backup

HI all, im new to shell scripting. need your guidence for my script. i wrote one script and is attached here Im explaining the requirement of script. AIM: Shell script to run automatically as per scheduled and backup few network devices configurations. Script will contain a set of commands... (4 Replies)
Discussion started by: saichand1985
4 Replies

7. Shell Programming and Scripting

Help with Backup Shell Script

i need to print the first date of the previous month in 20130101 format. i use the below script month_year=$(date +'%m%Y' | awk '!--$1{$1=12;$2--}') m=${month_year% *} y=$month_year##* } d=$(cal $m $y | paste -s - | awk '{print $NF}') firstdate=${printf '02d01%s' $y $m) echo $firstdate ... (1 Reply)
Discussion started by: vino1989
1 Replies

8. Shell Programming and Scripting

Help with Backup Shell Script

Hello guys. I am a Brazilian, I use a linux machine, to access it using the program Putty. I own a GTA Multiplayer, I have a folder on my server named accounts, there is the account of all players. Each player has their own file, the files are saved as follows: PlayerName.ini I would... (4 Replies)
Discussion started by: JimCarrey
4 Replies

9. Shell Programming and Scripting

Shell script to call Oracle archive backup script when file system reaches threshold value

Hello All, I need immediate help in creating shell script to call archivebkup.ksh script when archive file system capacity reaches threshold value or 60% Need to identify the unique file system that reaches threshold value. ex: capacity ... (4 Replies)
Discussion started by: sasikanthdba
4 Replies

10. Shell Programming and Scripting

Help with Backup Shell Script

Dear friends, I need your help. I need to create a bash script which can loop through $source_dir once a month, and find the backup of the last day of a given month for each of the 2 file types, as can be seen below. Assume that source_dir="/backup/daily" Assume that... (1 Reply)
Discussion started by: joemb
1 Replies
evmpost(1)						      General Commands Manual							evmpost(1)

NAME
evmpost - Posts events to the EVM daemon SYNOPSIS
evmpost [-r [-m | -M]] [-h hostname[:port_no]] [[-a|-u msg [-p priority]] | [filename | -]] OPTIONS
Does not post the events, but instead passes them directly to stdout as raw EVM events. Use of this flag results in an error if stdout is directed to a terminal device. When used in conjunction with the -r flag, causes event template items to be merged with the items included in the source. This is the default mode. Inhibits merging of template items when the -r flag is used. Attempts to connect to the EVM daemon on the host hostname, rather than to the local daemon. If :port_no is specified, port_no is used for TCP communication with remote clients; otherwise, the evm port number found in /etc/services is used. If no entry is found in /etc/services, the reserved default value of 619 is used. The port number must be the same as the portnum specified in the EVM daemon configuration file, evmdaemon.conf(4). In most cases, the default should be used. Posts an administrator's quick message event with the name sys.unix.evm.msg.admin and the string msg in a variable data item. The event is used to add a message entry in the event log. This flag may be used only by privileged users. If a message contains spaces, the message must be enclosed in quotation marks (""). Posts a user's quick message event with the name sys.unix.evm.msg.user and the string msg in a variable data item. The event is used to add a message entry in the event log. If a message contains spaces, the message must be enclosed in quotation marks (""). Assigns priority as the event priority. The priority value must be an integer in the range 0-700. If the priority is not specified, the default of 200 is used. OPERANDS
Read event sources from filename. If filename is omitted, or is specified as -, event sources are read from stdin. DESCRIPTION
The evmpost command takes as input a file or stream of text event sources, converts them to canonical (binary) EVM events, and posts them to the EVM daemon for distribution. If the -r flag is specified, evmpost does not post the events, but instead passes them directly to stdout as raw EVM events. If the -M flag is not used the command attempts to retrieve event template information from the EVM daemon, and merges the template items and envi- ronmental items such as user name and timestamp into the output events. Otherwise the output events contain only the items included in the source. An event source may contain any number of events. Each event is specified in the manner shown. See the EvmEvent(5) reference page for a more detailed explanation. event { name event_name format format_specifier priority priority var { name variable_name type variable_type value variable_value } } The evmpost command recognizes the following data items in an event source: NAME PRIORITY FORMAT REF I18N_CATALOG I18N_SET_ID I18N_MSG_ID CLUSTER_EVENT VAR All EVM variable types may be specified except for OPAQUE. Refer to EvmEvent(5) for details on data items and variables. In the event source, each keyword must be accompanied by a corresponding value, which must be enclosed in double quotes if it contains white space. Data item keywords, which are specified outside the event body, are taken as global values and included in each following event which does not include explicit values for those keywords. Comments are indicated by a leading # character. Blank lines are ignored. The evmpost command builds an EVM event containing the items that are explicitly specified in the source. If the event is posted, or if the -r flag is specified without -M, additional environmental items such as the timestamp, process id, and hostname are inserted into the event automatically, and the EVM daemon may then merge in further items from the corresponding event template. Since the rules for posting an event are more stringent than those for an event simply to exist, evmpost may display an error when you try to post an unpostable event, even though the same source is accepted when you use the -r flag. For example, you cannot post an event if it does not contain a name with at least three components because the daemon will reject it, but such an event can exist, and evmpost can cre- ate it and pass it to stdout. The following would fail because it does not contain a name: echo 'event { }' | evmpost Unformatted event "(no name)"; The following would succeed, even though it would not display anything useful: echo 'event { }' | evmpost -r | evmshow The -r flag can be used to verify event source and template files by piping the output into evmshow(1). RESTRICTIONS
The evmpost command rejects attempts to output raw events to a terminal device. You may post only events for which you have posting authorization, and for which a template exists. EXAMPLES
The following example posts an event, provided that a template file containing an event with a matching name has been registered with the EVM daemon. echo 'event { name myco.myapp.test.start }' | evmpost The following example interprets an event template file, and displays a dump of the contents of each event. Environmental items, such as a timestamp, are not merged into the event. This command might be used to check the syntax and contents of the file. cat myevents.evt | evmpost -r -M | evmshow -D The following example shows how evmpost could be used in a shell script to signal completion of some operation: #! /bin/ksh do_backups # A script file that does periodic backup if [ $? -eq 0 ] then EVNAME=myco.ops.backup.ok else EVNAME=myco.ops.backup.failed fi echo "event {name $EVNAME}" | evmpost The following example, which must be run as root, posts an administrator's message event. evmpost -a "Power outage recovery completed" -p 250 The following example posts a quick user's message. evmpost -u "Leaving for lunch." EXIT VALUES
The following exit values are returned: Successful completion An error occurred FILES
Definition of the sockets and protocols used for Internet services. Location of the EVM authorization file. SEE ALSO
Commands: evmget(1), evminfo(1), evmshow(1), evmsort(1), evmwatch(1) Routines: EvmEventPost(3) Files: evmdaemon.conf(4), evmtemplate(4), services(4) Event Management: EVM(5) EVM Events: EvmEvent(5) delim off evmpost(1)
All times are GMT -4. The time now is 01:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy