Search Results

Search: Posts Made By: treds
1,506
Posted By treds
hi Jim start of a log 2015/06/05...
hi Jim

start of a log


2015/06/05 21:14:06 [32390] building file list
2015/06/05 21:14:06 [32395] building file list
2015/06/05 21:14:06 [32400] building file list
2015/06/05 21:14:06...
1,506
Posted By treds
Extracting data from rsync log
Hi

I have a daily rsync that runs and i am trying to find a easy way of extracting the start time and end time of the sync and extract the details of how much data was copied.

I would like to...
1,069
Posted By treds
thanks for all the responses
thanks for all the responses
1,069
Posted By treds
File Space Count
Hi
I have a volume that i want to run a daily check on to find out disk usage, and email me the results.

I have got as far as checking the size and email status. But cant seem to get the file...
6,833
Posted By treds
Read Only user in Vsftpd
HI
I have set up vsftp on my Red hat server.
Chroot has been set up to control access to each user and folder directories.
This all works fine.

But i have one directory where i want to chroot...
4,091
Posted By treds
Hi Chubler this works well only issue is the...
Hi Chubler

this works well only issue is the email is returning the

Exit status was: 23

Which suggest a error.

But when i tail the end of the actual sync log it seems correct


Number...
4,091
Posted By treds
Rsync Email Notfication
Hi All.

I am currently running several rsyncs from various red hat servers to one central location. These write out a daily log to the local file system. I would like to continue that but i would...
Forum: Red Hat 12-30-2014
4,105
Posted By treds
Hi Rudi please excuse my lack of knowledge but...
Hi Rudi
please excuse my lack of knowledge but what would i add to the command to see the list, i tried adding print but that did not work

find /raid/JOBFLOW_LOCKED/ -type f -newer stime ! -newer...
Forum: Red Hat 12-30-2014
4,105
Posted By treds
hi derek probably doing this wrong but don't...
hi derek
probably doing this wrong but don't seem to be able to get this to run.
Was not sure if i had to run the touch commands first then run the move or put all the entries into a shell script...
Forum: Red Hat 12-28-2014
4,105
Posted By treds
Find Files within date Range
Hi
i am looking to expand a command i am using to find files in a large file system.
i am currently using

find /raid/JOBFLOW_LOCKED/ -type f -size +3G | -exec mv {} /raid/JOBFLOW_LOCKED/KILL...
1,208
Posted By treds
VM v Physical Server Speeds
HI
We have been asked by our IT department to move from our current physical solution to a VM environment. I am not that clued up on VM.
I looked from some benchmark tests to run so i can see a...
Forum: UNIX and Linux Applications 04-08-2014
2,956
Posted By treds
Rsync Issues
Hi I am running several syncs from different servers to our data centre.
I am getting some issues with the rsyncs that i am running.
The OS are all red hat enterprise

The rsync command is as...
Forum: Linux 07-11-2013
1,716
Posted By treds
Permissions and access to data
Hi
Operating system Red Hat Enterprise 5.8, Data access Mac/PC environment on various OS levels. Access via smb

I am trying to set up a data shared area where a user group can read and write to...
13,081
Posted By treds
Hi Praveen just realised that some of these...
Hi Praveen
just realised that some of these logs are very big, is there a way of send just a confirmation by email that the sync has completed and leaving the logs locally?
thanks
Treds
13,081
Posted By treds
Add Email Notification to Rsync
HI
what i need to be able to do is add a email to the end of a rsync. my current ion configures writes a daily log to disk, but real want to send the log to a central email address.
The current...
19,396
Posted By treds
Hi still have no luck with this if i run the...
Hi
still have no luck with this if i run the command
/usr/bin/find /gpfs/SERVER_ADMIN/OUTSOURCE_DONE -type d -mtime +5 -exec "echo" {} \;

I get the list of files to delete
but if i run the...
19,396
Posted By treds
Script to remove folders by date created
Hi All
I require to generate a script that deletes folders and sub directoires from a set period after creation.
So have folder X on a daily basis i have job folders being created folder name...
Forum: Linux 10-10-2011
2,310
Posted By treds
Modifying Rsync script to check source
Hi
I am running rsyncs between a raid attached server and a nas device, which works fine.
I am using the --delete to ensure that its kept in sync. And running a log at the end of the sync for me...
1,271
Posted By treds
I am setting this in a cron to run nightly not...
I am setting this in a cron to run nightly not from command line.
will adding the * after HM in the script i had work?

Treds
1,271
Posted By treds
Remove file and folders Script
Hi
I am trying to modify a script that will remove files and folders under a set directory on my server.
I am using the following

find /home/test/HM/ -type d -exec rm -rf {} \; 2>/dev/null
...
1,213
Posted By treds
Rsync Script Modification
Hi
I have a rsync that runs from a remote location to our central data store.
The sync generates a log locally not in the central location.
I would like to modify the rsync to add the following
...
3,655
Posted By treds
thanks
thanks so would i run it like this?


#!/bin/sh
#Move Archive#


SOURCE_DIR=/raid/ERIC/ARCHIVING_ONLY/
BACKUP_DIR=/raid/ARCHIVE/TO_ARCHIVE/


cd $SOURCE_DIR
mv -f * $BACKUP_DIR/
cd...
3,655
Posted By treds
Help with Script to Move Directories
Hi
I am after a simple script to move folders/files from one directory into another directory on the same server. I want to run a cron so this can run at midnight.
Issue is there will not always be...
7,866
Posted By treds
Problem with rsync - connection unexpectedly closed
Hi
i am running a rsync between two remote servers but it errors.
The rsync command is a follows

rsync -aWv -e rsh --stats progress --delete --ignore-errors --exclude .DS_Store --exclude...
Forum: Linux 01-18-2011
2,743
Posted By treds
Hi sorry it does not work find...
Hi
sorry it does not work

find /gpfs/SHARED/Studios_Share/ -name "2011-01*" -type d -exec rm -rf {} \; 2>/dev/null

any other ideas

thanks for looking at this anyway
treds
Showing results 1 to 25 of 63

 
All times are GMT -4. The time now is 03:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy