-
Notifications
You must be signed in to change notification settings - Fork 0
Storage: SSH
Jérôme Quéré edited this page Aug 13, 2015
·
1 revision
This storage store item on a remote ssh server.
- HOST: (mandatory) The remote ssh server hostname.
- USER: (mandatory) The user acount on the remote server.
- SSHKEY: (mandatory) The sshkey to login on the remote ssh server.
- BASEPATH: (mandatory) The root folder under witch all the backup will be drop.
IB_STORAGE_ssh_TYPE="ssh"
IB_STORAGE_ssh_HOST="backup.exemple.com"
IB_STORAGE_ssh_USER="username"
IB_STORAGE_ssh_SSHKEY="/home/username/.ssh/id_rsa"
IB_STORAGE_ssh_BASEPATH="/backup" # No trailing slash
BASEPATH
├── task1
│ ├── date1
│ │ ├── item1
│ │ └── item2
│ └── date2
│ ├── item1
│ └── item2
└── task2
├── date1
│ ├── item1
│ └── item2
└── date2
├── item1
└── item2
Made with love by Indigen.