Migrating a site from another server

From Edgar BV Wiki
Revision as of 14:08, 22 April 2009 by Red (talk | contribs) (New page: <pre> # framework rsync cd /home/sites/www.more-in.com/live/ rsync -a ./ -e ssh morein@82.94.91.78:/home/sites/www.more-in.com/site/live/ --exclude-from=rsyncexclusion --stats -h -v # log...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
# framework rsync
cd /home/sites/www.more-in.com/live/
rsync -a ./ -e ssh morein@82.94.91.78:/home/sites/www.more-in.com/site/live/ --exclude-from=rsyncexclusion --stats -h -v

# logs
cd /home/sites/www.technicum.nl/logs/

# processed stats
/home/sites/USGP.tripany.com/site/sitestats/www.technicum.nl
/var/log/apache2/awstats/*technicum*

# databases