Search found 1973 matches

by tobias
Fri Apr 25, 2025 2:40 pm
Forum: General Topics, Announcements and FAQs
Topic: Improving documentation and GUI
Replies: 2
Views: 7164

Re: Improving documentation and GUI

Syncovery 11 has our new GUI and it is fantastic. The next steps are releasing this upgrade for macOS and Linux. After that, there can be smaller functionality improvements in the GUI. But it will remain a tool designed to simply perform and fulfill technical requirements as requested by our ...
by tobias
Tue Apr 15, 2025 6:50 am
Forum: Windows Topics
Topic: Download v11.2.*?
Replies: 2
Views: 15065

Re: Download v11.2.*?

Hello,
if you used Help->Check for Update, you will find the versioned Setup programs in your Downloads folder.

You can download previous builds from our web site using the build number, for example:

https://www.syncovery.com/release/Syncovery64Setup11045.exe
for version 11.2.3

But I don't think ...
by tobias
Mon Apr 14, 2025 11:47 am
Forum: Cloud Storage Related Topics
Topic: Problems with SharePoint to Box Data Migration
Replies: 2
Views: 36106

Re: Problems with SharePoint to Box Data Migration

Hello,
there was a bug in versions 11.2.3 and 11.2.4 (approximately), which caused bogus (near infinite) delays before downloads.

This has been fixed in version 11.2.5 (the current version is 11.3.0).
by tobias
Fri Apr 11, 2025 7:36 am
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: File selection while sync by web browser
Replies: 1
Views: 31764

Re: File selection while sync by web browser

Currently the only way is to type the filename into the "Inclusion Masks" field.

You can type the name alone, or include a sub-path starting from the profile's base path.

For example:

Invoice-2025-04-05.docx
or
/Invoices/2025/Invoice-2025-04-05.docx

To avoid creating empty folders due to the ...
by tobias
Tue Apr 08, 2025 1:43 pm
Forum: Windows Topics
Topic: Unable to restore zipped backup
Replies: 4
Views: 8522

Re: Unable to restore zipped backup

Hello,
it is correct that zip files cannot be unpacked and uploaded via SFTP in a single go.

The same applies to Synthetic Backup files.

Therefore, please use a local temporary folder as restore destination (change the left side in the restore profile).

Then, use a second profile to upload the ...
by tobias
Tue Apr 08, 2025 12:33 pm
Forum: Windows Topics
Topic: Unable to restore zipped backup
Replies: 4
Views: 8522

Re: Unable to restore zipped backup

Can you send log files to support@syncovery.com? It would enable me to see all relevant settings and have more context.
by tobias
Fri Apr 04, 2025 9:33 am
Forum: Cloud Storage Related Topics
Topic: Copying Zip files to OneDrive
Replies: 2
Views: 8188

Re: Copying Zip files to OneDrive

Hello,
please also remove the checkmark "Decrypt Files Copied Right to Left" under "Encryption" in the profile.

In addition, please go to the tab sheet Versioning->More and choose "Do Not Decode Right-Hand Filenames" in addition to the checkmark "Do Not Decode Left-Hand Filenames" that is most ...
by tobias
Wed Apr 02, 2025 10:20 am
Forum: Syncovery für Linux, FreeBSD und NAS-Geräte
Topic: Error: [] Service not runing
Replies: 9
Views: 141102

Re: Error: [] Service not runing

Guten Tag,
in Syncovery 10.17.2 für Linux (und QNAP) wurde noch ein Bug gefixt, der die Stabilität beeinträchtigt hat.
by tobias
Fri Mar 28, 2025 8:24 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Check if NFS mount is mounted before running job
Replies: 4
Views: 11746

Re: Check if NFS mount is mounted before running job

Hello,
yes, you can use this script:

Code: Select all

function OnProfileStart:Boolean;
begin
  Result:=FileExists('/mnt/volxyz/signalfile.txt');
  end;
by tobias
Fri Mar 28, 2025 1:22 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Check if NFS mount is mounted before running job
Replies: 4
Views: 11746

Re: Check if NFS mount is mounted before running job

Hello,
the easiest solution is the checkmark
"Run Only If Neither Side Is Empty"

on the "Job" tab sheet in the profile.