Search Results

Search: Posts Made By: timgolding
1,454
Posted By bakunin
If i understand correctly /Volumes/Files_Backup_1...
If i understand correctly /Volumes/Files_Backup_1 is your mount point. The mount point will always be there, because it is part of the parent FS. To make sure you have something mounted there you...
1,454
Posted By vbe
This sort of issue is frequently encountered...
This sort of issue is frequently encountered when you have network issues, and/or the nfs-server is not responding... Can be a nightmare if you have filesystems already mounted and e.g. had an ls of...
4,990
Posted By radoulov
You may use the day of the week: mysqldump...
You may use the day of the week:

mysqldump ... > database_$(date +%w).sql
6,193
Posted By BhushanPathak
You can use following curl & unzip commands in...
You can use following curl & unzip commands in your shell script -

curl -O HTTP_URL_FOR_ZIP_FILE
unzip ZIP_FILE_NAME -d EXTRACT_DIR
3,995
Posted By Corona688
I was confused a moment until I saw how you were...
I was confused a moment until I saw how you were connecting to the remote server, yes, --compress should help.

You're running mysql 4 times when you only needed to run it once. Using -D makes it...
3,995
Posted By Corona688
27 megabytes of what? Text from mysqldump? Any...
27 megabytes of what? Text from mysqldump? Any sort of compression should shrink that fantastically.

Instead of constantly using root to drop entire databases -- might just be the teensiest bit...
1,853
Posted By methyl
Syntax looks ok, but the following syntax would...
Syntax looks ok, but the following syntax would be more robust if the directory might not be there:
0 3 * * 0 [ -d /Volumes/Files_Backup_1 ] && cd /Volumes/Files_Backup_1 && /usr/sbin/mailbfr -b...
Forum: OS X (Apple) 12-16-2010
3,368
Posted By zaxxon
Can't you help much on this. I know a similar...
Can't you help much on this. I know a similar situation from a Linux box which was running out of memory, swapping heavily and to get some more memory free just killed randomly(?) processes, until we...
12,905
Posted By rdcwayx
So if you need find out which folder use the most...
So if you need find out which folder use the most space try below steps:

cd /
ls |grep -v Volumes> temp
cat temp |xargs du -sk |sort -n # with that, you will find the biggest folder.

for...
12,905
Posted By methyl
Well I have never seen a unix or Linux behave...
Well I have never seen a unix or Linux behave like this.
There is a long-standing unix quirk where it was possible to mount on top of a directory which contained files and thus hide the underlying...
Showing results 1 to 10 of 10

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