Home

Archive » December, 2008 «

Backing up Digital Photos…. or anything else with Robocopy

Wednesday, December 24th, 2008 | Author: admin

At home I run a mixed enviroment of Macs and PC’s. I backup my Windows Server 2003 using Robocopy. I have a shared drive for my Digital photos that I backup to two external USB drives. One of the drives stays at home and the other I keep at work and only bring it home once a month to refresh it with the new data.

Robocopy is a free ulitity provided by Microsoft to copy/backup files and folders. It has many options and can get pretty complex but we’ll focus on the basic backup functions:

ROBOCOPY C:\DATA Z:\BACKUP /E /R:0 /TEE /LOG:”z:Backuplog.txt” /NP

This example will copy a folder “C:\DATA” with all its sub-folders and files to a different drive “Z:\BACKUP”

Here’s what all the switches mean:

/E        Copies all subdirectories (including empty ones). 
/R:0      Specifies the number of retries on failed copies.
/TEE      Displays output in the console window, by /LOG or /LOG+.
/LOG:     This creates a Log file of the backup
/NP       Turns off copy progress indicator (% copied).

 

To use the script paste the line on code into notepad and save the file with a “.BAT” extension. This would make it a Batch file. You can schedule it to run as you please using “Scheduled Tasks” from your windows “Control Panel”.

You can download Robocopy along with many other Utilities here:

http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en

Please be carefull when using this utility and only use the /MIR option if you know what you’re doing. The example above is a basic safe backup you can exclude files and other advanced options by reading the “Robocopy.doc” included in the download.

Category: default, Photo, Tech | Leave a Comment

Vocalocity “Orange Lights” on SPA942

Tuesday, December 23rd, 2008 | Author: admin

We were having lots of issues with our VOIP service at my Job, the phones would become inactive/dropped calls/horrible voice quality…. after months of trying to troubleshoot the problem and going through 3 routers,  getting FIOS and Cable we were ready to leave the service when their IT finally came through with a solution:

If the lights on your phone turn amber occasionally and you cannot make or receive calls at that time, it usually means the phone is losing its connection to our network.  There are a few simple settings changes that will help make your phone’s connection more stable. The following instructions will require that you have access to the phone itself and a computer that is on the same network as the phone (generally connected to the same router or switch.) If you have multiple phones that are experiencing this problem, you will need to complete this process on each phone.

1. Obtain your phone’s IP address. This can be found by pressing Menu button on the phone (the button that looks like a piece of paper with a folded top right corner) and then pressing 9.

2. Type the IP address found under “Current IP” directly into your web browser’s address bar on your computer. You do not need http or www.

3. You are now in the Linksys Configuration page. Click on Admin Login in the upper right corner, and then click Advanced in the top right corner.

4. Click on the Ext 1 tab. There are three settings changes you will make here.

5. Under NAT Settings, change NAT Mapping Enable and NAT Keepalive Enable to No.

Typically, your phone sends registration signals to our servers every 30 seconds to let us know that it is still there. NAT Keepalive is a signal that can step on the toes of your phone’s registration requests.

6. Under SIP Settings, change the local SIP Port.

By default, this will be set to 5060, but if your router sees more than one device using port 5060 to communicate with it, it can get overloaded. Therefore, each phone and each extension on your network should have a unique SIP port. The preferred range is from 5060 to 5080, but you may go up to 50000 if necessary.

We recommend avoiding using port 5060 as it is the default port for most SIP devices, as well as other SIP communications such as instant messaging. We also recommend staggering your ports.  If you use SiP port 5061 for your first phone/extension, your second phone should use 5062, and so on.

7. Under Proxy and Registration, change the Register Expires period to 30.

Normally, phones will send us registration signals every 30 seconds automatically, but some phones may need specific instructions. This is a way to force the phone to send us registration signals at the appropriate time.

8. At the top of the page, click on the Provisioning tab. The first two settings on the page are Provision Enable and Resync on Reset. Make sure these are set to No. These options will cause your phone to revert to the default settings defined in the provisioning file on our servers upon reset, which means you will lose the changes you made.

9. Scroll to the bottom of the page and click on Submit All Changes. Your phone will reset, and when it comes back up it should have a more stable connection to our network.

If you have completed this process and find that the phones still get orange lights intermittently, you may need to do a full network restart. If you are unaware of how to do this, you may contact us for instructions.

I hope this is helpful to you.

Category: default, Tech | 3 Comments

How to backup godaddy with CronJob

Tuesday, December 16th, 2008 | Author: admin

How to backup godaddy linux hosted account with tar as a Cron Job:

With this command you will be able to grab all your site as one compressed file. This helps speed things up when downloading your website for backup.

The command is: including the period at the end
tar -cvvf /$HOME/html/aaa.tgz .

This will create a file named aaa.tgz that will contain all your files and directories, you can set this as a cron job from the “Hosting Control Center”

Category: default, Tech | 15 Comments

iPhone task list for Gmail users

Tuesday, December 16th, 2008 | Author: admin

So you’re unhappy with the omission of a task list or To-do on your iPhone huh? I was too, until I did this:

In Gmail create a filter named _Task_List_ and also a Label with the same name.

gmail11


For ”Has the words” I used _TASK as the keyword.

In the options select archive and apply the label that you created with the same name.

Now email yourself a task by putting the word “_Task” in the body of the message and task on the subject. Check your email on your iPhone and you’ll find your _Task_List_ folder and within it your tasks. (You might have to check folder “All Mail” before the task folder appears)

 


Here’s the “Task” Folder

 

picture-0011
Here are some sample tasks with the task on the Subject or message body

 

Thats it!

Category: default, Tech | 4 Comments

Friday 12th Biggest Moon of the year

Saturday, December 13th, 2008 | Author: admin

Biggest Moon 2008

Biggest Moon 2008

The funny thing about this image is that it was cloudy and the moon still came through.
Canon 40D
EF 100-400 IS L
1/125 @ f5.6

Category: default, Photo | Leave a Comment