Moving projects to a different arrayΒΆ

Copy the files to the new array on the slave servers

rsync -av /data/ftp/.$old_array/$project/ /data/ftp/.$new_array/$project/
ln -sf ../.$new_array/$project /data/ftp/pub/$project
rm -rf /data/ftp/.$old_array/$project/

Copy the files to the new array on ftp-osl

rsync -av /data/ftp/.$old_array/$project/ /data/ftp/.$new_array/$project/
ln -sf ../.$new_array/$project /data/ftp/pub/$project
rm -rf /data/ftp/.$old_array/$project/

Change update-master sync script to sync to the new location, and update symlinks in cfengine

vi infra/files/data/mirror/bin/update-master/$project
vi infra/cfengine/inputs/cf.mirror
Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.