Need to get into auto startup boot

What is the problem you are having with rclone?

I have to create a systemd script with Plex Drive that I followed the steps and guides with this website here: plexdrive/TUTORIAL.md at master · plexdrive/plexdrive · GitHub

What is your rclone version (output from rclone version)

v1.5.5.0

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Mircosoft Windows 10 Home 64-bit

Which cloud storage system are you using? (eg Google Drive)

Crypt with type mode

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here

None, just need to be able to get into this: "rclone mount --allow-other local-crypt: /mnt/media"

The rclone config contents with secrets removed.

Paste config here

None

A log from the command with the -vv flag

Paste  log here

Don't have any problems with flag log commands.

hello,

this forum does not support plexdrive.

here at the forum, the goto guide for systemd, gdrive and plex can be found here.
GitHub - animosity22/homescripts: My Scripts for Plex / Emby with Google Drive and rclone

OK, I'll go and check it out

And what about the auto startup boot with command script that I can still run and put? I copied the whole entire code from Notepad++ and saved it with bat file to documents on Windows file explorer.Capture Capture2

systemd is for linux, not windows.

if you want to auto-start on windows, use task scheduler.

OK, thanks! I'll try

And do I have put it with start it with powershell for the script on there?

create a task and set action to the name of the script and trigger to at startup

image

if you want to test a task, without having to reboot.
`schtasks /run /tn "nameoftask"

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