Add the missing S3 compatible storage for agent doc

freezer support S3 storage too, and the agent docs missing it [0].

[0]: https://github.com/openstack/freezer/blob/master/freezer/common/config.py#L423

Change-Id: I166f918ca64e2fb4e795c0c9530d392e62991d20
This commit is contained in:
caoyuan 2018-01-27 23:02:09 +08:00
parent 0f0e411663
commit 98e1c8e556
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Backup Options
Freezer Agent can be used as standalone backup tool from command line.
In it is most simple form, you can run commands to backup your data to
OpenStack Swift, local directory or remote SSH.
OpenStack Swift, local directory, remote SSH or S3 compatible storage.
Basic File System Backup
------------------------