Luminous Landscape Forum

Equipment & Techniques => Computers & Peripherals => Topic started by: Photoartist on November 14, 2008, 12:21:09 pm

Title: File Backup and usage
Post by: Photoartist on November 14, 2008, 12:21:09 pm
I have a general question on what might be a basic computer procedure.

I keep my photo folder on Lacie external hard drive.

This file gets copied to a Maxtor external drive to create a backup.

Question is, this copying from external drive to external drive takes five hours.  Not a problem when I trigger this before bed but when I need to do this during the day is it safe to access the photo images for printing or editing while the backup is taking place?  It would seem to me that making a change to one of my images would be best left to after the file is done being copied.
Title: File Backup and usage
Post by: nik on November 14, 2008, 09:03:20 pm
you never said if you're mac or pc. If mac, look at solutions based on rsync. If you're pc, look at robocopy. Both free. They have the ability to copy only files that have been updated and/or only the actual data that's been updated in the files. It speeds up replication drastically.

-Nik

Quote from: Photoartist
I have a general question on what might be a basic computer procedure.

I keep my photo folder on Lacie external hard drive.

This file gets copied to a Maxtor external drive to create a backup.

Question is, this copying from external drive to external drive takes five hours.  Not a problem when I trigger this before bed but when I need to do this during the day is it safe to access the photo images for printing or editing while the backup is taking place?  It would seem to me that making a change to one of my images would be best left to after the file is done being copied.
Title: File Backup and usage
Post by: jani on November 16, 2008, 02:35:22 pm
Quote from: nik
you never said if you're mac or pc. If mac, look at solutions based on rsync. If you're pc, look at robocopy. Both free. They have the ability to copy only files that have been updated and/or only the actual data that's been updated in the files. It speeds up replication drastically.
I've heard good reports on using BackupPC (http://backuppc.sourceforge.net/).

It uses the rsync protocol for backing up files, and seems to be a bit more newbie friendly than rsync.

Personally, I use rsync, which can be used with Windows as well (via Cygwin). Not recommended for those who are afraid of a command line interface.
Title: File Backup and usage
Post by: dalethorn on November 17, 2008, 11:03:51 am
Quote from: jani
I've heard good reports on using BackupPC (http://backuppc.sourceforge.net/).

It uses the rsync protocol for backing up files, and seems to be a bit more newbie friendly than rsync.

Personally, I use rsync, which can be used with Windows as well (via Cygwin). Not recommended for those who are afraid of a command line interface.
I use the command line, but I use Dirmatch with batch files, for the best combination of automation and intelligent control.
Title: File Backup and usage
Post by: jani on November 17, 2008, 03:57:53 pm
Quote from: dalethorn
I use the command line, but I use Dirmatch with batch files, for the best combination of automation and intelligent control.
Is there a MacOS package, Debian package or source code available for this? Searching on Google yields a lot of useless results.