Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/configuration/storages/ftp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Storage backup file to remote FTP server.
- `username` - username
- `password` - password

https://github.com/gobackup/gobackup/blob/main/storages/ftp.go
https://github.com/gobackup/gobackup/blob/main/storage/ftp.go

## Example

Expand Down
2 changes: 1 addition & 1 deletion pages/configuration/storages/local.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Storage backup file in local path.

- `path` - path you need to store backup files.

https://github.com/gobackup/gobackup/blob/main/storages/local.go
https://github.com/gobackup/gobackup/blob/main/storage/local.go

## Example

Expand Down
2 changes: 1 addition & 1 deletion pages/configuration/storages/s3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Storage backup file to [Amazon AWS S3](https://aws.amazon.com/s3/).
- `endpoint` - Special endpoint (optional).
- `storage_class` - Storage class, default: `STANDARD_IA`

https://github.com/gobackup/gobackup/blob/main/storages/s3.go
https://github.com/gobackup/gobackup/blob/main/storage/s3.go

## AWS Regions

Expand Down
2 changes: 1 addition & 1 deletion pages/configuration/storages/scp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Storage backup file to the remote SSH server, like `scp` command.
- `username` - SSH username, (Optional)
- `password` - SSH password, (Optional)

https://github.com/gobackup/gobackup/blob/main/storages/scp.go
https://github.com/gobackup/gobackup/blob/main/storage/scp.go

## Example

Expand Down
2 changes: 1 addition & 1 deletion pages/configuration/storages/sftp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Storage backup file to remote SFTP server.
- `private_key` - Private Key of the SSH key pair, default: `~/.ssh/id_rsa`.
- `passpharase` - Password of the private key, if is present.

https://github.com/gobackup/gobackup/blob/main/storages/ftp.go
https://github.com/gobackup/gobackup/blob/main/storage/ftp.go
2 changes: 1 addition & 1 deletion pages/configuration/storages/webdav.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Storage backup file to [WebDAV](http://www.webdav.org).
- `username` - username
- `password` - password

https://github.com/gobackup/gobackup/blob/main/storages/webdav.go
https://github.com/gobackup/gobackup/blob/main/storage/webdav.go