mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 08:16:25 +00:00
enable sftp
This commit is contained in:
parent
f65a83991b
commit
e3506e44b5
@ -16,8 +16,8 @@ export const getPathFromBackend = (backend: Backend): string => {
|
||||
case 'azure':
|
||||
case 'gs':
|
||||
case 's3':
|
||||
return `${backend.type}:${backend.path}`
|
||||
case 'sftp':
|
||||
return `${backend.type}:${backend.path}`
|
||||
case 'rest':
|
||||
throw new Error(`Unsupported backend type: "${backend.type}"`)
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user