https://github.com/irfnrdh/cloudsync
Based RClone for Linux
https://github.com/irfnrdh/cloudsync
i3wm linux-app rclone-client
Last synced: about 2 months ago
JSON representation
Based RClone for Linux
- Host: GitHub
- URL: https://github.com/irfnrdh/cloudsync
- Owner: irfnrdh
- Created: 2025-02-06T04:48:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T05:50:14.000Z (over 1 year ago)
- Last Synced: 2025-04-05T21:40:49.973Z (about 1 year ago)
- Topics: i3wm, linux-app, rclone-client
- Language: Shell
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# cloudsync
Based RClone for Linux Manjaro i3wm
## Setup
```
sudo pacman -S rclone fuse zenity xclip xdg-utils
yay -S rclone-browser # Optional GUI
rclone config
mkdir -p ~/Cloud/gdrive{1,2,3}
```
## Services
```
chmod +x mount_manager.sh
systemctl --user enable cloudsync@gdrive1.service
```
## File Manager
```
rclone link gdrive1:/path/to/file | xclip -sel clip
[ ! -d "$MOUNT_PATH" ] && mkdir -p "$MOUNT_PATH"
```
### Debug
```
rclone mount -vv --vfs-cache-mode full gdrive1: ~/Cloud/gdrive1
journalctl --user-unit cloudsync@gdrive1.service -f # Cek log service
lsblk # Cek mount points
rclone ls gdrive1: # Test koneksi
sudo usermod -aG fuse $USER
rclone rc core/stats
```
### Alternatif
- [Rclone Browser](https://github.com/kapitainsky/RcloneBrowser)