Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram:build
> ./bin/sync.sh
Lenses
(coming soon!)
#!/usr/bin/env bash
backup="$1"
source=/home/calliope/disk/nvme0n1p6/home/calliope
# rm -rf $backup/{*,.*};
mkdir $backup
echo "backing up $source"
echo "going ---> $backup"
# sudo rsync -av /home/calliope/disk/nvme0n1p6/var/log/* $backup/var.log
# rsync -av $source/.mozilla/firefox/*.default/places.sqlite $source/mozilla/
(
cd
rsync -av \
--exclude _build \
--exclude deps \
--exclude node_modules \
--exclude .cache \
$source/.bash_history \
$source/.build \
$source/.kube \
$source/.local/share/atuin \
/home/calliope/.ssh \
$source/.zsh_history \
$source/Downloads \
$source/Pictures \
$source/base \
$source/issue \
$source/mesh \
$source/model \
$source/mozilla \
$source/.mozilla \
$backup/
)