Skip to content

Usage

Use in command line

Usage: seedboxsync [OPTIONS] COMMAND [ARGS]...

  Script for sync operations between your NAS and your seedbox

Options:
  --version             Show the version and exit.
  --debug / --no-debug  Set debug mode.
  -h, --help            Show this message and exit.

Commands:
  clean   Cleaning operations.
  health  Show the health status of the SeedboxSync CLI and web service.
  search  Search operations.
  stats   Stats operations.
  sync    Run synchronization operations.
  task    Task operations on task queue management.
  • Sync blackhole:
seedboxsync sync blackhole
  • Sync seedbox:
seedboxsync sync seedbox
  • List 20 last torrents downloaded from seedbox:
seedboxsync search downloaded -n 20
  • List 20 last torrents uploaded to seedbox:
seedboxsync search uploaded -n 20
  • List download in progress:
seedboxsync search progress
  • Clean all download in progress:
seedboxsync clean progress
  • Remove downloaded torrent with id 123 (to enable re-download):
seedboxsync clean downloaded 123
  • Get statistics by month:
seedboxsync stats by-month
  • Get statistics by year:
seedboxsync stats by-year

Use with taskmanager

⚠ Warning: Docker is the recommended method and have a task manager feature out-of-the-box.

huey_consumer seedboxsync.taskmanager.huey -w 2 -k thread

or

just run-taskmanager