Photo Management and Backup

I’ll try and explain as simply and succinctly exactly what it is I require.
It’s not for me but a friend, but let’s say it were me…

I have a ‘Pictures’ folder and inside there many folders and sub folders.
I make additions or edits to these

But I’d like to keep a backup. That can easily be managed.

*The cloud is a possible but currently the collection is 50GB

The friend is actually using Mint 13 (AKA ubuntu 12.04) and uses Picasa because it organises the images in some way that is required.

But could we have a external HDD and keep Pictures from the PC mirrored to the external, in an uncomplicated manner?

Any suggestions welcomed

Luckybackup can do what you’re talking about. It uses rsync, and has cron options to schedule backups. Personally I prefer a cloud solution, specially after reading a story where someone did have proper backups, but stored in his house which burnt down, including computers and backups. But cloud storage comes at a price.

I do that with storeBackup + cron. (each hour for 8 months long)
http://users.telenet.be/photo-memories/img/openSUSE_Info/storeBackup/storeBackup.jpeg

On 2015-09-15 06:16, caf4926 wrote:

> But could we have a external HDD and keep Pictures from the PC mirrored
> to the external, in an uncomplicated manner?

Sure.

Just mount that external disk always in the same place, then you can
copy paste the same backup command, or use a script. I would use rsync.

If he has two computers, he could have the photos on two computer, and
work on any one, using unison. That’s what I do. Unison decides at run
time which file is newer on each side, and copy to the other one, or ask.

In your case it is always the same direction, so rsync is perfect. Or
any variant of it.


Cheers / Saludos,

Carlos E. R.

(from 13.1 x86_64 “Bottle” (Minas Tirith))

I’ll take a look
Thanks for those responses