How to Assign Multiple Path to a Single Persistent Volume Claim
apiVersion: v1 kind: Pod metadata: name: test spec: containers: - name: test image: nginx volumeMounts: - name: config mountPath: /usr/share/nginx/html…
apiVersion: v1 kind: Pod metadata: name: test spec: containers: - name: test image: nginx volumeMounts: - name: config mountPath: /usr/share/nginx/html…
For managing a WordPress instance, the following directories or files should be backed up regularly: It’s also a good practice…
Code Snippet
ssh -N -L ${HOST_PORT}:127.0.0.1:${LOCAL_POST} ${USER}@${HOST_URL}
Code Snippet
Code Snippet
Install Cronjob Edit CronJobs Backup
Create SSH-key Pass SSH-key to your host Edit ssh-config Install OPEN-SSH-Server Restart OPEN-SSH-Server Control Open-SSH-Server via systemctl command Edit .ssh/config…