Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
joomla:migrate [2026/08/16 22:15] – created Bernard Condraujoomla:migrate [2026/08/16 22:54] (current) – [Automatic backups] Bernard Condrau
Line 2: Line 2:
 ===== Automatic backups ===== ===== Automatic backups =====
   * Create folders ''~/batch'', ''~/site-backup'' and ''~/logs'' and give them correct permissions   * Create folders ''~/batch'', ''~/site-backup'' and ''~/logs'' and give them correct permissions
-  * Add your user to group ''www-data'' then logout and login again:<code>sudo adduser <user> <group></code>+  * Add your user to group ''www-data'' with one of below commands then logout and login again:<file>sudo adduser <user> <group> 
 +sudo usermod -aG groupname username</file> 
 +  * Create a SSH keypair and copy the public key to your receiving server 
 +  * Modify access parameters in ''task'' for our receiving server