diff --git a/DOCS.md b/rclone/DOCS.md similarity index 100% rename from DOCS.md rename to rclone/DOCS.md diff --git a/Dockerfile b/rclone/Dockerfile similarity index 100% rename from Dockerfile rename to rclone/Dockerfile diff --git a/rclone/README.md b/rclone/README.md new file mode 100755 index 0000000..65349e2 --- /dev/null +++ b/rclone/README.md @@ -0,0 +1,5 @@ +# Rclone addon + +Sync backup snapshots to a different device using rclone + +Note: Drive password must be obscured using `rclone obscure mysecretpass` \ No newline at end of file diff --git a/config.yml b/rclone/config.yml similarity index 100% rename from config.yml rename to rclone/config.yml diff --git a/icon.png b/rclone/icon.png similarity index 100% rename from icon.png rename to rclone/icon.png diff --git a/install_rclone.sh b/rclone/install_rclone.sh similarity index 100% rename from install_rclone.sh rename to rclone/install_rclone.sh diff --git a/logo.svg b/rclone/logo.svg similarity index 100% rename from logo.svg rename to rclone/logo.svg diff --git a/rootfs/etc/cont-init.d/rclone.sh b/rclone/rootfs/etc/cont-init.d/rclone.sh similarity index 100% rename from rootfs/etc/cont-init.d/rclone.sh rename to rclone/rootfs/etc/cont-init.d/rclone.sh diff --git a/rootfs/etc/services.d/cron/finish b/rclone/rootfs/etc/services.d/cron/finish similarity index 100% rename from rootfs/etc/services.d/cron/finish rename to rclone/rootfs/etc/services.d/cron/finish diff --git a/rootfs/etc/services.d/cron/run b/rclone/rootfs/etc/services.d/cron/run similarity index 100% rename from rootfs/etc/services.d/cron/run rename to rclone/rootfs/etc/services.d/cron/run diff --git a/rootfs/etc/services.d/web/finish b/rclone/rootfs/etc/services.d/web/finish similarity index 100% rename from rootfs/etc/services.d/web/finish rename to rclone/rootfs/etc/services.d/web/finish diff --git a/rootfs/etc/services.d/web/run b/rclone/rootfs/etc/services.d/web/run similarity index 100% rename from rootfs/etc/services.d/web/run rename to rclone/rootfs/etc/services.d/web/run diff --git a/repository.yml b/repository.yml new file mode 100644 index 0000000..e92a356 --- /dev/null +++ b/repository.yml @@ -0,0 +1,4 @@ +--- +name: HASS Rclone +url: https://github.com/ViViDboarder/hassio-addon-rclone +maintainer: ViViDboarder