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.
-
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 OScp -Rvp /Users/myuser/seeker/data/ /network-share/seeker-backup/data/
Windowsxcopy "%SEEKER_HOME_DIR%" N:\Seeker-Backup\Data\ /O /X /E /H /K
-
Restart Seeker by running the
sk_ctl start
command. For example:/Users/myuser/seeker/install/sk_ctl start