Saving Data Saving Data
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Saving Data

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

Previous topic - Next topic

0 Members and 1 Guest 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.