Files
herolib/lib/installers/sysadmintools/rclone
Mahmoud-Emad f789564f51 feat: Add encoderhero and heroscript_dumps/loads
- Add encoderhero import to multiple modules
- Implement heroscript_dumps and heroscript_loads functions
- Update several methods to use `if mut` for cleaner optionals
- Rename rclone globals for clarity
2025-10-13 21:49:19 +03:00
..
2024-12-25 10:11:52 +01:00
...
2025-10-13 11:41:26 +04:00

rclone

To get started




import incubaid.herolib.installers.something. rclone

mut installer:= rclone.get()!

installer.start()!




example heroscript

!!rclone.install
    homedir: '/home/user/rclone'
    username: 'admin'
    password: 'secretpassword'
    title: 'Some Title'
    host: 'localhost'
    port: 8888