add rclone

This commit is contained in:
2019-05-10 13:47:39 +08:00
parent 9815c2a75c
commit 7f947af49e
4 changed files with 67 additions and 0 deletions

7
rclone/bootstrap.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
if [[ ! -f /root/sync.sh ]]; then
cp /etc/sync.sh /root/sync.sh
fi
bash /root/sync.sh