We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e274bc commit 9a4f3baCopy full SHA for 9a4f3ba
systems/aarch64-linux/rclone.nix
@@ -16,7 +16,7 @@
16
# Stop any existing rclone processes
17
pkill -f "rclone mount gdrive:" 2>/dev/null || true
18
19
- # Create mount directory in home directory
+ # Create mount directory in /vagrant
20
mkdir -p $HOME/google-drive
21
22
# Create a local cache directory for better performance
@@ -25,6 +25,7 @@
25
# Mount with highly optimized settings for better performance
26
rclone mount gdrive: $HOME/google-drive \
27
--daemon \
28
+ --allow-non-empty \
29
--vfs-cache-mode full \
30
--vfs-cache-max-size 10G \
31
--vfs-cache-max-age 72h \
0 commit comments