Rclone is removed after Synology DSM Update

this is what i did

  1. copied the rclone executable into /var/services/homes/user99/rclone
  2. chmod +X /var/services/homes/user99/rclone/rclone
  3. in my homedir, created a file named .profile and added the following text
user99@bnas:~$ cat ~/.profile
PATH=/var/services/homes/user99/rclone:$PATH
export PATH
  1. logout
  2. login
  3. to check if that worked
user99@bnas:~$ which rclone
/var/services/homes/user99/rclone/rclone

user99@bnas:~$ rclone version
rclone v1.58.1
- os/version: unknown
- os/kernel: 4.4.180+ (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.17.9
- go/linking: static
- go/tags: none