#!/bin/bash
SOURCE_DIR=/source/dir
DEST_DIRr=/backup/dir
rsync -avz –checksum –backup –backup-dir=“older_versions“ –suffix=“~$(date +%Y-%m-%d)“ „$SOURCE_DIR/“ „$DEST_DIR/“
This entry was posted on Dienstag, April 8th, 2025 at 17:43 and is filed under Administration, Linux Solution. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.