Search found 1670 matches

by tobias
Sun Jun 12, 2022 10:39 am
Forum: Windows Topics
Topic: Copying speed - SMB on 10Gb with large compressed files
Replies: 2
Views: 2726

Re: Copying speed - SMB on 10Gb with large compressed files

Hello, it might be better to set it to copy only 1 file simultaneously, to avoid unnecessary disk seeks. You can also try if using the Windows API copying function increases or decreases speed. The setting is on the tab sheet "Files"->"More" in the profile. Make sure you don't use special options su...
by tobias
Fri Jun 10, 2022 6:00 pm
Forum: Windows Topics
Topic: [solved] Syncovery is transfering video file before it is complete
Replies: 4
Views: 3110

Re: Syncovery is transfering video file before it is complete

Hello, Syncovery cannot start the file while it is still being written to, because the upload logic needs to know the final file size. Therefore, please choose the checkmark "Skip Files Whose Size is Changing" in the profile under Files->More (scroll this tab sheet down to see this last, recently ad...
by tobias
Wed Jun 08, 2022 1:45 pm
Forum: General Topics, Announcements and FAQs
Topic: Trigger profile externally after Veeam Backup Job Completes
Replies: 10
Views: 5122

Re: Trigger profile externally after Veeam Backup Job Completes

Hi,
OK, the posted data needs to be in JSON form, something like this:

{"ProfileName":"xyz"}
by tobias
Wed Jun 08, 2022 9:05 am
Forum: General Topics, Announcements and FAQs
Topic: Trigger profile externally after Veeam Backup Job Completes
Replies: 10
Views: 5122

Re: Trigger profile externally after Veeam Backup Job Completes

Another way would be if you put a signal file in some folder on the QNAP. One profile could run every 1 minute and look for the signal file. If it's there, it could copy it to some dummy destination folder. It could have an "Execute before/after" command like this: ++RUN PROFILE Your Main Profile Th...
by tobias
Wed Jun 08, 2022 8:27 am
Forum: General Topics, Announcements and FAQs
Topic: Trigger profile externally after Veeam Backup Job Completes
Replies: 10
Views: 5122

Re: Trigger profile externally after Veeam Backup Job Completes

Currently you'd need to automate an SSH login and invoke a command line, or be able to trigger an HTTP POST that must appear to come from localhost to the URL https://localhost:8999/post_runprofile.php with the form parameter ProfileName=xyz I will try to add an easier HTTP API in the next update. Y...
by tobias
Wed Jun 08, 2022 8:03 am
Forum: General Topics, Announcements and FAQs
Topic: Trigger profile externally after Veeam Backup Job Completes
Replies: 10
Views: 5122

Re: Trigger profile externally after Veeam Backup Job Completes

Everything is possible, but the difficulty varies. There is no easy answer. I have to investigate.
by tobias
Wed Jun 08, 2022 6:44 am
Forum: General Topics, Announcements and FAQs
Topic: Syncovery Web. TLS 1.3 certificate
Replies: 1
Views: 2598

Re: Syncovery Web. TLS 1.3 certificate

Yes, eventually it will surely be updated.
by tobias
Wed Jun 08, 2022 6:43 am
Forum: Mac Topics
Topic: Can't Stop Profile
Replies: 1
Views: 8126

Re: Can't Stop Profile

Hello, the profile is probably running in the BackgroundScheduler process, or in a separate SyncoveryCL or SyncoverySRV process. So you'd have to kill those. In general, when a profile hangs, please right-click and choose "Diagnose Activity". Please update Syncovery to the latest version. Sometimes ...
by tobias
Tue Jun 07, 2022 8:39 am
Forum: General Topics, Announcements and FAQs
Topic: Trigger profile externally after Veeam Backup Job Completes
Replies: 10
Views: 5122

Re: Trigger profile externally after Veeam Backup Job Completes

Hello,
thanks for your post!

So Veeam is running on a Windows machine, and when done you would like to start a Syncovery job on QNAP?
by tobias
Tue Jun 07, 2022 6:46 am
Forum: Syncovery für Windows
Topic: Symlinks erstellen mit Syncovery
Replies: 16
Views: 6902

Re: Symlinks erstellen mit Syncovery

Hier ein Script, um die Zeichenfolge Aqua mit Pool zu ersetzen: function OnReplaceFilenameLeftToRight(const FileName: UnicodeString; const isFolder: Boolean):UnicodeString; begin Result:=StringReplace(FileName,'Aqua','Pool',false); end; Für die Auswahl bestimmter Namen kann man die Ordnermasken verw...