Saving Data Saving Data
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Saving Data

Started by pamibo, August 08, 2019, 10:59:05 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

pamibo

Hello,
I've been using Coppermine for over 10 years for a photo gallery of a forum (community). (Version 1.6.x) There are now over 50,000 photos saved. The data content amounts to about 12GB.
When backing up the directory userpics I get now often problems because the FTP program breaks off already when listing the photos. Now I have tried it by tar and wget (Linux PC) and there it works easily, although I only secure weekly because the amount of data takes about 30 minutes for the download. I'll put it in the crontab and automate it.
My question to you, how do you secure your data, which programs do you work with and how does it work for you?
Thanks for an answer and a few experiences.
Kind regards
Michel

ron4mac

#1
Since you are using linux, look into using rsync.
some links (but there may be better ones):
https://linux.die.net/man/1/rsync
https://www.linuxtechi.com/rsync-command-examples-linux/

I use Mac OS and use cron/rsync to daily backup files from several different remote servers to my local machine. It is usually very fast because it only copies what files are new or have changed.  And I have the added benefit, because of Time Machine for Mac OS, that I can go back in time to access old, perhaps deleted, files.