From 656e39d25008ec363d375aab4f6917051d50884e Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sun, 11 Nov 2018 10:19:42 -0800 Subject: [PATCH] fix host and limit what files we upload... --- NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTES.txt b/NOTES.txt index 28c71f6..b316a0f 100644 --- a/NOTES.txt +++ b/NOTES.txt @@ -23,4 +23,4 @@ sh addinfo.sh -c 20180900 Copy them up to freefall: scp snapshot.* freefall:public_html/FreeBSD-snap -(cd ~; tar -cf - public_html/FreeBSD-snap/*) | ssh gold tar -xf - +(cd ~; tar -cf - public_html/FreeBSD-snap/snapshot.*) | ssh freefall tar -xf -