Search found 27 matches

by Wombat
Fri Mar 13, 2026 8:23 am
Forum: General Topics, Announcements and FAQs
Topic: How to clean up old backup files
Replies: 0
Views: 3526

How to clean up old backup files

Hello, there is a bewildering number of options for Syncovery. I'm looking for a way to delete the backup file and all versions on the target side once the source file has been gone for 60 days. Which options do I need to choose to make this happen? Thank you.
by Wombat
Sat Feb 14, 2026 7:58 am
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Directories beginning with @
Replies: 2
Views: 5425

Re: Directories beginning with @

I was looking to back up Syncovery.cfg so in the event of losing it I would not lose all of the jobs I have created.

I am able to do this by having a second job that has /volume1/@appdata as the left hand side, but the main job that has /volume1 cannot see @appdata.

If there is a better way to ...
by Wombat
Fri Feb 13, 2026 5:45 pm
Forum: Syncovery on Linux, FreeBSD and NAS Devices
Topic: Directories beginning with @
Replies: 2
Views: 5425

Directories beginning with @

Not sure this is Synology-specific, but Synology seems to be one thing that likes to name directories with @ at the start of the name. This means Syncovery doesn't seem to see them. In Main Settings -> Choose Subfolders they don't appear. Is there anything I can do to make them appear? Thanks.
by Wombat
Mon Jan 19, 2026 2:43 pm
Forum: General Topics, Announcements and FAQs
Topic: Asustor upgrade wipes authorized_cmdlines_syncovery
Replies: 1
Views: 13869

Asustor upgrade wipes authorized_cmdlines_syncovery

Hello, for the second time I have had /volume1/.@plugins/AppCentral/Syncovery/DATA/bin/authorized_cmdlines_syncovery wiped by an upgrade of Syncovery on Asustor. This time I saved it first and put it back afterwards. Could this file please be preserved across upgrades? Failing that, an option to ...
by Wombat
Mon Dec 15, 2025 1:16 pm
Forum: General Topics, Announcements and FAQs
Topic: Feature request for an option to always run external scripts
Replies: 0
Views: 12941

Feature request for an option to always run external scripts

I upgraded to the latest Syncovery and discovered that the upgrade process seems to lose the file in which all authorised external commands have to be defined.As a result my backups didn't work properly. So I hunted down everything that gets called over both of my Syncovery instances and added them ...
by Wombat
Sun Dec 14, 2025 3:07 pm
Forum: General Topics, Announcements and FAQs
Topic: Detect a scheduled run vs manually started
Replies: 3
Views: 8759

Re: Detect a scheduled run vs manually started

The OnCanRunProfile hook looked useful. I thought about doing my actions in there since it seems to be called when the scheduler is about to run a profile, but it seems to only be available on the Windows version of Syncovery.
by Wombat
Sun Nov 23, 2025 5:14 pm
Forum: General Topics, Announcements and FAQs
Topic: Detect a scheduled run vs manually started
Replies: 3
Views: 8759

Re: Detect a scheduled run vs manually started

No replies so I guess it can't be done. I worked around it by checking the time before invoking a script. This is basically so I can test the backup job by hand without it performing a bunch of time consuming actions every time I do it.
by Wombat
Tue Nov 04, 2025 2:03 pm
Forum: General Topics, Announcements and FAQs
Topic: Detect a scheduled run vs manually started
Replies: 3
Views: 8759

Detect a scheduled run vs manually started

Any way to do this in Pascalscript? Thanks.
by Wombat
Sat Sep 27, 2025 4:12 pm
Forum: General Topics, Announcements and FAQs
Topic: Pascalscript execute fails
Replies: 0
Views: 15356

Pascalscript execute fails

I'm trying to call a script from Pascalscript using this function.

function OnProfileStart:Boolean;
begin
Execute('/volume1/scripts/zabbix-db-backup.sh', 60);
Result:=true;
end;

This is on an Asustor NAS. Syncovery is running as root. The script has 755 permissions and runs fine when called ...
by Wombat
Mon Aug 11, 2025 12:04 pm
Forum: General Topics, Announcements and FAQs
Topic: Deletions disabled
Replies: 9
Views: 11013

Re: Deletions disabled

One thing I have observed. If the source directory is not empty then Syncovery seems to behave correctly and consistently. This odd behavour seems to happen when the source directory is empty.