reprepro-astrobian/sync.sh

7 lines
120 B
Bash

#!/bin/bash
DEST="${1:-aya1:/home/jbar/reprepro_base_dir/}"
cd $(dirname "$0")
rsync --recursive --delete * "${DEST}"