#!/bin/bash # Set backup location here bak=$1 timestamp=$(date +%F_%T%z) # Make a timestamped directory there. mkdir -v "$bak"homeprofile_backup_"$timestamp" "$bak"homeprofile_backup_"$timestamp"=timedir rsync -avp --partial --progress --human-readable blaah.txt "$timedir"