Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [cifs_union]
- type = union
- upstreams = usbshare1: volume1: volume2:
- create_policy = mfs
- [ftp_volume1]
- type = ftp
- host = 192.168.178.2
- user = <REDACTED>
- pass = <REDACTED>
- [ftp_volume2]
- type = ftp
- host = 192.168.178.2
- user = <REDACTED>
- pass = <REDACTED>
- [volume1]
- type = alias
- remote = ftp_volume1:/Volume 1
- [volume2]
- type = alias
- remote = ftp_volume2:/Volume 2
- [ftp_usbshare1]
- type = ftp
- host = 192.168.178.2
- user = <REDACTED>
- pass = <REDACTED>
- [usbshare1]
- type = alias
- remote = ftp_usbshare1:/usbshare1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement