Skip to content

Commit

Permalink
test: added test script for syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Apr 9, 2022
1 parent 3228211 commit d2dc9d7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions aw-sync/test-sync.sh
@@ -0,0 +1,13 @@
#!/bin/bash

# Helper script meant to be used to test aw-sync
# Example of a single-entry for cronjobs and the like

HOSTNAME="Teklas-Air.localdomain"
SYNCDIR="~/ActivityWatchSync/tekla-air-m1"
AWSYNCPARAMS="--port 5601 --sync-dir $SYNCDIR"

# TODO: Fix supplying multiple buckets in a single command
# NOTE: Only sync window and AFK buckets, for now
cargo run --bin aw-sync -- $AWSYNCPARAMS sync --buckets aw-watcher-window_$HOSTNAME
cargo run --bin aw-sync -- $AWSYNCPARAMS sync --buckets aw-watcher-afk_$HOSTNAME

0 comments on commit d2dc9d7

Please sign in to comment.