© 2023 Hashnode
#rsync
This article covers backup and restore guidelines for community version of gitlab. Objective: Step 1: Configure machine sudo apt-get update Step 2: Create LVM on machine for snapshot # Install GUI p…
Setting up a project that runs in a web server (consider a traditional server like an AWS EC2 instance) requires you to deploy your code and configure the application. Doing this once may not be a big task but doing it continuously is not. …
Assumptions Using Laravel Forge to setup servers Syncing folder(s) between Server 1 and Server 2 Using Load balancing with Cloudflare Setting up servers with Laravel Forge rsync is required to sync between servers, using Laravel Forge to …
rsync (remote sync) is an open source utility used for synchronizing files and directories between two different systems, providing fast incremental file transfer. It is a great tool to perform backups. Basic usage To sync the contents of s…