У нас вы можете посмотреть бесплатно How I Run Duplicati as a Self-Hosted Backup Solution on Docker #19 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
📦 Secure Your Docker Volumes with Duplicati Backup on Docker! In this step-by-step tutorial, I'll show you how to set up Duplicati on Docker to back up all your self-hosted Docker volumes effortlessly. Watch as I guide you through searching for and using the official Duplicati image on Docker Hub, setting up the configuration in Visual Studio Code, and configuring the Docker Compose file to protect your data. 💻 Commands Used in the Video: VS Code (For creatingDocker Compose files) services: duplicati: image: linuxserver/duplicati container_name: duplicati environment: PUID=0 PGID=0 TZ=Asia/Kolkata volumes: /path/to/volumes/duplicati:/config /path/to/docker-backups:/backups /path/to/volumes:/source ports: 83:8200 restart: unless-stopped docker compose -up d (To start the Duplicati service) 🔍 Here's What We Cover in This Video: Searching for Duplicati on Docker Hub: Learn how to find the right Docker image for Duplicati and keep it open for easy reference in your Docker Compose setup. Setting Up the Folder Structure: I'll show you how to organize directories in VS Code for your Duplicati configuration, alongside existing Docker service directories. Configuring Docker Compose: From defining services to setting up environment variables, volumes, and network paths, I'll break down each step to simplify the setup. Setting Up Environment Variables: Configure PUID, PGID, and TZ for seamless permissions and time zone settings. Mapping Backup Paths: Learn to create a designated backup folder on a network drive and add paths for Duplicati backups, Docker volumes, and source folders. Declaring Ports and Restart Policies: Set up access to Duplicati on your browser using a custom port, and configure a restart policy to keep it running smoothly. Running Duplicati in Docker: Finally, I'll show you how to pull the Duplicati image and launch the service. Access Duplicati through your browser and verify everything is working perfectly! 🌐 Access Duplicati on Your Browser: Once configured, navigate to the host machine's IP with the specified port (e.g., port 83 in this example) to access the Duplicati interface directly in your web browser. This video is perfect for anyone looking to back up critical Docker volumes quickly and easily with Duplicati. Whether you're a Docker beginner or an experienced developer, this guide will help ensure your data is safe and recoverable. 🔖 Chapters: 0:00 - Introduction 1:23 - Finding Duplicati on Docker Hub 2:00 - Setting Up Folder Structure in VS Code 2:28 - Creating the Docker Compose File 6:34 - Running Duplicati with Docker Compose 7:06 - Accessing Duplicati in the Browser 7:36 - Outro 👉 Don’t forget to like, subscribe, and hit the notification bell for more Docker tutorials!