Package Details: duplicati-canary-bin 2.2.0.103-1

Git Clone URL: https://aur.archlinux.org/duplicati-canary-bin.git (read-only, click to copy)
Package Base: duplicati-canary-bin
Description: A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers
Upstream URL: http://duplicati.com
Licenses: MIT
Conflicts: duplicati, duplicati-latest
Provides: duplicati
Replaces: duplicati-latest
Submitter: valandil
Maintainer: valandil
Last Packager: valandil
Votes: 62
Popularity: 0.013061
First Submitted: 2022-12-12 02:40 (UTC)
Last Updated: 2026-01-10 03:27 (UTC)

Latest Comments

1 2 3 4 5 6 .. 26 Next › Last »

valandil commented on 2025-10-06 00:24 (UTC) (edited on 2025-10-06 00:25 (UTC) by valandil)

Hmm, weird. What are you trying to start?

It's unlikely to be a packaging issue, since I simply repackage the release zip, but please share the binary. Maybe reach out on the Duplicati forums as well.

tomacrisan commented on 2025-10-05 15:16 (UTC) (edited on 2025-10-05 19:34 (UTC) by tomacrisan)

Anyone have any ideas why I am receiving this warning:

Could not load file or assembly 'Duplicati.Library.Interface, Version=2.1.1.104, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified. 

I've tried solving this to no avail and have reverted to 2.1.1.103-1.

valandil commented on 2025-08-05 00:38 (UTC)

@Raansu, yeah, that makes sense. I'll make a note to do that when the next canary build is released. Feel free to PR in the meantime :)

Raansu commented on 2025-08-04 07:10 (UTC)

@valandil Can both 'duplicati-canary-bin' and 'duplicati-bin' be updated to mimic how https://github.com/duplicati/duplicati/tree/master/ReleaseBuilder/Resources/debian/systemd is done?

The systemd service from official source uses the variable "$DAEMON_OPTS" to allow one to insert what sort of flags they want to enable at service start inside of the environment file. There the default of "--webservice-port=8200" can be added if you want.

tee commented on 2025-08-03 02:19 (UTC)

:: Processing package changes...
(1/1) installing duplicati-canary-bin                                                    [###################################################] 100%
chown: invalid user: ‘duplicati:duplicati’

valandil commented on 2024-09-28 00:45 (UTC)

I'm not sure how to implement that. I wouldn't want to do a static password in the git repo. I'd prefer disabling the encryption by default rather than doing a static password.

Raansu commented on 2024-09-27 08:49 (UTC)

Is there a reason why you couldn't add "SETTINGS_ENCRYPTION_KEY=<your_password_here>" to the '/etc/default/duplicati' file?

valandil commented on 2024-09-19 01:07 (UTC)

I think this should be reported upstream to Duplicati. I am not seeing this error, so presumably the dependencies are correct... Could you post the link to the issue here so I can follow along?

Thanks!

Groentebroer commented on 2024-09-18 10:55 (UTC) (edited on 2024-09-30 11:41 (UTC) by Groentebroer)

Hi @valandil, thanks for the update!

I updated to 2.0.9.107-1. I was able to configure the encryption key, etc. But I keep getting this .NET error when starting the application. No matter which commandline options I give. Is this something to do with the package, or should this be raised with Duplicati itself?

Unhandled exception. Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at Duplicati.GUI.TrayIcon.HostedInstanceKeeper.<>c__DisplayClass5_0.<.ctor>b__0(Object dummy_arg) Aborted (core dumped)

Asked about in the Forum: https://forum.duplicati.com/t/linux-duplicati-does-not-start-unhandled-exception-2-0-9-107-canary-2024-09-11/19054

tomacrisan commented on 2024-09-07 16:03 (UTC) (edited on 2024-09-07 16:04 (UTC) by tomacrisan)

Ever since 2.0.9.102, I reverted to 2.0.9.101 decided to sit this out for awhile until the dust settles. Checked in to see how things were going and after reading @valandil's comment and some of the duplicati forum discussions on 2.0.9.106, I think I'm going to wait it out for a few more versions. Thanks for the update information.