add explanation for Makefile rsync usage

This commit is contained in:
AntonObersteiner 2024-06-11 16:03:02 +02:00
parent a3d057d5b0
commit 677f3f6a06

View file

@ -9,5 +9,11 @@ generate:
./generate.py
push:
# assumes that you have rsync (a copying tool).
# if necessary, use 'scp -r' instead of 'rsync -avuP'
# also assumes you have something like this in your ~/.ssh/config:
# Host quitte
# HostName quitte.ifsr.de
# User <usename>
rsync -avuP ./deploy/ quitte:$(server_path)