It is currently Mon May 20, 2013 7:13 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Duplicati
PostPosted: Sat Jun 23, 2012 5:23 am 
Offline

Joined: Wed Apr 11, 2012 1:30 pm
Posts: 29
Duplicati.com wrote:
Duplicati is a free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers. It works with Amazon S3, Windows Live SkyDrive, Google Drive (Google Docs), Rackspace Cloud Files or WebDAV, SSH, FTP (and many more).
[..]
Duplicati uses AES-256 encryption (or GNU Privacy Guard) to secure all data before it is uploaded.

I had always been reluctant to store or backup some of my personals data in the cloud storage (privacy concern) until i discovered Duplicati !
Now, in addition to my local backups, i store some of them remotely and securely !

Just configure what you want to backup and Duplicati do the rest.

An example of remote backup (full + incremental) . The local source folder (~ 300 MB) is uploaded in several volumes (here, configured at 10 MB max each):
Image

An example of the main GUI:
Image

Website : http://www.duplicati.com/
License : LGPL
Dependencies : .NET 2.0+

Portable : Yes. Launch Duplicati.exe with the command-line --portable-mode (cf. Other protection measures)
Stealth : Yes.

Valuable informations are also available in the wiki (e.g: Some Background Information on how it started).

One cons. : sometimes the "Duplicati Wizard" can be non-user-friendly for modifying or updating settings of existing backups. But, according to the roadmap, a new GUI is planned.

Added to the database : http://www.portablefreeware.com/index.php?id=2310


Top
 Profile  
 
 Post subject: Re: Duplicati
PostPosted: Wed Aug 01, 2012 2:48 am 
Offline

Joined: Wed Apr 11, 2012 1:30 pm
Posts: 29
Duplicati 1.3.2.1388 is out.

