ref: a42c02c6fd44eedf43d1e14779df0ac9baf86edd
parent: ead3a8bdddf008c4af3950d4c25bdeba01ad498c
author: qwx <qwx@sciops.net>
date: Sat Oct 31 06:08:37 EDT 2020
add sync script for u26b
--- /dev/null
+++ b/syncu26b
@@ -1,0 +1,23 @@
+#!/bin/rc -e
+rfork n
+if(! sshfs tcp!u26b!8022){
+ echo ssh failed: $status
+ exit ssh
+}
+cd
+for(i in m*){
+ if(! test -d /n/ssh/$i){
+ mkdir /n/ssh/storage/external-1/$i
+ ssh tcp!u26b!8022 ln -s storage/external-1/$i $i
+ clone -T $i/* /n/ssh/$i
+ }
+ if not
+ syncab $i /n/ssh/$i | tee -a /tmp/sync.$pid
+}
+syncab /n/ssh/Pictures $home/lib/i | tee -a /tmp/sync.$pid
+echo proceed?
+if(! ~ `{read} yes){
+ echo exiting
+ exit nope
+}
+. /tmp/sync.$pid && rm /tmp/sync.$pid