-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
It will makes things easier if we support backing up directly to an external storage like ssh and s3.
Here's what the syntax may look like in SQL:
BACKUP [<what>] TO <where> [OPTIONS <options>]
<where> should in the form of a function :
local({path=})orlocal(<path>)or just pathssh({host=, path=, username=, password=})s3({path=, key=, secret= })
etc.
The command line syntax for manticore-backup is to be discussed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels