Package Details: duplicati-canary-bin 2.1.0.119-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.90
First Submitted: 2022-12-12 02:40 (UTC)
Last Updated: 2025-06-02 01:27 (UTC)

Latest Comments

« First ‹ Previous 1 .. 20 21 22 23 24 25 26 Next › Last »

joolsr1 commented on 2016-11-23 17:56 (UTC)

ah - worked it out. ! Instead I ran mono Duplicati.GUI.TrayIcon.exe and this ran Duplicati and shows teh existing tasks for last week, and all info. As the systemd unit setup seems to be borked somewhere, I guess myself and @Aleksman ended up running Duplicati as root instead as once I had added a new task the sqlite db was located in /root/ instead of my users home directory. So there is still a problem sith the systemd start up. But the tasks aren't lost (thank god)

joolsr1 commented on 2016-11-21 11:09 (UTC)

After restarting service manually, I found my tasks had completely disappeared too :-(

joolsr1 commented on 2016-11-21 11:02 (UTC)

After upgrading Manjaro, today I found that my Duplicati service has gone too ;-(.

Aleksman commented on 2016-11-20 00:44 (UTC) (edited on 2016-11-20 00:46 (UTC) by Aleksman)

All tasks are disappeared after last update. Not very comfortable. Also servise was not enabled in systemd.

ninov commented on 2016-10-30 23:48 (UTC)

@neersighted any progress?

neersighted commented on 2016-10-22 02:28 (UTC)

I have just adopted this package and am working on updating it. Except it to be fully updated and working in a day or two.

mrhahaz commented on 2016-10-21 21:00 (UTC)

FYI this version has some issues with the --exclude option. Cloned your repo, changed the URL to: http://updates.duplicati.com/experimental/latest.zip in PKGBUILD, changed version number, built and installed. Things now work as expected.

gonciarz commented on 2016-05-28 12:11 (UTC)

diff --git a/PKGBUILD b/PKGBUILD index c34a2a5..470a5dd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Danny Su <contact@dannysu.com> pkgname=duplicati-latest -pkgver=2.0.1.11 +pkgver=2.0.1.17 pkgrel=1 pkgdesc='Free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers. Duplicati is open source software, written in mono and available for Windows, Linux, and Mac OS X.' arch=('i686' 'x86_64') @@ -10,13 +10,13 @@ install=duplicati.install license=('LGPL') depends=('mono' 'gtk-sharp-2') optdepends=() -source=("http://updates.duplicati.com/experimental/duplicati-2.0.1.11_experimental_2016-04-08.zip" duplicati_user.service) +source=("https://github.com/duplicati/duplicati/releases/download/v2.0.1.17-2.0.1.17_canary_2016-05-14/duplicati-2.0.1.17_canary_2016-05-14.zip" duplicati_user.service) -sha1sums=('08f409819409eb36959bfabc2beb482978e55b04' +sha1sums=('07f816d3cd81992f74071782139cf69902f97a71' 'cf23e9cdc0f72d1b52288579f169c4476aa26a0f') package() { - rm "$srcdir/duplicati-2.0.1.11_experimental_2016-04-08.zip" + rm "$srcdir/duplicati-2.0.1.17_canary_2016-05-14.zip" mkdir -p "$pkgdir/opt/duplicati-latest" cp -r . "$pkgdir/opt/duplicati-latest"

joolsr1 commented on 2015-09-09 08:02 (UTC)

Hmm, using manjaro with all latest updates as of today 9/9/15 and using Mono 4.0.3.20 Duplicati 1.3.4 runs fine, but after a two hour backup of only a few GB right near the end it throws an error and quits suddenly :- (process:7277): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed I have received consistent similar errors when using slightly earlier builds of Mono vers 4 too. I found that using Mono-emby vers 3 mono is the only way I can run stable Duplicati without issue still. Any thoughts ?

dannysu commented on 2015-09-08 01:37 (UTC)

In other news, mono package was updated to 4.0.3.20 and contains the fix I reported to mono that was causing duplicati to stop working. It is now safe to update mono to v4.