You are here

Toucan

Toucan 3.1.2 released

Submitted by alt on November 17, 2013 - 7:05am

You can find changelog details and download link in the Beta forum thread

Steve and John seem to be really swamped with other things, so I still don't have permissions to put it into an official repos, but you can just get the .paf file directly and install it by going to Apps->Install New App in the PA main menu.

Feel free to try it out and comment here, or on the bug tracker

Toucan 3.1.1 released

Submitted by alt on October 11, 2013 - 3:42pm

You can find details and download link in the Beta forum thread

Unfortunately I can't get hold of Steve or John to clarify how can I release it through the normal channel which would enable auto-update, however you can get the .paf file directly and install it by going to Apps->Install New App in the PA main menu.

Feel free to try it out and comment here, or on the bug tracker

Reviving Toucan, help with testing is needed

Submitted by alt on September 13, 2013 - 5:50am

Hello everyone,

I'm using Toucan for quite a while and as for many of you it was sad for me to see the announcement about the development hiatus.

But real life has its rights and definite precedence over such non-profit OSS projects, so I absolutely understand that and... in an OSS spirit I want to pick it up and continue developing Toucan! Smile

I'm currently working on finalizing the dev environment setup and I think I'm mostly done. Here's where I'd need your help with testing.

Encrypted backup with toucan

Submitted by datroubler on July 31, 2013 - 2:27am

I would like to backup my pictures in a Cloud Storage. I choose toucan because it supports encryption.
The scenario:
I want toucan to run in the backround and if new files arrive in the source folder they should be copied in the destination folder (encrypted). The problem is that I can choose encryption just in the "Backup" tab and I don't find an explanation what "mirror" means in the manual.
Which option do you suggest for this scenario?

Script Posting a backup script that may be usefull for others

Submitted by RonTon on July 5, 2013 - 12:26pm

-- Win7 / Vista / xp Backup script. Created 2013 06
-- Backup 5 generation's

-- Rotate backup
function rotate (Prefix)
delete (Target .. Prefix .. [[-5.7z]])
rename (Target .. Prefix .. [[-4.7z]], Target .. Prefix .. [[-5.7z]])
rename (Target .. Prefix .. [[-3.7z]], Target .. Prefix .. [[-4.7z]])
rename (Target .. Prefix .. [[-2.7z]], Target .. Prefix .. [[-3.7z]])
rename (Target .. Prefix .. [[.7z]], Target .. Prefix .. [[-2.7z]])
end

--Rooling Multi backup script.
--Get user name
user = os.getenv("USERNAME") --User name

Not All Selected Files Getting Backed Up

Submitted by bill7 on June 13, 2013 - 3:18am

I've selected 3 folders to backup: music(150gb), videos(200gb), and misc(100gb). I tried using 7z on ultra, and the job completed successfully, but only the music folder was backed-up/compressed, and the 7z file was 147gb. The contents of the 7z file was verified by exploring it with 7zip, and by examining the Toucan backup log.

I'm not sure what's going on here, I could sure use some help.

I should also note that the backup/compression took something like 20hrs on an i5-2500k, 8gb ram, Win7 on SSD, backing up from a 2tb hdd to a 500gb external drive.

Update function in Toucan 2.2.1

Submitted by TheKeeper on May 4, 2013 - 1:20pm

I have been using the update function in version 2.2.1 for a while now and kept using it even when V3 came out, because v3 the update function was removed. My question is why was it removed and is there a way to use the latest version to do the same as the update.

What I want to do is update the source directory to a destination but only copy the newer files to the destination and not delete anything off the destination. If the files are newer on the destination I don't want the source files to copy. Any idea's.

Advice on scripting

Submitted by crishog on May 2, 2013 - 7:29am

Given the current suspension of development work and the problem with running concurrent Toucan jobs, I've amalgamated a lot of jobs into scripts.

These currently just call sync & backup jobs and solve a few of my scheduling issues which have been leading to Toucan hanging.

I'm trying now to add a simple parameter

working = "mydir"

or

working = [[mydir]]

both simply give "5 unexpected symbol near ','"

Also expand( [[@drive@]]) gives the same error

Does anyone have an example of a working script I can follow?

Installing Toucan v. 3.10 to standard software directory

Submitted by jahmanjah on March 25, 2013 - 9:58pm

Hello!

Toucan v. 3.0.4. installed fine into my Win XP standard apps software directory ("C:\Archivos de programa\Toucan"), but v. 3.10 won't, and even if I install somewhere else and then copy to "C:\Archivos de programa\Toucan", Toucan will *refuse* to run!

I´ve never had software do this before! Can we please revert this behaviour? (or at least make it optional)

Many thanks!

Cheers,

- jahman.

Pages