diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/gpg.md | 4 | ||||
-rw-r--r-- | www/rsync.md | 12 |
2 files changed, 8 insertions, 8 deletions
@@ -2,14 +2,14 @@ title: GPG ... - $ gpg \--recv-keys + $ gpg --recv-keys The GPG key can also be downloaded with this exported dump of the pubkey: [lbkey.asc](lbkey.asc). $ sha512sum -c sha512sum.txt - $ gpg \--verify sha512sum.txt.sig + $ gpg --verify sha512sum.txt.sig Old GPG key (no longer used): diff --git a/www/rsync.md b/www/rsync.md index 287f02c7..f89b5a3c 100644 --- a/www/rsync.md +++ b/www/rsync.md @@ -6,40 +6,40 @@ of these in your crontab: Libreboot project, UK (main rsync mirror) ----------------------------------------- -**rsync -avxP \--delete \--stats rsync.libreboot.org::mirrormirror +**rsync -avxP --delete --stats rsync.libreboot.org::mirrormirror /path/to/docroot/libreboot/** University of Kent, UK (backup mirror) -------------------------------------- -**rsync -avxP \--delete \--stats +**rsync -avxP --delete --stats rsync://rsync.mirrorservice.org/libreboot.org/release/ /path/to/docroot/libreboot/** Princeton university, USA (backup mirror) ----------------------------------------- -**rsync -avxP \--delete \--stats +**rsync -avxP --delete --stats rsync://mirror.math.princeton.edu/pub/libreboot/ /path/to/docroot/libreboot/** linux.ro, Romania (backup mirror) --------------------------------- -**rsync -avxP \--delete \--stats rsync://ftp.linux.ro/libreboot/ +**rsync -avxP --delete --stats rsync://ftp.linux.ro/libreboot/ /path/to/docroot/libreboot/** partyvan.eu, Sweden (backup mirror) ----------------------------------- -**rsync -avxP \--delete \--stats +**rsync -avxP --delete --stats rsync://mirror.se.partyvan.eu/pub/libreboot/ /path/to/docroot/libreboot/** mirror.si, Slovenia (backup mirror) ----------------------------------- -**rsync -avxP \--delete \--stats rsync://libreboot.mirror.si/libreboot +**rsync -avxP --delete --stats rsync://libreboot.mirror.si/libreboot /path/to/docroot/libreboot/** Are you running a mirror? Contact the libreboot project, and the link will be |