Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Suchan87
/
teldrive
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
teldrive
/
db_backup.sh
divyam234
initial commit
1b7b318
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
155 Bytes
#!/bin/bash
interval=1200
while
true
;
do
sleep
$interval
/app/rclone copy --config /app/rclone.conf
"/app/teldrive.db"
"
$REMOTE
:teldrive/"
done