Changes in this version (compared to 1.3.2) wrote:
  • Fixed: Upload issue with Google Drive ("Failed to upload file"), issue #637
  • Added: Log file now shows when target server was not available (r1346)
  • Added: After waking up from hibernation, Duplicati pauses for 5 minutes like at startup to grant the system some time to fully recover (r1343 + r1354)
  • Added: Support for symlinks and NTFS junctions ( issue #144 ). Advanced options allow to store|follow|ignore symlinks with store being the default. Look for "symlink-policy" in the advanced options.
  • Added: Filters based on file attributes ( issue #577 ). It's now possible to e.g. exclude system files or hidden files. It's part of the advanced options. The option is called "exclude-files-attributes".
  • Added: Support for loooong file names under Windows ( issue #320 ). It's now possible to backup files with paths >260 chars.
  • Fixed: Donation link lead to Danish page (r1388). This is now in English. Feel free to try that out and see if it stays English when you make a donation ;-) If you do not like Paypal, you can also send Bitcoin. Our wallet is 1ADgoUoE9uN725Ypeh9M9WTKFLJzfWWMBh
  • Fixed: German translation updated ( issue #657 ). We received a few improvements and added these now.
  • Added: Support for Tonido backend ( issue #671 ). We changed the authentication for WebDAV a bit, so that it now works with Tonido.
  • Fixed: Unable to translate Unicode character \uDC63 at index 72 to specified code page ( issue #480 )

Entry updated


Top
 Profile  
 
 Post subject: Re: Duplicati
PostPosted: Mon Sep 10, 2012 6:15 pm 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
Looks portable -- saving settings to the \data folder. Not stealth -- writes a "signature cache" to the AppData folder. If you're backing up a lot of data, this can really build up over time. Can be disabled in the options menu under Advanced (uncheck last item).

I haven't tested this out a great deal, but it's very promising.

Update: the signature cache is very useful. I modified the entry to suggest moving it to a temp folder to get stealth status.

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Top
 Profile  
 
 Post subject: Re: Duplicati
PostPosted: Tue Sep 11, 2012 3:15 am 
Offline

Joined: Wed Apr 11, 2012 1:30 pm
Posts: 29
webfork wrote:
Looks portable -- saving settings to the \data folder. Not stealth -- writes a "signature cache" to the AppData folder.
[...]
Update: the signature cache is very useful. I modified the entry to suggest moving it to a temp folder to get stealth status.

When i read you, i had some doubts because the folder "signature cache" is in my folder \data .
I forget that i had modified the path with the environment variable %DUPLICATI_HOME% (cf wiki).

For "full stealth", you can configure like this.
Advanced Tab, section "Cache",

Temporary folder : %DUPLICATI_HOME%\temp
Signature cache: %DUPLICATI_HOME%\Signature Cache


About version. Last time i mistakenly updated the entry with version 1.3.2.1388, which is a "Development Snapshot". Currently, the last is 1.3.2.1452 (2012-08-23) (that i had not tested yet). The last stable release is 1.3.2 (2012-05-21).

Should we switch back the entry to 1.3.2 or keep update with last development snapshot version ?


Top
 Profile  
 
 Post subject: Re: Duplicati
PostPosted: Tue Sep 11, 2012 4:46 pm 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
procyon wrote:
Temporary folder : %DUPLICATI_HOME%\temp
Signature cache: %DUPLICATI_HOME%\Signature Cache

Yeah that would work much better, although I wonder if the signature files are also relative (e.g. when you insert a USB drive, will the signature files recognize the drive letter change or give an error?).

procyon wrote:
Should we switch back the entry to 1.3.2 or keep update with last development snapshot version ?

With backup programs, most users are looking for stability and reliability rather than features. I'd recommend we push back to 1.3.2, unless this is could be considered a late beta.

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Top
 Profile  
 
 Post subject: Re: Duplicati
PostPosted: Sun Sep 30, 2012 2:43 am 
Offline

Joined: Wed Apr 11, 2012 1:30 pm
Posts: 29
webfork wrote:
procyon wrote:
Should we switch back the entry to 1.3.2 or keep update with last development snapshot version ?

With backup programs, most users are looking for stability and reliability rather than features. I'd recommend we push back to 1.3.2, unless this is could be considered a late beta.

Solved : 1.3.3 stable is out :D

By the way, if for some reasons you use symlinks in your backups (it's my case), caution:
Changelog wrote:
Added: Support for symlinks and NTFS junctions ( issue #144 ). Advanced options allow to store|follow|ignore symlinks with store being the default. Look for "symlink-policy" in the advanced options.

In previous version the policy was "follow" now it's "store". Can be configured in the step "Manually override settings" in "Edit an existing backup".

Duplicati wrote:
Value type: Enumeration: Store, Follow, Ignore.
Symlink handling.
Using this option to handle symlinks different. The "store" option will simply record a symlink with its name and destination, and a restore will recreate the symlink as a link. Use the option "ignore" to ignore all symlinks and not store any information about them. Previous versions of Duplicati used the setting "follow", which will cause symlinked files to be included and restore as normal files.


Top
 Profile  
 
 Post subject: Re: Duplicati
PostPosted: Sun Sep 30, 2012 12:11 pm 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
procyon wrote:
Solved : 1.3.3 stable is out :D

That works :)

I modified the entry to include the portable directory trick you pointed out. It seems like the users who don't want the signatures feature would probably just use a different backup tool entirely, so configuring that bit for portability seemed the only meaningful way to list that entry.

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Top
 Profile  
 
 Post subject: Re: Duplicati
PostPosted: Sat Mar 02, 2013 11:38 am 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
Duplicati 1.3.4 is available

Changes:

Added: Translations: Chinese, Hongkong, Russian translation

Added: Commands for command line can be exported from UI. (issue #236, Thanks to Nicolas Hatier). When you create a new backup job or edit an existing one, on the last page of the assistant you will get a tab that shows you the command to run the same job from a command line.

Various other fixes

http://www.duplicati.com/news

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group