Search Results

Search: Posts Made By: chj
28,014
Posted By chj
Solved
You are quite correct. Got the script working.

Thanks for the support.

Got it working. Thanks for the support.


#!/bin/bash
#
BASE_OLD=/mnt/old-raid
BASE_NEW=/mnt/new-raid

cd...
28,014
Posted By chj
Almost there, but I need to remove "./" from the...
Almost there, but I need to remove "./" from the $fname variable. The first 2 characters.
28,014
Posted By chj
I have a script working for the timestamp change,...
I have a script working for the timestamp change, need a good way to run it on all files

#!/bin/bash
#
BASE_OLD=/mnt/old-raid
BASE_NEW=/mnt/new-raid

TS=$(stat -c '%Y' "${BASE_OLD}${*}")
...
28,014
Posted By chj
Changing File Time Stamp (Bash Script) [SOLVED]
I need some help recovering from a "slight" screwup. We just moved 3 TB of data from one RAID Array to another. Low lever archive files. This was done with a regular cp (for some reason) and now we...
Showing results 1 to 4 of 4

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