Join Slack
Powered by
When I call the takeSnapshot api... Does it run as...
# community-help
i
Ignacio
07/02/2022, 5:18 PM
When I call the takeSnapshot api... Does it run async? The snapshot dump on the directory? How do I know when a snapshot is done?
Ignacio
07/02/2022, 6:19 PM
working on a small backup script but not sure if the snapshot is done when the API returns with
success
to snapshot. For reference:
https://github.com/nmorenor/server_backup/blob/master/typesensebackup/backup.go
j
Jason Bosco
07/02/2022, 6:55 PM
The snapshot API is synchronous. When it returns success: true, the snapshot has been written to disk
i
Ignacio
07/02/2022, 7:09 PM
cool, thanks! 😎
👍 1
Open in Slack
Previous
Next