Search Results

Search: Posts Made By: aladdin
3,485
Posted By MadeInGermany
The + is an efficient alternative to the \; The...
The + is an efficient alternative to the \;
The + collects arguments like xargs, so runs the external command (e.g. gzip) less often.
The + works well in Solaris; might not work properly on other...
3,485
Posted By alister
aladdin: In case this task is critical, you...
aladdin:

In case this task is critical, you may want to be aware that, since find is called twice, it's possible for a file to be moved without being gzip'd. It could happen if a file crosses the...
3,485
Posted By jim mcnamara
You line of code has problems. If there are odd...
You line of code has problems. If there are odd characters in file names ex:spaces tabs or '\n' it will screw up the result of find and cause your mv to interpret /dump as the name to use as a...
3,485
Posted By MadeInGermany
An improvement attempt find...
An improvement attempt
find /opt/redknee/product/cps/dump/ -type f -mtime +3 -exec gzip {} +; find /opt/redknee/product/cps/dump/ -type f -mtime +3 -exec mv {}...
Forum: Solaris 08-12-2011
6,381
Posted By achenle
I would not trust either one of those without...
I would not trust either one of those without extensive testing.

Or as jlliagre (https://www.unix.com/members/302033658.html) posted, restore from the backups that exist if this truly is important...
Forum: Solaris 08-11-2011
6,381
Posted By jlliagre
and I agree with dude2cool, ufsdump/ufsrestore...
and I agree with dude2cool, ufsdump/ufsrestore should properly handle the endianness change.

By the way, ZFS, while storing its data in the current endianness, can be mounted and used by a machine...
Forum: Solaris 08-11-2011
6,381
Posted By h@foorsa.biz
Yes indeed I agree with jlliagre
Yes indeed I agree with jlliagre
Forum: Solaris 08-11-2011
6,381
Posted By jlliagre
UFS is architecture (endianness precisely)...
UFS is architecture (endianness precisely) dependent. You need to backup/restore using a generic archive format to achieve what you want.
Forum: Solaris 08-11-2011
6,381
Posted By dude2cool
I think you may have to resort to ufsdump...
I think you may have to resort to ufsdump combined with ufsrestore to handle this. Test it out before touching production data :).

If you were using veritas FS with CDS(Cross-platform Data...
22,557
Posted By frank_rizzo
mail/mailx is a MUA - mail user agent sendmail...
mail/mailx is a MUA - mail user agent
sendmail is a MTA - mail transfer agent

is the sendmail daemon running on your system?
Showing results 1 to 10 of 10

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