Advertisement
Guest User

rclone config

a guest
Nov 10th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. [cifs_union]
  2. type = union
  3. upstreams = usbshare1: volume1: volume2:
  4. create_policy = mfs
  5.  
  6. [ftp_volume1]
  7. type = ftp
  8. host = 192.168.178.2
  9. user = <REDACTED>
  10. pass = <REDACTED>
  11.  
  12. [ftp_volume2]
  13. type = ftp
  14. host = 192.168.178.2
  15. user = <REDACTED>
  16. pass = <REDACTED>
  17.  
  18. [volume1]
  19. type = alias
  20. remote = ftp_volume1:/Volume 1
  21.  
  22. [volume2]
  23. type = alias
  24. remote = ftp_volume2:/Volume 2
  25.  
  26. [ftp_usbshare1]
  27. type = ftp
  28. host = 192.168.178.2
  29. user = <REDACTED>
  30. pass = <REDACTED>
  31.  
  32. [usbshare1]
  33. type = alias
  34. remote = ftp_usbshare1:/usbshare1
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement