Search Results

Search: Posts Made By: rab
2,407
Posted By itkamaraj
find /the/data -name "FILE*" -o -name "AUDIT*" -o...
find /the/data -name "FILE*" -o -name "AUDIT*" -o -name "LOG*" -mtime 0 | while read filename; do lp -d printer $filename; done
1,986
Posted By Scrutinizer
If you want to do something is the prefix is...
If you want to do something is the prefix is neither P04 nor OHM then you should indeed use AND
if [[ $PREFIX != "P04" && $PREFIX != "OHM" ]]; thenorif ! [[ $PREFIX == "P04" || $PREFIX == "OHM" ]];...
4,717
Posted By Corona688
In my experience "hardware compression" is a load...
In my experience "hardware compression" is a load of bull, mostly used to bloat the advertised capacity of a tape drive. If your data isn't trivially compressible you'll get no dependable gain from...
4,717
Posted By ygemici
compression ratio can change for type of data.. ...
compression ratio can change for type of data..
maybe you can try to add new files while mt fails and determine the space.
(2:1) ratio is can be avarage ratio not general ratio..
4,717
Posted By vbe
The compression ratio will greatly depend on what...
The compression ratio will greatly depend on what type of files are being backuped...
2,512
Posted By methyl
I think that when you have incremented by 28 and...
I think that when you have incremented by 28 and your new value is greater than the number of days in last year you need to subtract the number of days in last year because the current year is now...
2,512
Posted By Lakris
Hi! This sounds very complicated. Or maybe I...
Hi!
This sounds very complicated. Or maybe I haven't understood the problem description. But You want to run it EVERY fourth saturday?
Wouldn't it help to:
1) Schedule a cron job to run every...
Showing results 1 to 7 of 7

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