Search found 1682 matches

by tobias
Fri Jun 17, 2022 8:41 am
Forum: Windows Topics
Topic: Extensions keeps getting added
Replies: 5
Views: 3150

Re: Extensions keeps getting added

Hello,
it must be related to document conversion, because that adds the extension.

Please send a log file where this happened to support@syncovery.com so I can check your settings, Syncovery version etc.
by tobias
Tue Jun 14, 2022 12:20 pm
Forum: Windows Topics
Topic: Workgroup permissions problem
Replies: 1
Views: 3011

Re: Workgroup permissions problem

Hello, please do not use "Run As User". That's only useful for local files, not for network connections. The most important thing is that you need to log on as a person with the same local admin account that Syncovery will be using, and test the connection in Windows Explorer. You can also enter net...
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: 2740

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: 3709

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: 5178

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: 5178

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: 5178

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: 5178

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: 2635

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: 8733

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 ...