Where is my rclone install? Synology NAS

Hi

this is same question I have asked before, sorry, but I dont have found the solution.

I SSH into my NAS, admin account

i do a dir, and cd to

admin@Leia:~$ dir

total 20
drwxrwxrwx+ 1 admin users  110 Feb 26  2022  .
drwxrwxrwx+ 1 root  root    84 Sep 27 19:46  ..
-rwxrwxrwx+ 1 admin users  279 Feb 11  2022  .bash_history
drwxrwxrwx+ 1 admin users   12 Oct  3  2021  .config
drwxrwxrwx+ 1 admin users   12 Feb 26  2022  Drive
-rwxrwxrwx  1 admin users 4497 Jul 20  2021  install.sh
-rwxrwxrwx+ 1 admin users 4497 Nov  1  2021  install.sh.1
drwxrwxrwx+ 1 root  root    22 Nov  8  2021 '#recycle'
admin@Leia:~$ ^C

admin@Leia:~$ cd .config

admin@Leia:~/.config$ dir

total 0
drwxrwxrwx+ 1 admin users  12 Oct  3  2021 .
drwxrwxrwx+ 1 admin users 110 Feb 26  2022 ..
drwxrwxrwx+ 1 admin users  32 Feb 26  2022 rclone
admin@Leia:~/.config$ cd rclone
admin@Leia:~/.config/rclone$ dir
total 4
drwxrwxrwx+ 1 admin users   32 Feb 26  2022 .
drwxrwxrwx+ 1 admin users   12 Oct  3  2021 ..
-rw-------  1 admin users 2043 Feb 11  2022 rclone.conf.FEIL
admin@Leia:~/.config/rclone$

In last line I find
-rw------- 1 admin users 2043 Feb 11 2022 rclone.conf.FEIL -----> FEIL is Norwegina for Error. Due to 2 newbie tries I ended up with try no1 to not work.

When i run pwd:

admin@Leia:~/.config/rclone$ pwd
/var/services/homes/admin/.config/rclone

When I run rclone config

admin@Leia:~/.config/rclone$ rclone config
-sh: rclone: command not found

If I log in with my user and do a dir command there is no .config directory

root@Leia:~# dir
total 20
drwx------  2 root root 4096 Oct 23 17:20 .
drwxr-xr-x 25 root root 4096 Oct 29 08:27 ..
-rw-r--r--  1 root root 1313 Jun 22 07:47 .profile
-rw-r--r--  1 root root 2043 Jun 22 07:47 .profile.size_check
-rw-r--r--  1 root root  232 Oct 29 08:32 .wget-hsts
root@Leia:~#

When I run rclone config with my standard user (not admin):

`root@Leia:~# rclone config

-ash: rclone: command not found
`:

In Synology I find my previous working schedule:

So my question Is, where is my rclone install? (or where in h!§&l is my rclone?)

How did you install it?

hi,

remember me, i was helping you in that closed post?

here is some output from my synbox

root@bnas:~# which rclone
/bin/rclone

this should list all files named rclone.

root@bnas:~# find / -type f -name 'rclone' 2>/dev/null
/volume1/homes/user99/rclone/rclone
/volume1/@docker/btrfs/subvolumes/48377d9dccab70b8426b296db0c9ffb4db66de69b97b8f4f1600834472d4f08c/usr/local/bin/rclone
/volume1/@docker/btrfs/subvolumes/b217c15ed59f577ab3ad450259e93ed6bc43218820e218843a5e64e53e0f0631/usr/local/bin/rclone
/volume1/@docker/btrfs/subvolumes/38672fec5843d2df7066b03aa7d2d3f0662d43075565847eda40a972d6ec6d5e/usr/local/bin/rclone
/tmp/tmp.p8kPai6tgq/tmp_unzip_dir_for_rclone/rclone-v1.59.1-linux-amd64/rclone
/usr/bin/rclone

Hi

I installed it from SSH (Putty).
I did 2 tries, and I dont remember other than I did run rclone according to standard installation on my Synology NAS.

Hi, @asdffdsa I remember you, thanks :slight_smile:

When i run rclone from admin this is output

admin@Leia:~/.config/rclone$ rclone
-sh: rclone: command not found

run find:

admin@Leia:~$ find . -print | grep -i rclone
./.config/rclone
./.config/rclone/rclone.conf.FEIL

no executable found...

So maybe I first need to locate the application?

In DSM Synology i have run this command with success for 6 months:

image

Based on your commands, it doesn't seem you've actually installed it.

What does that mean? You did specifically what?

did you run my example, as it searched from the root of the file system.
whereas, i think, your code searched from the root of the home dir.
also, i ran the code as user root

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.