You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for file in /etc/GeoIP.conf /etc/vegguide/ /var/lib/alzabo/ /etc/mailman/mm_cfg.py /etc/aliases ; do
rsync -av $old_server:$file $file
done
/usr/bin/newaliases
for sslfile in /etc/ssl/certs/www.vegguide.org.crt /etc/ssl/private/www.vegguide.org.key /etc/ssl/certs/lists.vegguide.org.crt /etc/ssl/private/lists.vegguide.org.key ; do
rsync -av $old_server:$sslfile /etc/nginx/
done
for subdir in archives lists spam qfiles ; do
dir=/var/lib/mailman/$subdir
rsync -avz --delete $old_server:$dir/ $dir/
done
mkdir -p /var/lib/vegguide
for subdir in entry skin user ; do
dir="/var/lib/vegguide/$subdir-images"
rsync -av --delete $old_server:$dir/ $dir/
done
ssh -C $old_server mysqldump --all-databases | mysql