This is an old revision of the document!


Migrate Server

Automatic backups

  • Create folders ~/batch, ~/site-backup and ~/logs and give them correct permissions
  • Add your user to group www-data with one of below commands then logout and login again:
    sudo adduser <user> <group>
    sudo usermod -aG groupname username