Search found 6 matches

by Nikolai
Thu Mar 28, 2024 2:51 pm
Forum: General Topics, Announcements and FAQs
Topic: Feature suggestion: Referencing Pascal Script in the File System
Replies: 4
Views: 15055

Feature suggestion: Referencing Pascal Script in the File System

Hello,

I'm aware that in the profile's Advanced Settings -> Job -> PascalScript section, you can input PascalScript source code.

I have numerous profiles (several dozen) all containing the same PascalScript source code.

The issue arises when even minor changes are needed in the source code, it ...
by Nikolai
Wed Mar 13, 2024 12:52 pm
Forum: Windows Topics
Topic: Does Syncovery not sync directory symbolic links?
Replies: 3
Views: 6062

Re: Does Syncovery not sync directory symbolic links?

Thank you, it works after I checked the setting 'Follow Symbolic Links to Folders' under Masks & Filter -> General Filters.

Initially, I was hoping to find this feature in Advanced Settings -> Folders.
by Nikolai
Wed Mar 13, 2024 7:48 am
Forum: Windows Topics
Topic: Does Syncovery not sync directory symbolic links?
Replies: 3
Views: 6062

Does Syncovery not sync directory symbolic links?

Hello,

I've created a directory symbolic link using the following command:
> mklink /D c:\backup\projects c:\projects

Now I want to sync all the content in the c:\backup directory to my SFTP server.
So I've placed c:\backup on the Left-Hand Side of my Syncovery profile .

However, when I run the ...
by Nikolai
Fri Feb 16, 2024 10:00 am
Forum: General Topics, Announcements and FAQs
Topic: Reference the same Internet Protocol settings across multiple profiles?
Replies: 1
Views: 7925

Reference the same Internet Protocol settings across multiple profiles?

Hello,

Each time I create a new profile to copy files to my SFTP server, I find myself repeatedly entering the same Internet Protocol settings, including User ID, Password, URL, and Port Number. This process is quite tedious.

My question is: Is it possible to save the server connection settings ...
by Nikolai
Mon Sep 18, 2023 3:14 pm
Forum: General Topics, Announcements and FAQs
Topic: PascalScript: hook for both side local syncing?
Replies: 5
Views: 11667

Re: PascalScript: hook for both side local syncing?

Thanks for the new hook.

But I have observed some strange behavior:

If the profile's
1) Sync Operation Mode is Move Files to Destination
and
2) the right side is a local folder
then OnActionComplete does not get triggered .

BUT:

1) If the Sync Operation Mode is Standard Copying
and
2) the ...
by Nikolai
Fri Apr 09, 2021 4:06 pm
Forum: General Topics, Announcements and FAQs
Topic: PascalScript: hook for both side local syncing?
Replies: 5
Views: 11667

PascalScript: hook for both side local syncing?

I wrote a PascalScript with 2 hooks: OnUploadComplete and OnDownloadComplete.
They work fine for profiles where one side is FTP or Google Drive.
But these hooks are not called if both sides are local Windows folders.

Is there any generic hook available for all sync types - local ore remote ...