📖
spotify_sync
  • Welcome to the docs
  • Home
    • Intro
    • Quick start
  • Configuration
    • Overview
    • Schema
    • Profiles
  • General
    • Scheduling
    • Backup and restore
    • Migrate from older versions
    • FAQ
  • Guides
    • Getting a Deezer arl
    • Setting up a Spotify oauth application
Powered by GitBook
On this page
  • Backup
  • Restore
  1. General

Backup and restore

Backup

Backup state to the current working directory

spotify_sync backup local --profile myFirstProfile

Backup state to a custom folder

spotify_sync backup local --out-dir /my/existing/folder --profile myFirstProfile

Restore

spotify_sync restore /my/existing/backup.zip

This will attempt to restore to the same profile it was backed up as. You can also override this with the following options

--new-profile TEXT New profile name to restore to

-f, --force Overwrites destination profile or persistent files if they exist

PreviousSchedulingNextMigrate from older versions

Last updated 2 years ago