When I call the takeSnapshot api... Does it run as...
# community-help
i
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?
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
The snapshot API is synchronous. When it returns success: true, the snapshot has been written to disk
i
cool, thanks! 😎
👍 1