Duplicati
Author: h | 2025-04-24
Descargar Duplicati 1.3.4.0.0 para Windows. Descargas r pidas del mejor software gratuito. Duplicati download; Pobierz Duplicati; Scaricare Duplicati; Duplicati para Windows
Upgrading Duplicati - How-To - Duplicati
说明:应某童鞋要求,看了下Duplicati,Duplicati是一个备份客户端,可以在本地存储,云存储服务和远程文件服务器上。备份的时候使用AES-256加密来保护您的备份,并自动压缩,支持Zip、7z、LZMA2压缩。而且当你备份一次后,后期只将你变化的数据添加到备份文件里,极大程度上节省了时间和空间。如果备份中途出现中断或损坏会尽可能帮你修复文件,自带Web界面,更好的进行管理,支持Win、Linux、Mac平台,更多介绍可以查看→传送门,这里就只说Linux下安装方法。支持的远程服务器/云储存服务:FTPFTPOpenStack Object Storage / SwiftS3 CompatibleSFTP (SSH)WebDAVAmazon Cloud DriveAmazon S3Azure blobB2 Cloud StorageBox.comDropboxGoogle Cloud StorageGoogle DriveHubiCJottacloudMega.nzMicrosoft Office 365 GroupsMicrosoft OneDriveMicrosoft OneDrive for BusinessMicrosoft SharePointOpenStack Simple StorageRackspace CloudFilesRcloneSia Decentralized Cloud截图安装官方网站: 7系统#安装依赖yum install yum-utils -yrpm --import " --add-repo install mono-devel -y#安装Duplicatirpm -ivh --nodeps --force#CentOS 6系统#安装依赖yum install yum-utils -yrpm --import " --add-repo install mono-devel -y#安装Duplicatirpm -ivh --nodeps --force#Debian 7+、Ubuntu 14+系统#安装Monoapt-get updateapt-get install mono-devel -y#安装Duplicatiwget -i duplicati*.deb#如果安装报错,使用该命令修复一下就自动安装成功了apt-get -f install -y2、启动#无需密码访问/usr/bin/mono /usr/lib/duplicati/Duplicati.Server.exe --webservice-interface=any#访问需输入密码moerats,可自定义其它密码,修改最后面参数即可/usr/bin/mono /usr/lib/duplicati/Duplicati.Server.exe --webservice-interface=any --webservice-password=moerats然后就可以通过IP:8200访问程序了,对于CentOS系统,还需要开启8200端口,开启如下:#CentOS 6iptables -I INPUT -p tcp --dport 8200 -j ACCEPTservice iptables saveservice iptables restart#CentOS 7firewall-cmd --zone=public --add-port=8200/tcp --permanentfirewall-cmd --reload开机自启最后我们还可以设置下进程守护和开机自启来提高使用效率。这里保证所有系统都能设置到,就说2种方法,Systemctl和Supervisor。貌似CentOS 6、Debian 7、Ubuntu 14不支持Systemctl,建议使用Supervisor。1、使用Systemctl新增systemd配置文件,使用命令:#以下为一整条命令,先自定义ExecStart后面的密码moerats,再一起复制到SSH运行echo "[Unit]Description=Duplicati Process Guardian[Service]ExecStart=/usr/bin/mono /usr/lib/duplicati/Duplicati.Server.exe --webservice-interface=any --webservice-password=moeratsRestart=on-failureRestartSec=15[Install]WantedBy=multi-user.target" > /etc/systemd/system/duplicati.service设置开机自启:systemctl enable duplicati启动Duplicati:systemctl start duplicati2、使用Supervisor为了方便,这里采用pip方式安装supervisor。安装pip:#CentOS 6.x 32位rpm -ivh install -y python-pip#CentOS 6.x 64位rpm -ivh install -y python-pip#CentOS 7.xyum install -y epel-releaseyum install -y python-pip#如果CentOS 7安装出现No package python-pip available,可以用以下命令进行安装wget get-pip.py#Debian/Ubuntu系统apt-get -y updateapt-get -y install python-pip安装Supervisor:pip install supervisorwget -N -P /etc/ --no-check-certificate "[program:duplicati]user=rootcommand=/usr/bin/mono /usr/lib/duplicati/Duplicati.Server.exe --webservice-interface=any --webservice-password=moeratsautorstart=trueautorestart=truestartsecs=15" >> /etc/supervisord.conf加入开机自启:echo "/usr/bin/supervisord -c /etc/supervisord.conf" >> /etc/rc.localchmod +x /etc/rc.local注意下该设置开机自启的方法对CentOS 7、Debian 9、Ubuntu 17+系统可能会没有作用,为啥就不说了,直接选Systemctl方案就行了。 I get this popup and can’t get to my files.I tried the newest duplicati 2 version but it doesn’t recognize my old backup at all.I’m looking for a couple of files that i need restored but looking through all those over 90 thousands of files one at a time will take forever. kenkendk March 10, 2024, 11:07am 2 Hi @aLPha_tONic !The 1.3.x line has not been maintained for many years. Version 2.x uses a different backup format, so you cannot “upgrade” your backup.I strongly reccomend not using 1.3.x anymore, as there are not many people who can help with it.The error message mentions a transaction file and the error message indicates that the list operation fails with invalid Xml.I don’t remember the details of the operation, but it looks like one of the description files are damaged. Can you restore from an older backup? Do you have the file mentioned: duplicati-delete.transaction anywhere? Thanks for the reply @kenkendk.I know that it’s not maintained anymore and i will switch to another backup solution soon but i need files from an old backup.The duplicati-delete.transaction file is in the folder with the backup files but it is empty and 0KB in size and i don’t have another backup in duplicati’s format. kenkendk March 11, 2024, 10:25am 4 In that case, I would suggest trying to delete the file. It can happen that the code attempts to load an empty file, and that would give an error like the one you see. It kinda works but duplicati froze after a few minutes while loading the file list.EDIT:I let it run and it crashed after a while in it’s frozen state. kenkendk March 11, 2024, 11:27am 7 Usually, there would be an error message in the Windows event log when it crashes. If you can findReliability of Duplicati 2.0 - Duplicati
Thing if it arrives at the wrong time.You can either see if it does that when things are settled (no backup running) or see if you can get names from About → Show log → Live → Warning. I think it will talk about “Extra unknown file” and name names which can then be looked up to see, for example if they are recently uploaded files from a running backup.“recorded in local storage” refers to the local database storage, and any message about missing or extra remote files refers to destination files relative to the database record. They aren’t source or restore-target. Coises September 13, 2021, 9:30pm 6 Elaborating on ts678’s comment that Duplicati is not a file sync program:My experience thus far suggests that Duplicati is great for these scenarios:I run regular backups that retain previous versions. Some files or folders got deleted or messed up, and I want to restore them (on the same machine) from a previous version (or the last backup, if the files were still OK then).I have to replace my computer or its mass storage, or wipe it and start over, and I want to install Duplicati, set up my old backup jobs, then restore everything from those jobs. It’s going to take some time, but that’s OK… I want it all back.Duplicati is nearly useless for these situations:I can’t get to my computer (whether it failed, was stolen, or I’m stranded somewhere else); I can use a computer temporarily (like a friend’s computer or a hotel computer), and I really need to get access quickly to a few critical files I backed up.I back up some folders on one of my computers regularly, and I frequently want to update corresponding folders on a different computer to match the latest backup from the first computer.The thing is that Duplicati is very dependent on the “local database” for each backup configuration. It can’t do much without it, and it takes a long time to create it from scratch. Even using the “Direct restore” option it has to build a partial database, and in my trials. Descargar Duplicati 1.3.4.0.0 para Windows. Descargas r pidas del mejor software gratuito. Duplicati download; Pobierz Duplicati; Scaricare Duplicati; Duplicati para Windowsduplicati/duplicati:2.0.6.3_beta_ - Docker Hub
I have all my backup configurations exported and stored in an encrypted archive which I save in my OneDrive and Dropbox folders. If my main PC dies I can easily grab the file and without too much trouble restore data on a different PC.I do fear that some people don’t keep careful track of their backup configurations and will have difficulty in this scenario. There are many pros and cons to having a client side backup program the works with “dumb” storage locations, and this aspect could definitely be a con if one is not prepared. ts678 September 14, 2021, 9:55pm 9 I was looking more at #3 description than the “nearly useless” category heading. It’s probably better than that, provided you can install Duplicati (would a hotel computer allow it?), prepared at least essential info (export of config is best), and can wait for however long Recreate takes (once per bunch of critical files).I think a can’t-install scenario would be challenging to any installed solution. An online service works best.Duplicati being able to run without usual install (unzip it into the folder you like) will allow a portable install.This is very subjective. I’d rate Duplicati better than “nearly useless” but not great on “get access quickly” depending on how slow the Recreate is (one can help it by keeping versions few and backup size small). Coises September 15, 2021, 8:07pm 10 That is more or less what I meant. I understand, and accept, that Duplicati isn’t meant to be able to get to your files quickly in an emergency. I didn’t grasp that at first, though.I knew Duplicati can’t run in a web browser, but at least it can run on Windows, Mac OSX and Linux, so I figured if I could get to any “real” computer that isn’t totally locked down, I could probably get my files. What I missed was that it won’t be like restoring an old version of a file on the original system. It can easily take an hour or more — some people report days — just to rebuild the database, and that’s A prerequisite for doing anything else. If I’m stranded away from home, my wallet and phone have been stolen, and I really need to get to that file with my important phone numbers in it… a Duplicati backup is not going to provide a very practical way to get it.So now I know — and I’m still looking for a good solution for emergency/crisis access to data that is end-to-end encrypted — but until you’ve tried to recreate a Duplicati database, you might not see it coming. (Just as I think the original poster in this thread might have expected to routinely restore Duplicati backups on a different machine than the one on which they’re being made… it’s not obvious at first that Duplicati isn’t a good tool for that.)I do know of two solutions (to my problem, not the original poster’s), each with its own limitations. Tresorit, assuming it works as described, can do web access without compromising end-to-end encryption. However, it has no point-in-time restore for folders — only files. That means if ransomware knocks out a folder with two thousand files in it, and Tresorit syncs them before I catch it, I’d have to select a previous version of each of those two thousand files one by one, manually. That, to me, rules out Tresorit as a backup solution. For my budget, it’s too expensive to be only a sync solution and not also a backup solution. Also, it’s closed source, which is always a bit suspect when it comes to encryption.KeeWeb is accessible from a web page, but it only handles KeePass files, and the back ends are limited. (Apparently there’s no way for a web page to access an SFTP server directly, which really… sucks.) I use it with some spare space on my shared web hosting account accessed via WebDAV (long story… only way I could find to make it work was by installing NextCloud and using its WebDAV… feels like swatting a fly with a sledgehammer) as my password manager, but obviously it’s not a backup system. I’ll only be able to retrieveDuplicati 1.3.4 and tls - Support - Duplicati
Il est toujours utile de prendre de bonnes résolutions, comme celle de mieux s'organiser et d'optimiser son temps. Pour cela, avoir tous ses fichiers importants synchronisés et facilement accessibles, où que l'on soit, est essentiel. C'est là que les logiciels de synchronisation de fichiers entrent en jeu. Ces petits utilitaires pratiques permettent de garder une copie à jour de ses documents sur différents appareils, voire de les partager avec d'autres utilisateurs. Fini le casse-tête des versions différentes d'un même fichier sur son PC, son smartphone et sa tablette !Le choix de la rédacResilio Sync (ex BitTorrent Sync)Pas de cloud : plus rapide, plus sécurisé pour le transfert de fichiersInterface simple et aisée à appréhenderUne version gratuite déjà très complèteLe plus efficaceSyncThingConnexion peer-to-peerChiffrement des donnéesArchivage des fichiersLe plus fiableDuplicatiBonnes performancesChiffrement AES-256Interface intuitive1. Resilio Sync : la synchronisation en toute sérénité2. Duplicati : la sauvegarde chiffrée à portée de tous3. SyncThing : la synchronisation à l'épreuve des hackers4. GoodSync : l'automatisation au service de la synchronisation5. Spacedrive : la nouvelle référence du stockage décentralisé ?6. Google Drive : le couteau suisse de la synchronisation1. Resilio Sync : la synchronisation en toute sérénitéResilio Sync est sans conteste l'un des logiciels de synchronisation les plus sûrs du marché. Basé sur une architecture en P2P, il permet à vos appareils d'échanger directement des fichiers, sans passer par un serveur central potentiellement vulnérable. Vos données sont ainsi chiffrées de bout en bout avec l'algorithme AES-128 et ne peuvent être déchiffrées que par vous.Autre avantage de taille, Resilio Sync ne vous impose aucune limite de taille pour les fichiers transférés. Vous pouvez ainsi synchroniser des vidéos en 4K ou des archives volumineuses sans vous soucier de l'espace de stockage. Le logiciel est disponible sur la plupart des plateformes, de Windows à iOS en passant par Linux et Android. Cerise sur le gâteau, l'interface est épurée et très simple à prendre en main.Contrairement à beaucoup d’autres services du même genre qui passent par le cloud, Resilio Sync passe (au même titre que SyncThing) par une synchronisation employant le peer-to-peer. © Clubic2. Duplicati : la sauvegarde chiffrée à portée de tousVous cherchez une solution pour sauvegarder vos fichiers en toute sécurité dans le cloud ? Ne cherchez plus, Duplicati est fait pour vous ! Ce logiciel open-source et gratuit se charge de chiffrer vos précieuses données avec l'algorithme AES-256 avant de les envoyer sur le service de stockage de votre choix, qu'il s'agisse de Google Drive, Amazon S3 ou Mega.Non content de sécuriser vos sauvegardes, Duplicati les compresse également pour vous faire gagner de l'espace disque. Vous pouvez accéder à l'interface du logiciel depuis n'importe quel navigateur web et ainsi piloter vos sauvegardes à distance. Duplicati est disponible pour Windows, macOS et la plupart des distributions Linux. Seul petit bémol, son interface un peu spartiate qui demandera un petit temps d'adaptation.Pour tirer parti de l’outil au maximum en fonction de vos besoins, le processus de synchronisation est personnalisable à l’aide de filtres, ainsi que d’un système d’automatisation. © ClubicBonnesIs Duplicati kind of abandoned? - Releases - Duplicati
Di Urbantiwlight StudiosVersione di prova4Icona di scudo di sicurezzaSafe DownloaderSafe Downloader scarica la app velocemente e in totale sicurezza tramite il server ad alta velocità di FileHippo, per garantire affidabilità e sicurezza.Oltre ad effettuare scansioni antivirus, i nostri editori manualmente controllano ogni download per te.II vantaggi del Safe DownloaderLa protezione Malware ti informa se il tuo download ha installato software aggiuntivi e non desiderati.Scopri nuovi software: testa i nuovi programmi che sono presenti nell’ downloader.Con noi hai la possibilità di scegliere se accettare o meno l’installazione di software aggiuntivi.Recensione dell'editor · 13 febbraio 2025Strumento efficiente per la rimozione di file duplicati per WindowsDupeRAZOR è un'utilità specializzata progettata per identificare ed eliminare file duplicati dal tuo PC Windows o dalla rete. Utilizza algoritmi di scansione avanzati per garantire precisione ed efficienza, consentendo agli utenti di recuperare spazio di archiviazione prezioso. Il programma offre un'interfaccia user-friendly che semplifica il processo di individuazione dei duplicati, rendendolo accessibile anche a chi ha una minima esperienza tecnica. Le caratteristiche principali includono opzioni di scansione personalizzabili, la possibilità di visualizzare i file prima della cancellazione e supporto per vari tipi di file, garantendo una pulizia completa del sistema.Oltre alla sua funzione principale, DupeRAZOR si integra perfettamente con i sistemi di gestione dei file esistenti, migliorando l'esperienza complessiva dell'utente. Supporta sia unità locali che di rete, fornendo flessibilità per gli utenti con più posizioni di archiviazione. La versione di prova consente agli utenti di testare le sue capacità prima di impegnarsi in un acquisto, rendendola una scelta. Descargar Duplicati 1.3.4.0.0 para Windows. Descargas r pidas del mejor software gratuito. Duplicati download; Pobierz Duplicati; Scaricare Duplicati; Duplicati para WindowsIntroducing Duplicati, Inc. - Announcements - Duplicati
Detailed descriptionsRunning a self-hosted OAuth ServerThis page describes how to set up and run a self-hosted OAuth ServerIf you are using one of the backends that requires login via OAuth (Google, Dropbox, OneDrive, etc) you will need to obtain a "clientId" and a "clientSecret". These are given by the service providers when you are logged in, and are usually free.If you prefer to avoid the hassle of setting this up, you can opt to use the Duplicati provided OAuth server, where Duplicati's team will handle the configuration. This OAuth server is the default way to authenticate. If you prefer to be more in control of the full infrastructure, you can use this guide to set up and use your own self-hosted OAuth Server.For example, this guide will show how to set up an OAuth server for internal use in an organization, granting Duplicati instances full access to the Google Drive files.If you need to set up another provider than Google, see the configuration defaults that has links to the pages where the Client ID and Client secret can be found for other services.Getting access to Google Cloud ServicesThe first step is to sign up for Google Cloud Services if you are not already a customer. Once you are signed up, you can create a new project as shown here:Once you have create a project where the OAuth settings can live in, you need to enable the "Google Drive API". Go to the top-left menu, choose "API & Services" and then "Enabled APIs & Services". From here search for "Google Drive API", click it and enable:Before you can get the values you need to configure the consent screen that is shown when users log in with your OAuth Service. You can choose "Internal" here, unless you need to provide access to people outside your organization. Choosing "External" also requires a Google review. On the consent screen, you only need to fill in the required fields, the app name and some contact information:The last step in the consent is choosing the scopes (meaning the permissions) it is possible to grant with this setup. In this example we choose the auth/drive scope, granting full access to all files in the users Drive. For regular uses, it is safest to use auth/drive.file which will only grant Duplicati access to files created by Duplicati. However, in some cases Google Drive will drop your permissions andComments
说明:应某童鞋要求,看了下Duplicati,Duplicati是一个备份客户端,可以在本地存储,云存储服务和远程文件服务器上。备份的时候使用AES-256加密来保护您的备份,并自动压缩,支持Zip、7z、LZMA2压缩。而且当你备份一次后,后期只将你变化的数据添加到备份文件里,极大程度上节省了时间和空间。如果备份中途出现中断或损坏会尽可能帮你修复文件,自带Web界面,更好的进行管理,支持Win、Linux、Mac平台,更多介绍可以查看→传送门,这里就只说Linux下安装方法。支持的远程服务器/云储存服务:FTPFTPOpenStack Object Storage / SwiftS3 CompatibleSFTP (SSH)WebDAVAmazon Cloud DriveAmazon S3Azure blobB2 Cloud StorageBox.comDropboxGoogle Cloud StorageGoogle DriveHubiCJottacloudMega.nzMicrosoft Office 365 GroupsMicrosoft OneDriveMicrosoft OneDrive for BusinessMicrosoft SharePointOpenStack Simple StorageRackspace CloudFilesRcloneSia Decentralized Cloud截图安装官方网站: 7系统#安装依赖yum install yum-utils -yrpm --import " --add-repo install mono-devel -y#安装Duplicatirpm -ivh --nodeps --force#CentOS 6系统#安装依赖yum install yum-utils -yrpm --import " --add-repo install mono-devel -y#安装Duplicatirpm -ivh --nodeps --force#Debian 7+、Ubuntu 14+系统#安装Monoapt-get updateapt-get install mono-devel -y#安装Duplicatiwget -i duplicati*.deb#如果安装报错,使用该命令修复一下就自动安装成功了apt-get -f install -y2、启动#无需密码访问/usr/bin/mono /usr/lib/duplicati/Duplicati.Server.exe --webservice-interface=any#访问需输入密码moerats,可自定义其它密码,修改最后面参数即可/usr/bin/mono /usr/lib/duplicati/Duplicati.Server.exe --webservice-interface=any --webservice-password=moerats然后就可以通过IP:8200访问程序了,对于CentOS系统,还需要开启8200端口,开启如下:#CentOS 6iptables -I INPUT -p tcp --dport 8200 -j ACCEPTservice iptables saveservice iptables restart#CentOS 7firewall-cmd --zone=public --add-port=8200/tcp --permanentfirewall-cmd --reload开机自启最后我们还可以设置下进程守护和开机自启来提高使用效率。这里保证所有系统都能设置到,就说2种方法,Systemctl和Supervisor。貌似CentOS 6、Debian 7、Ubuntu 14不支持Systemctl,建议使用Supervisor。1、使用Systemctl新增systemd配置文件,使用命令:#以下为一整条命令,先自定义ExecStart后面的密码moerats,再一起复制到SSH运行echo "[Unit]Description=Duplicati Process Guardian[Service]ExecStart=/usr/bin/mono /usr/lib/duplicati/Duplicati.Server.exe --webservice-interface=any --webservice-password=moeratsRestart=on-failureRestartSec=15[Install]WantedBy=multi-user.target" > /etc/systemd/system/duplicati.service设置开机自启:systemctl enable duplicati启动Duplicati:systemctl start duplicati2、使用Supervisor为了方便,这里采用pip方式安装supervisor。安装pip:#CentOS 6.x 32位rpm -ivh install -y python-pip#CentOS 6.x 64位rpm -ivh install -y python-pip#CentOS 7.xyum install -y epel-releaseyum install -y python-pip#如果CentOS 7安装出现No package python-pip available,可以用以下命令进行安装wget get-pip.py#Debian/Ubuntu系统apt-get -y updateapt-get -y install python-pip安装Supervisor:pip install supervisorwget -N -P /etc/ --no-check-certificate "[program:duplicati]user=rootcommand=/usr/bin/mono /usr/lib/duplicati/Duplicati.Server.exe --webservice-interface=any --webservice-password=moeratsautorstart=trueautorestart=truestartsecs=15" >> /etc/supervisord.conf加入开机自启:echo "/usr/bin/supervisord -c /etc/supervisord.conf" >> /etc/rc.localchmod +x /etc/rc.local注意下该设置开机自启的方法对CentOS 7、Debian 9、Ubuntu 17+系统可能会没有作用,为啥就不说了,直接选Systemctl方案就行了。
2025-04-02I get this popup and can’t get to my files.I tried the newest duplicati 2 version but it doesn’t recognize my old backup at all.I’m looking for a couple of files that i need restored but looking through all those over 90 thousands of files one at a time will take forever. kenkendk March 10, 2024, 11:07am 2 Hi @aLPha_tONic !The 1.3.x line has not been maintained for many years. Version 2.x uses a different backup format, so you cannot “upgrade” your backup.I strongly reccomend not using 1.3.x anymore, as there are not many people who can help with it.The error message mentions a transaction file and the error message indicates that the list operation fails with invalid Xml.I don’t remember the details of the operation, but it looks like one of the description files are damaged. Can you restore from an older backup? Do you have the file mentioned: duplicati-delete.transaction anywhere? Thanks for the reply @kenkendk.I know that it’s not maintained anymore and i will switch to another backup solution soon but i need files from an old backup.The duplicati-delete.transaction file is in the folder with the backup files but it is empty and 0KB in size and i don’t have another backup in duplicati’s format. kenkendk March 11, 2024, 10:25am 4 In that case, I would suggest trying to delete the file. It can happen that the code attempts to load an empty file, and that would give an error like the one you see. It kinda works but duplicati froze after a few minutes while loading the file list.EDIT:I let it run and it crashed after a while in it’s frozen state. kenkendk March 11, 2024, 11:27am 7 Usually, there would be an error message in the Windows event log when it crashes. If you can find
2025-04-17Thing if it arrives at the wrong time.You can either see if it does that when things are settled (no backup running) or see if you can get names from About → Show log → Live → Warning. I think it will talk about “Extra unknown file” and name names which can then be looked up to see, for example if they are recently uploaded files from a running backup.“recorded in local storage” refers to the local database storage, and any message about missing or extra remote files refers to destination files relative to the database record. They aren’t source or restore-target. Coises September 13, 2021, 9:30pm 6 Elaborating on ts678’s comment that Duplicati is not a file sync program:My experience thus far suggests that Duplicati is great for these scenarios:I run regular backups that retain previous versions. Some files or folders got deleted or messed up, and I want to restore them (on the same machine) from a previous version (or the last backup, if the files were still OK then).I have to replace my computer or its mass storage, or wipe it and start over, and I want to install Duplicati, set up my old backup jobs, then restore everything from those jobs. It’s going to take some time, but that’s OK… I want it all back.Duplicati is nearly useless for these situations:I can’t get to my computer (whether it failed, was stolen, or I’m stranded somewhere else); I can use a computer temporarily (like a friend’s computer or a hotel computer), and I really need to get access quickly to a few critical files I backed up.I back up some folders on one of my computers regularly, and I frequently want to update corresponding folders on a different computer to match the latest backup from the first computer.The thing is that Duplicati is very dependent on the “local database” for each backup configuration. It can’t do much without it, and it takes a long time to create it from scratch. Even using the “Direct restore” option it has to build a partial database, and in my trials
2025-03-28I have all my backup configurations exported and stored in an encrypted archive which I save in my OneDrive and Dropbox folders. If my main PC dies I can easily grab the file and without too much trouble restore data on a different PC.I do fear that some people don’t keep careful track of their backup configurations and will have difficulty in this scenario. There are many pros and cons to having a client side backup program the works with “dumb” storage locations, and this aspect could definitely be a con if one is not prepared. ts678 September 14, 2021, 9:55pm 9 I was looking more at #3 description than the “nearly useless” category heading. It’s probably better than that, provided you can install Duplicati (would a hotel computer allow it?), prepared at least essential info (export of config is best), and can wait for however long Recreate takes (once per bunch of critical files).I think a can’t-install scenario would be challenging to any installed solution. An online service works best.Duplicati being able to run without usual install (unzip it into the folder you like) will allow a portable install.This is very subjective. I’d rate Duplicati better than “nearly useless” but not great on “get access quickly” depending on how slow the Recreate is (one can help it by keeping versions few and backup size small). Coises September 15, 2021, 8:07pm 10 That is more or less what I meant. I understand, and accept, that Duplicati isn’t meant to be able to get to your files quickly in an emergency. I didn’t grasp that at first, though.I knew Duplicati can’t run in a web browser, but at least it can run on Windows, Mac OSX and Linux, so I figured if I could get to any “real” computer that isn’t totally locked down, I could probably get my files. What I missed was that it won’t be like restoring an old version of a file on the original system. It can easily take an hour or more — some people report days — just to rebuild the database, and that’s
2025-04-05A prerequisite for doing anything else. If I’m stranded away from home, my wallet and phone have been stolen, and I really need to get to that file with my important phone numbers in it… a Duplicati backup is not going to provide a very practical way to get it.So now I know — and I’m still looking for a good solution for emergency/crisis access to data that is end-to-end encrypted — but until you’ve tried to recreate a Duplicati database, you might not see it coming. (Just as I think the original poster in this thread might have expected to routinely restore Duplicati backups on a different machine than the one on which they’re being made… it’s not obvious at first that Duplicati isn’t a good tool for that.)I do know of two solutions (to my problem, not the original poster’s), each with its own limitations. Tresorit, assuming it works as described, can do web access without compromising end-to-end encryption. However, it has no point-in-time restore for folders — only files. That means if ransomware knocks out a folder with two thousand files in it, and Tresorit syncs them before I catch it, I’d have to select a previous version of each of those two thousand files one by one, manually. That, to me, rules out Tresorit as a backup solution. For my budget, it’s too expensive to be only a sync solution and not also a backup solution. Also, it’s closed source, which is always a bit suspect when it comes to encryption.KeeWeb is accessible from a web page, but it only handles KeePass files, and the back ends are limited. (Apparently there’s no way for a web page to access an SFTP server directly, which really… sucks.) I use it with some spare space on my shared web hosting account accessed via WebDAV (long story… only way I could find to make it work was by installing NextCloud and using its WebDAV… feels like swatting a fly with a sledgehammer) as my password manager, but obviously it’s not a backup system. I’ll only be able to retrieve
2025-03-30