Sponsored Content
Homework and Emergencies Homework & Coursework Questions How to write logs to new folder? Post 302956367 by dsreddy447 on Tuesday 29th of September 2015 09:30:10 AM
Old 09-29-2015
where to place this file

Hi RUDIC,

you mean to say instead of

logFile=~wmqiadm/redeploy.log you want me to replace it with this file

logFile=/u/file/newlog/redeploy$(date +"%Y%m%d%H%M%S").log
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

to write the logs of scp

Hi Unix gurus, I created this script to automate the copying of files daily from one server to another using the scp command. --> #!/bin/ksh KEY="$HOME/.ssh/SSHKEY" if ;then echo "Private key not found at $KEY" >> $LOGFILE echo "* Please create it with \"ssh-keygen -t dsa\" *" >>... (1 Reply)
Discussion started by: gholdbhurg
1 Replies

2. Shell Programming and Scripting

i want to write a script to test the folder permissions

Hi All, I want a script to test folder permissions.( to alert me if a folder /abc/xyz does not have 775 permissions). i want to test /abc/xyz is having 775 permissions or not if not it has to alert me. Please help me ASAP Thanks in advance (4 Replies)
Discussion started by: rajesh212512
4 Replies

3. Shell Programming and Scripting

Grep yesterday logs from weblogic logs

Hi, I am trying to write a script which would go search and get the info from the logs based on yesterday timestamp and write yesterday logs in new file. The log file format is as follows: """"""""""""""""""""""""""... (3 Replies)
Discussion started by: harish.parker
3 Replies

4. Shell Programming and Scripting

How to write logs to a specified Directory??

I have the following script which writes the output of the scirpt in a log file in the same directory from which the script is run. I need the scipt to write the logs daily to a differnt directory with the date appended to the log on a daily basis. The script is as follows... .... (1 Reply)
Discussion started by: nirmal84
1 Replies

5. Shell Programming and Scripting

File Management: How do I move all JPGS in a folder structure to a single folder?

This is the file structure: DESKTOP/Root of Photo Folders/Folder1qweqwasdfsd/*jpg DESKTOP/Root of Photo Folders/Folder2asdasdasd/*jpg DESKTOP/Root of Photo Folders/Folder3asdadfhgasdf/*jpg DESKTOP/Root of Photo Folders/Folder4qwetwdfsdfg/*jpg DESKTOP/Root of Photo... (4 Replies)
Discussion started by: guptaxpn
4 Replies

6. IP Networking

read/write,write/write lock with smbclient fails

Hi, We have smb client running on two of the linux boxes and smb server on another linux system. During a backup operation which uses smb, read of a file was allowed while write to the same file was going on.Also simultaneous writes to the same file were allowed.Following are the settings in the... (1 Reply)
Discussion started by: swatidas11
1 Replies

7. Shell Programming and Scripting

write shell script to search file in folder

hi .. i have a problem how to search file with date and version number(ms_2.0_dd/mm/yy_24)in folder.Here 24 is version number and compare the this file to other file which is in another folder and if does not match then copy this file to respective folder.Also copy different files in different... (1 Reply)
Discussion started by: shubhig15
1 Replies

8. Shell Programming and Scripting

Need help to write a script for moving the log files to some other folder

Hi Experts, I want to write a script, based upon the following requirement 1) I am having 5 application $ cd logs $ ls -l drwxr-xr-x 2 natraj nat 5.0K Sep 20 10:25 one drwxr-xr-x 2 natraj nat 5.0K Sep 20 10:39 two drwxr-xr-x 2 natraj nat 1.5K Sep 20 10:58... (4 Replies)
Discussion started by: natraj005
4 Replies

9. Shell Programming and Scripting

Bash to select oldest folder in directory and write to log

In the bash below the oldest folder in a directory is selected. If there are 3folders in the directory /home/cmccabe/Desktop/NGS/test and nothing is done to them (ie. no files deleted, renamed) then the bash correctly identifies f1 as the oldest. However, if something is done to the folder then... (4 Replies)
Discussion started by: cmccabe
4 Replies

10. Shell Programming and Scripting

If I ran perl script again,old logs should move with today date and new logs should generate.

Appreciate help for the below issue. Im using below code.....I dont want to attach the logs when I ran the perl twice...I just want to take backup with today date and generate new logs...What I need to do for the below scirpt.............. 1)if logs exist it should move the logs with extention... (1 Reply)
Discussion started by: Sanjeev G
1 Replies
STOREBACKUPMOUNT(1)					User Contributed Perl Documentation				       STOREBACKUPMOUNT(1)

NAME
storeBackupMount.pl - runs storeBackup backing up to an nfs mount SYNOPSIS
storeBackupMount.pl -c configFile [-s server] [-l logFile] [-d] [-p pathToStoreBackup] [-k killTime] [-m] mountPoints... DESCRIPTION
This script does the following: - checks an nfs server with ping - mounts that server via a list of mount points - starts storeBackup (with a config file) - umounts that server OPTIONS
--server, -s name or ip address of the nfs server default is localhost --configFile, -c configuration file for storeBackup. if option 'logFile' is set in the configration file, that log file is read online, if it is different from -l --logFile, -l logFile for this process. default is STDOUT. you can log into the same logfile as storeBackup --debug, -d generate some debug messages --pathStbu, -p path to storeBackup.pl --killTime -k time until storeBackup.pl will be killed. default is 365 days. the time range has to be specified in format 'dhms', e.g. 10d4h means 10 days and 4 hours --keepExistingMounts, -m if a mount already exists, do not umount after running storeBackup mountPoints List of mount points needed to perform the backup. This must be a list of paths which have to be defined in /etc/fstab. - if you add 'ro,' or 'rw,' to the beginning of a mount point, you can overwrite that option set in /etc/fstab example: ro,/filesSystemToRead will mount /fileSystemToRead read only, even if the corresponding entry in /etc/fstab mounts it read write only root is allowed to use this feature! EXIT STATUS
0 -> everything is ok 1 -> error from storeBackup 2 -> error from storeBackupMount 3 -> error from both programs COPYRIGHT
Copyright (c) 2004-2008,2012 by Heinz-Josef Claes (see README). Published under the GNU General Public License v3 or any later version perl v5.14.2 2012-03-03 STOREBACKUPMOUNT(1)
All times are GMT -4. The time now is 02:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy