Added vfs-cache
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
mkdir /encrypted
|
||||
rm -Rf /root/.cache
|
||||
rclone mount --daemon --allow-other gcache:/ /encrypted --log-file /tmp/rclone.log --log-level DEBUG
|
||||
rclone mount --daemon --allow-other --vfs-cache-mode minimal --no-modtime --write-back-cache gcache:/ /encrypted --log-file /tmp/rclone.log --log-level DEBUG
|
||||
while [ ! -f "/encrypted/gocryptfs.conf" ]
|
||||
do
|
||||
echo "Waiting for gocryptfs.conf to appear..."
|
||||
|
||||
Reference in New Issue
Block a user