manticoresoftware / manticoresearch-backup

Repository for Manticore Search backup scripts
GNU General Public License v3.0
3 stars 1 forks source link

Add support for external storages #47

Open sanikolaev opened 1 year ago

sanikolaev commented 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 :

The command line syntax for manticore-backup is to be discussed.