DB.Backup¶ Name Mandatory Description Default Type ⬅️ Input The input of the shard, if any Any Output ➡️ The resulting output of the shard Any Destination No The destination database filename. backup.db StringVar(String) Database No The sqlite database filename. If left empty, it will first check for an exposed variable named 'sqlite/database', and if that doesn't exist, it will use 'shards.db' as the default. none NoneStringVar(String) Pages No The number of pages to copy at once. 200 IntVar(Int) Unthrottled No If true, the backup will not be throttled and it might lock the DB while copying. true Bool