From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.1.3] (unknown [36.74.43.91]) by gnuweeb.org (Postfix) with ESMTPSA id 542E57E7C7; Sun, 1 May 2022 12:13:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1651407224; bh=DEM11sY9xoGs6cWV3k8+EvhI0RJUvWy7ES1Bxx1LScE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Px0ek2T/zP6YX06ivHovc+u6RAdn8Pu3aUuVfIsoJblViJKYK1eYrCjQFSA8ecRly FpJoWp1SDlDonnuuV6SVjeK5LfUN1VLl0S+aurwz5IBm7P63tLH2MlhQEVXzrez6sk aiDpMvLzO1tDicDsa8T1KHaXbJx/aZoAkWXyoBORbFJNJcKfnUCryuulJ6vsjGmMsc Pg0Qcj1qUV5MS26/WGUbUaaK3eb9Cu7Fo8zaR2qWZ4yvVz2zhRrLpJCMnrw+pjAhi3 Wnr1xemt/nk95lF5qP1Aeo69PpTGm4Glyaes75uyRC3M3b/jUtDhhzsgfRj5xKhc85 mjlu/GQUvKEVw== Message-ID: Date: Sun, 1 May 2022 19:13:31 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH server-a001 v2 3/4] Create `storage` directory for saving persistent data Content-Language: en-US To: Ammar Faizi , GNU/Weeb Mailing List Cc: Hazmi Alfarizqi , Alviro Iskandar Setiawan References: <20220430170838.19571-1-ammarfaizi2@gnuweeb.org> <20220430170838.19571-4-ammarfaizi2@gnuweeb.org> From: Hazmi Alfarizqi In-Reply-To: <20220430170838.19571-4-ammarfaizi2@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 01/05/2022 00:08, Ammar Faizi wrote: > This is a directory to save persistent data across `docker run`. All > files inside this directory are ignored by git. They shouldn't be > commited to the git tree. The first use case of this directory is for > the MySQL database. The container will mount particular directories > inside this `storage` directory. > > Side note: For data backup, the data inside the `storage` directory > should be backed up by another method. Not by commiting the files to > the git tree together with `server-a001` tree. > > Signed-off-by: Ammar Faizi Bind-mounts huh, looks good. Reviewed-by: Hazmi Alfarizqi -- hzmi