It is currently Wed May 22, 2013 3:34 am

All times are UTC - 8 hours




Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: Areca backup tool
PostPosted: Sat Aug 20, 2011 1:16 pm 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
A GPLv2 backup tool. http://www.areca-backup.org/

Requires Java but I didn't get far enough in the test to try out the jPortable package with this. Program was a little more confusing than I was willing to wrestle with today.

Not Portable: Write logs and a preferences file to \Documents and Settings\USER\.areca.

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


Top
 Profile  
 
 Post subject: Re: Areca backup tool
PostPosted: Tue Aug 30, 2011 3:35 am 
Offline
User avatar

Joined: Sat Feb 09, 2008 9:57 am
Posts: 1995
Location: Romania
Good news from the devs:
https://sourceforge.net/projects/areca/ ... ic/4072407

Quote:
this is now available in v7.2.2
Just add -ws=<path to your workspace> and / or -cfg=<path to ".areca" subdirectory> as arguments

Going to test it now. :)

Later edit: using a simple .bat file like this does the trick!
Code:
@echo off
start areca.exe -ws=. -cfg=.
end

So, thank you, Areca developers!

Now, the only question is: How do we start Areca using a custom Java installation path?

_________________
The Venus Project - Imagine Our world with No Laws, No Crime, No Wars, No Prisons


Top
 Profile  
 
 Post subject: Re: Areca backup tool
PostPosted: Mon Jan 30, 2012 3:40 pm 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
Program is now at 7.2.5. I'm going to give it another try along with jPortable and see what I can figure out.

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


Top
 Profile  
 
 Post subject: Re: Areca backup tool
PostPosted: Wed Jul 25, 2012 6:51 pm 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
WinPenPack is offering a version: X-Areca V. 7.2.3 http://www.winpenpack.com/en/download.php?view.1327 ... Unfortunately it's a bit out of date (current is 7.2.10, updated in June 2012).

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


Top
 Profile  
 
 Post subject: Re: Areca backup tool
PostPosted: Fri Jul 27, 2012 11:01 am 
Offline

Joined: Sat Mar 26, 2011 2:31 am
Posts: 646
webfork wrote:
WinPenPack is offering a version: X-Areca V. 7.2.3 http://www.winpenpack.com/en/download.php?view.1327 ... Unfortunately it's a bit out of date (current is 7.2.10, updated in June 2012).

Probably the launcher still works. You can test it moving new version Areca's program files to the bin folder and overwritting the old ones.
By the way, if you use jPortable and some winPenPack's java-based programs (or vice versa), it's easy to share the java installation using symbolic links to save some disk space.


Top
 Profile  
 
 Post subject: Re: Areca backup tool
PostPosted: Mon Dec 31, 2012 1:42 pm 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3473
Location: US, Texas
Old thread update:
lautrepay wrote:
webfork wrote:
WinPenPack is offering a version: X-Areca V. 7.2.3 http://www.winpenpack.com/en/download.php?view.1327 ... Unfortunately it's a bit out of date (current is 7.2.10, updated in June 2012).

Probably the launcher still works. You can test it moving new version Areca's program files to the bin folder and overwritting the old ones.

I just found out that Areca will do incremental backups based on file changes rather than whether or not the entire file has changed. That's great news. Going to see what I can do with that for sync purposes rather than purely backup uses.

Unfortunately, the same problem is present with X-Areca (v.7.2.3) lagging behind Areca official (v.7.2.17).

lautrepay wrote:
By the way, if you use jPortable and some winPenPack's java-based programs (or vice versa), it's easy to share the java installation using symbolic links to save some disk space.

Can you post a little more about that?

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


Top
 Profile  
 
 Post subject: Re: Areca backup tool
PostPosted: Wed Jan 02, 2013 6:18 am 
Offline
User avatar

Joined: Sat Jul 31, 2010 1:19 am
Posts: 807
Location: Helsinki, Finland
webfork wrote:
lautrepay wrote:
By the way, if you use jPortable and some winPenPack's java-based programs (or vice versa), it's easy to share the java installation using symbolic links to save some disk space.

Can you post a little more about that?


See http://en.wikipedia.org/wiki/NTFS_symbolic_link.

To create a symbolic link, you can do something like

Code:
mklink /d \X-LibreOffice\Lib\Java \CommonFiles\Java


Note the order of parameters.

_________________
My YouTube channel | Release date of my fourth playlist: April 11, 2013


Top
 Profile  
 
 Post subject: Re: Areca backup tool
PostPosted: Wed Jan 02, 2013 6:50 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3727
Before XP users start asking why it doesn't work for them, mklink is available on Vista and above.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: Areca backup tool
PostPosted: Wed Jan 02, 2013 11:55 am 
Offline
User avatar

Joined: Mon Dec 07, 2009 7:09 am
Posts: 915
Location: Terra @ Sol System
guinness wrote:
Before XP users start asking why it doesn't work for them, mklink is available on Vista and above.
XP users might want to have a look at freeware (but non-portable) Hard Link Shell Extension's documentation for an alternative:

http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html#symboliclinksforwindowsxp
Hermann Schinagl wrote:
[Midas edited] Technically it seems that NTFS5 as shipped with Windows XP has always supported symbolic links, but the functionality was not available for user mode applications, not even for the upper layers of ntfs.sys. But there are filter drivers available from Masatoshi Kimura which enable symbolic links under XP. These drivers can be downloaded from his home page for 32/64 bit. Sources are also available.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 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