Search found 1640 matches

by tobias
Wed May 11, 2022 9:15 pm
Forum: Windows Topics
Topic: Pascal Script Help
Replies: 1
Views: 2401

Re: Pascal Script Help

Hello, here's a script that removes everything between a hyphen and the filename extension (and removes the hypen itself too). If your filenames might contain hyphens other than just before and within the timestamp, then the script would need to be modified. Just let me know. function OnReplaceFilen...
by tobias
Wed May 11, 2022 8:26 am
Forum: Cloud Storage Related Topics
Topic: Trying to copy files from Google Drive to OneDrive
Replies: 8
Views: 11606

Re: Trying to copy files from Google Drive to OneDrive

Maybe it would work in a different browser? You can copy and paste the first URL to another browser and try it there.
by tobias
Wed May 11, 2022 8:01 am
Forum: Cloud Storage Related Topics
Topic: Trying to copy files from Google Drive to OneDrive
Replies: 8
Views: 11606

Re: Trying to copy files from Google Drive to OneDrive

Hello,
unfortunately this is an error on the Google servers, maybe you can contact Google support or just try again in a few days?

It works fine with my own Google Drive account. So far there haven't been any similar reports.
by tobias
Tue May 10, 2022 8:05 pm
Forum: Cloud Storage Related Topics
Topic: Trying to copy files from Google Drive to OneDrive
Replies: 8
Views: 11606

Re: Trying to copy files from Google Drive to OneDrive

Hello,
which Syncovery version are you using, and on which type of computer?

Can you post a screenshot of the URL and message that you end up with?
by tobias
Mon May 09, 2022 10:20 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: rsync support in QNAP version
Replies: 4
Views: 3398

Re: rsync support in QNAP version

Hello, yes, block-level copying is supported via SSH/SFTP. If you just "push" data (upload via SFTP), then there isn't any remote module needed. You can just choose "Block Level Copying" on the Special tab sheet in the profile, using "Checksums". See also https://www.syncovery.com/block-level-copyin...
by tobias
Mon May 09, 2022 9:40 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: rsync support in QNAP version
Replies: 4
Views: 3398

Re: rsync support in QNAP version

Hello, rsync is only available in the Windows edition of Syncovery. I recommend using SSH/SFTP as a replacement. In contrast to rsync, SFTP is a documented protocol that is supported by Syncovery very well. rsync, on the other hand, is just a tool and not a documented protocol, therefore hard to imp...
by tobias
Wed Apr 27, 2022 9:05 am
Forum: Syncovery für Windows
Topic: Dateien über Netzwerk Kopieren/Synchen
Replies: 1
Views: 2283

Re: Dateien über Netzwerk Kopieren/Synchen

Guten Tag, ja, selbstverständlich funktioniert das und es genügt eine Lizenz! Man sollte dafür immer UNC-Pfade verwenden und keine zugewiesenen Laufwerksbuchstaben. Zum Beispiel \\Computername\Freigabename\Ordnername Im Profil unter Allgemein->Netzwerkverbindungen kann man Benutzernamen und Passwort...
by tobias
Tue Apr 26, 2022 11:42 am
Forum: Cloud Storage Related Topics
Topic: Replace Characters not working
Replies: 8
Views: 9906

Re: Replace Characters not working

Hi,
OK I will test this here.

Did you modify the script? If yes, can you post your version?
by tobias
Tue Apr 26, 2022 10:33 am
Forum: Cloud Storage Related Topics
Topic: Replace Characters not working
Replies: 8
Views: 9906

Re: Replace Characters not working

Hello, the numbers are hexadecimal character numbers from the standard Unicode set. Do not replace periods in general. They can only be a problem in some very special cases, such as at the end of a folder or filename. You need to determine the exact case that must be handled and address that with sp...
by tobias
Mon Apr 25, 2022 5:47 pm
Forum: Cloud Storage Related Topics
Topic: Replace Characters not working
Replies: 8
Views: 9906

Re: Replace Characters not working

Hello,
great, thanks! Yes the script is probably better.

Without the script, unfortunately only one set of replacements can be configured, and of course they would need to be different depending on which side they are used.