Batch adding files from another partition then the coppermine root? Batch adding files from another partition then the coppermine root?
 

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

Batch adding files from another partition then the coppermine root?

Started by dke, August 26, 2006, 01:42:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dke

Hi all,

Since ive ran out of space on the main drive, i would like to start batch adding files from another partition. How is this done? Ive tried to find info about it in the FAQ but failed, also searched the forums.

Anyone have info on this?

Thanks in advance

Stramm

.... I'd create a dir on your new, huge drive. Then copy the contents of your current albums folder there. Last step would be to create a symlink that references your newly created dir on your new drive.

http://en.wikipedia.org/wiki/Symlink

eg. ln -s /home2/new_albums /home/mysite.com/htdocs/cpg/albums

edit: if all works smooth it's save to delete the pics in the old albums folder

Joachim Müller

If you're on Windows, you might try to accomplish a similar thing using junctions (the Windows equivalent to symlinks), using something like Winbolic.