Stop the traefik service
docker compose stop traefik
Give backup script executable permissions
chmod +x backup.sh
Run the backup script
./backup.sh
Restart traefik Service
docker compose start traefik
Copy backup folder to local machine
scp -r root@eventlinkup.com:~/appwrite/backup ~/
Create archive file on local machine (Run in terminal
./archive.sh