Back Up the Data

To back up the Seeker data from a source machine, copy the data to a network drive or a shared location.

  1. Copy the data from the Seeker Home Directory.
    Attention:

    The following commands preserve permissions. If you are going to restore the backup on a different machine when migrating, you need to reset the permissions to align with the target OS user that launches Seeker after the restore operation. For example:

    Linux/Mac OS
    cp -Rvp /Users/myuser/seeker/data/ /network-share/seeker-backup/data/
    
    Windows
    xcopy "%SEEKER_HOME_DIR%" N:\Seeker-Backup\Data\ /O /X /E /H /K
    
  2. Restart Seeker by running the sk_ctl start command. For example:
    /Users/myuser/seeker/install/sk_ctl start