mirror of
https://github.com/deajan/obackup.git
synced 2024-11-15 04:03:41 +01:00
Removed unnecessary dot
This commit is contained in:
parent
60a3079b3a
commit
c82c5ed3cd
@ -58,7 +58,7 @@ FILE_WARN_MIN_SPACE=1048576
|
|||||||
[REMOTE_OPTIONS]
|
[REMOTE_OPTIONS]
|
||||||
|
|
||||||
## In case of pulled or pushed backups, remote system URI needs to be supplied.
|
## In case of pulled or pushed backups, remote system URI needs to be supplied.
|
||||||
REMOTE_SYSTEM_URI="ssh://root@localhost:22./"
|
REMOTE_SYSTEM_URI="ssh://root@localhost:22/"
|
||||||
|
|
||||||
## You can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information.
|
## You can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information.
|
||||||
SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local"
|
SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local"
|
||||||
|
@ -58,7 +58,7 @@ FILE_WARN_MIN_SPACE=1048576
|
|||||||
[REMOTE_OPTIONS]
|
[REMOTE_OPTIONS]
|
||||||
|
|
||||||
## In case of pulled or pushed backups, remote system URI needs to be supplied.
|
## In case of pulled or pushed backups, remote system URI needs to be supplied.
|
||||||
REMOTE_SYSTEM_URI="ssh://root@localhost:22./"
|
REMOTE_SYSTEM_URI="ssh://root@localhost:22/"
|
||||||
|
|
||||||
## You can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information.
|
## You can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information.
|
||||||
SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local"
|
SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local"
|
||||||
|
Loading…
Reference in New Issue
Block a user