Open sanikolaev opened 1 year ago
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 :
<where>
local({path=})
local(<path>)
ssh({host=, path=, username=, password=})
s3({path=, key=, secret= })
The command line syntax for manticore-backup is to be discussed.
manticore-backup
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:
<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.