(sleep $(calc "$@ * 60") && mpv --no-config --volume 50 /a/bin/data/alarm.mp3) > /dev/null 2>&1 &
}
-tpx2() {
+bpush() {
case $HOSTNAME in
tp) target=x2 ;;
x2) target=tp ;;
esac
- btrbk-run -t $target -pv && switch-mail-host $HOSTNAME $target
+ btrbk-run -t $target && switch-mail-host $HOSTNAME $target
+}
+bpull() {
+ case $HOSTNAME in
+ tp) source=x2 ;;
+ x2) source=tp ;;
+ esac
+ btrbk-run -s $source && switch-mail-host $source $HOSTNAME
}
trg() { transmission-remote-gtk&r; }