sprockets Making and Using Drop-On Poses TinkeringGnome's Atomic Rings PRJ 2001 Star Gate effect in A:M with PRJ Comparison of AO and Radiosity Renders Animated Commercial by Soulcage Tralfaz's Lost In Space Robot Rodger Reynold's Architectural WIP
sprockets
Recent Posts | Unread Content
Jump to content
Hash, Inc. - Animation:Master

How long to back up 220 GB?


robcat2075

Recommended Posts

  • Hash Fellow

I realize the actual through put of USB won't be as high as the maximum limit, but how long should i reasonably expect it to take to back up 220GB to a USB 2.0 external drive?

 

A full back-up I'm doing is plunking along at about 6MB/sec which will take about 12 hours.

Link to comment
Share on other sites

  • Replies 14
  • Created
  • Last Reply

Top Posters In This Topic

I realize the actual through put of USB won't be as high as the maximum limit, but how long should i reasonably expect it to take to back up 220GB to a USB 2.0 external drive?

 

A full back-up I'm doing is plunking along at about 6MB/sec which will take about 12 hours.

 

Best you can archieve with USB 2.0 is about 480 MBit / s.

480 / 8 = 60 MB/s.

 

However you never get those connection-speeds.

More realistic is something like 15-25 MB/s.

 

Lets say you get 20 MB/s (depends highly on the size of the files you are transfering. Many small files will take (much) longer than one large file, etc.

 

For 20 MB/s:

220 000 / 20 / 60 / 60 = about 3,1h.

 

For 10 MB/s:

220 000 / 10 / 60 / 60 = about 6,2h.

 

For 6 MB/s:

220 000 / 6 / 60 / 60 = about 10,2h.

 

> Do you just copy the files or are you compressing them? If you are compressing, 12h would be a very good value.

 

See you

*Fuchur*

Link to comment
Share on other sites

  • Hash Fellow
> Do you just copy the files or are you compressing them? If you are compressing, 12h would be a very good value.

 

They're not compressed. There's 156,000 files in all.

 

Would it be quite a bit faster if i switched to backing up to an internal SATA drive or does the filecount mean it 's gong to be slow anyway?

Link to comment
Share on other sites

> Do you just copy the files or are you compressing them? If you are compressing, 12h would be a very good value.

 

They're not compressed. There's 156,000 files in all.

 

Would it be quite a bit faster if i switched to backing up to an internal SATA drive or does the filecount mean it 's gong to be slow anyway?

 

It's going to be slow anyway. It will be a little faster of course (you will receive write speeds up to 3 GBit/s (assuming you are using SATA2, real speeds may be at 50-80 MByte/s) but since it is not really the data-amount but the access-times which really count here, it will not be very fast neighter. SSDs may be a little faster, but it will cost you quite much more. USB 3.0 is more or less as fast as SATA3 (a little under that, but still very fast), but most HDDs can't provide that speed anyway and like that you will be at a level of SATA2 with USB 3 too.

 

All in all: Not much to do there. It will take a long time.

 

See you

*Fuchur*

Link to comment
Share on other sites

I use an external drive to back up but I run everything with a batch file because DOS is still a bit quicker, and I can automate alot of the steps like auto overwrite without confirmation. Here's a batch example I use. Edit to desired effect.

 

@echo off

:: variables

set drive=G:\Backup

set backupcmd=xcopy /s /c /d /e /h /i /r /y

 

echo ### Backing up My Documents...

%backupcmd% "%USERPROFILE%\My Documents" "%drive%\My Documents"

 

echo ### Backing up Favorites...

%backupcmd% "%USERPROFILE%\Favorites" "%drive%\Favorites"

 

echo ### Backing up email and address book (Outlook Express)...

%backupcmd% "%USERPROFILE%\Application Data\Microsoft\Address Book" "%drive%\Address Book"

%backupcmd% "%USERPROFILE%\Local Settings\Application Data\Identities" "%drive%\Outlook Express"

 

echo ### Backing up email and contacts (MS Outlook)...

%backupcmd% "%USERPROFILE%\Local Settings\Application Data\Microsoft\Outlook" "%drive%\Outlook"

 

echo ### Backing up the Registry...

if not exist "%drive%\Registry" mkdir "%drive%\Registry"

if exist "%drive%\Registry\regbackup.reg" del "%drive%\Registry\regbackup.reg"

regedit /e "%drive%\Registry\regbackup.reg"

 

:: use below syntax to backup other directories...

:: %backupcmd% "...source directory..." "%drive%\...destination dir..."

 

echo Backup Complete!

@pause

Link to comment
Share on other sites

  • Hash Fellow

Just to try I did a copy/Paste of the same 225GB of folders from one drive to another internal drive and that whizzed along at about 55-60 MB/s and got done in an hour.

 

that's fast and easy but since the backup program didn't manage it I can't really do incremental backups after that.

Link to comment
Share on other sites

One word... Syncback (I use Syncback Freeware.) This is the website ... Two Bright Sparks Dot Com

 

This will only update files which have changed or you can force backup everything with archive bit set, etc. Lots of options. Uses it's own copy engine or can utilize Windows copy engine. You also can exclude files or sub directories you don't want synchronized.

 

I sync 1.5 TB drives with this and it works great!

Link to comment
Share on other sites

One word... Syncback (I use Syncback Freeware.) This is the website ... Two Bright Sparks Dot Com

 

This will only update files which have changed or you can force backup everything with archive bit set, etc. Lots of options. Uses it's own copy engine or can utilize Windows copy engine. You also can exclude files or sub directories you don't want synchronized.

 

I sync 1.5 TB drives with this and it works great!

 

Me too. Your first backup will be long, but after that it's quite zippy for incremental backups. Amazing free, versatile program.

Link to comment
Share on other sites

One word... Syncback (I use Syncback Freeware.) This is the website ... Two Bright Sparks Dot Com

 

This will only update files which have changed or you can force backup everything with archive bit set, etc. Lots of options. Uses it's own copy engine or can utilize Windows copy engine. You also can exclude files or sub directories you don't want synchronized.

 

I sync 1.5 TB drives with this and it works great!

 

Me too. Your first backup will be long, but after that it's quite zippy for incremental backups. Amazing free, versatile program.

 

I used Synkron for those tasks... very help and powerful too :)

 

See you

*Fuchur*

Link to comment
Share on other sites

I use FBackup, and I do full backups. I had to separate my C: and D: drive backups due to the time they take. I basically plug in the external drive, start the backup for either C: or D:, and it's done in the morning. The next night I do the other drive.

 

I know someone else that uses SyncBack Pro, although primarily for deploying files from a development machine to a production machine.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...