Package Details: duplicati-canary-bin 2.0.9.110-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: 61
Popularity: 1.40
First Submitted: 2022-12-12 02:40 (UTC)
Last Updated: 2024-11-13 01:49 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 26 Next › Last »

carbolymer commented on 2020-01-30 17:02 (UTC) (edited on 2020-01-30 17:07 (UTC) by carbolymer)

@sjakub typo in duplicati.install, fixed now

sjakub commented on 2020-01-30 16:53 (UTC) (edited on 2020-01-30 16:55 (UTC) by sjakub)

(1/1) installing duplicati-latest
/tmp/alpm_1lUZ1E/.INSTALL: line 2: systemd-sysuers: command not found
chown: invalid user: ‘duplicati:duplicati’

valandil commented on 2020-01-29 14:46 (UTC)

I changed the install script. New installs should work properly now.

valandil commented on 2020-01-27 16:58 (UTC)

Well, it's not really a "workaround", it's what the install script normally does. I'll fix this whever I can.

Customizer commented on 2020-01-27 16:53 (UTC)

Creating the directory with correct permissions is a workaround. Thanks!

valandil commented on 2020-01-27 14:23 (UTC)

I see the error, my bad. I messed up updating the install script. I'll update as soon as possible.

Try running this as root:

mkdir -p /var/lib/duplicati chown -R duplicati:duplicati /var/lib/duplicati

then restarting the service.

Customizer commented on 2020-01-26 21:12 (UTC)

I'm getting the following error when trying to start the service:

Jan 26 22:11:35 nova systemd[1]: Started Duplicati.
Jan 26 22:11:35 nova mono[24752]: A serious error occurred in Duplicati: System.Exception: Failed to create, open or upgrade the database.
Jan 26 22:11:35 nova mono[24752]: Error message: Access to the path '/var/lib/duplicati/.config/Duplicati' is denied.
Jan 26 22:11:35 nova mono[24752]:   at Duplicati.Server.Program.GetDatabaseConnection (System.Collections.Generic.Dictionary`2[TKey,TValue] commandlineOptions) [0x00229] in <e46664114891401e8f4656ccf8aa21a6>:0
Jan 26 22:11:35 nova mono[24752]:   at Duplicati.Server.Program.RealMain (System.String[] _args) [0x001a7] in <e46664114891401e8f4656ccf8aa21a6>:0
Jan 26 22:11:35 nova systemd[1]: duplicati.service: Main process exited, code=exited, status=100/n/a
Jan 26 22:11:35 nova systemd[1]: duplicati.service: Failed with result 'exit-code'.

The path does not exist on my Manjaro system and it's the first time I'm installing this package. Any ideas?

valandil commented on 2020-01-18 19:56 (UTC)

The post_install hook should be fixed. I've also updated to the latest canary version.

valandil commented on 2020-01-16 12:49 (UTC)

Thanks for the report, I'll try to fix the post install scripts soon.

samip537 commented on 2020-01-13 10:47 (UTC)

It seems like this is failing on Arch.

==> Finished making: duplicati-latest 2.0.4.38-1 (Mon 13 Jan 2020 11:41:28 AM CE                                                                                                                                                             T)
==> Cleaning up...
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (1) duplicati-latest-2.0.4.38-1

Total Installed Size:  46.66 MiB

:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring                     [######################] 100%
(1/1) checking package integrity                   [######################] 100%
(1/1) loading package files                        [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
(1/1) checking available disk space                [######################] 100%
:: Processing package changes...
(1/1) installing duplicati-latest                  [######################] 100%
error: 1 argument(s) specified

Usage: vercmp <ver1> <ver2>
/tmp/alpm_IJaMdA/.INSTALL: line 10: [: -lt: unary operator expected
  * UI can be accessed via following URL: http://localhost:8200
  * Running duplicati user instance (using current user account)
    - to reload user systemd modules:        systemctl --user daemon-reload
    - to start duplicati manually:           systemctl --user start duplicati
    - to autostart duplicati on user login:  systemctl --user enable duplicati
Optional dependencies for duplicati-latest
    notify-sharp: for tray notifications
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
(2/3) Reloading system manager configuration...
(3/3) Arming ConditionNeedsUpdate...