ref: bb8517e37128598e18c4591e194992c9b56fcf88
parent: fae7328e50531d7d42c81167ad152da0d91e569d
author: qwx <qwx@sciops.net>
date: Sun May 23 13:32:24 EDT 2021
syncbv91: reactivate, adjust for multiple devices, swap reference i archive
--- a/syncbv91
+++ b/syncbv91
@@ -1,8 +1,10 @@
#!/bin/rc -e
rfork n
-echo nope
-exit nope
-if(! sshfs tcp!bv91!8022){
+if(! ~ $#* 1){
+ echo usage: $0 sys
+ exit usage
+}
+if(! sshfs tcp!$1!8022){
echo ssh failed: $status
exit ssh
}
@@ -16,7 +18,7 @@
if not
syncab -m $i /n/ssh/m/$i | tee -a /tmp/sync.$pid
}
-syncab /n/ssh/Pictures $home/lib/i | tee -a /tmp/sync.$pid
+syncab $home/lib/i /n/ssh/Pictures | tee -a /tmp/sync.$pid
echo proceed?
if(! ~ `{read} yes){
echo exiting