Search found 86 matches

by IMTheNachoMan
Mon Feb 19, 2024 3:07 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Disable file converstion with two way Google Drive Sync
Replies: 8
Views: 442

Re: Disable file converstion with two way Google Drive Sync

Maybe in a future version, yes. Got it. If it helps someone else, here is how I fixed this for now. I created the following BASH script and told my file explorer to open .url files with this script. #!/bin/bash grep -h -s --color=never '^URL=' "$@" | cut -d'=' -f2- | xargs sensible-browser &
by IMTheNachoMan
Sat Feb 17, 2024 10:59 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Disable file converstion with two way Google Drive Sync
Replies: 8
Views: 442

Re: Disable file converstion with two way Google Drive Sync

It looks like Syncovery creates a drive URL instead of the appropriate Docs/Sheets URL. Is it possible to change that behavior? For example, it creates this: [InternetShortcut] URL=https://drive.google.com/file/d/1xvkhxAgHnFPZEJNOd5h2ThCqzjzj2mE7hPmZ1X8uUVY I'm hoping I can get it to create this: [I...
by IMTheNachoMan
Sat Feb 17, 2024 10:47 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Disable file converstion with two way Google Drive Sync
Replies: 8
Views: 442

Re: Disable file converstion with two way Google Drive Sync

Okay, so I figured it out.

Syncovery is creating Windows style URL files but Linux does not understand them.

Is there a way to get it to create Linux URL files?
by IMTheNachoMan
Sat Feb 17, 2024 10:21 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Disable file converstion with two way Google Drive Sync
Replies: 8
Views: 442

Re: Disable file converstion with two way Google Drive Sync

I was thinking of copying it as a .gdoc file like Google Drive app for Windows does.

I tried the create links option, but the file doesn't seem to be shortcut my computer understands. Let me try again.
by IMTheNachoMan
Sat Feb 17, 2024 9:13 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Disable file converstion with two way Google Drive Sync
Replies: 8
Views: 442

Re: Disable file converstion with two way Google Drive Sync

What do you mean it won't skip a local png file? When you say it should skip those files, do you mean it would not download Google Doc files from Google Drive? Is there a way to make .lnk/.url files locally that point to the Google Drive file such that when I open them from KDE, they open my browser...
by IMTheNachoMan
Sat Feb 17, 2024 8:15 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Disable file converstion with two way Google Drive Sync
Replies: 8
Views: 442

Disable file converstion with two way Google Drive Sync

I'm doing a two way sync of files on my Linux box with my Google Drive.

I have Enable Document Conversion disabled but it still converts Google Doc files.

Image

Image
by IMTheNachoMan
Wed Nov 29, 2023 2:54 am
Forum: General Topics, Announcements and FAQs
Topic: Is it possible to do dynamic exclusions of folders based on existance of "special" file in a folder?
Replies: 9
Views: 30519

Re: Is it possible to do dynamic exclusions of folders based on existance of "special" file in a folder?

Hello, yes, the script is correct. However if the left and right sides are normal Windows paths, please use the backslash rather than slash. For example: LeftCompletePath + '\syncovery.exclude' Thanks. Yeah, I was testing it on my Linux machine. On my Windows machine I will use forward slash. Is th...
by IMTheNachoMan
Sun Nov 26, 2023 4:05 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Disable username/password for remote connections on LAN
Replies: 4
Views: 14099

Re: Disable username/password for remote connections on LAN

Got it. Thank you!

I trust all the devices on my trust VLAN. Only approved devices can get on it. So no need for login/pass on any apps running on them.
by IMTheNachoMan
Sun Nov 26, 2023 2:59 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Disable username/password for remote connections on LAN
Replies: 4
Views: 14099

Re: Disable username/password for remote connections on LAN

I should have clarified. I meant for the Syncovery Web GUI on port 8999. Even with the nossl parameter, it requires username and password. http://localhost:8999 does not require it but only works on the system that is running it. http://serverhost:8999 does require it. I want to disable it here. Is ...
by IMTheNachoMan
Sun Nov 26, 2023 3:12 am
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Disable username/password for remote connections on LAN
Replies: 4
Views: 14099

Disable username/password for remote connections on LAN

Is it possible to disable username/password requirement from LAN connections?

If not, is it possible to disable username/password entirely?