Browse Source

fix host and limit what files we upload...

main
John-Mark Gurney 5 years ago
parent
commit
656e39d250
Signed by: jmg GPG Key ID: 205F0B33DD006ADA
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      NOTES.txt

+ 1
- 1
NOTES.txt View File

@@ -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 -

Loading…
Cancel
Save