def call_restic [] { run-external "restic" "-r" "/Volumes/data/backup" "backup" ~/.ssh ~/. } export def main [] { call_restic }