Tarsnap / tarsnap-gui

Cross-platform GUI for the Tarsnap backup service.

Home Page:https://www.tarsnap.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating jobs

laneslexicon opened this issue · comments

When setting up a job using the File System tab I'm not seeing files/directories beginning with ".". It would be useful to have this at least as an option.

I was trying to create a job from an existing archive: it would be convenient to copy the file list and paste it into the job, but I cannot see any way of doing this.

If you expand the options using the arrow icon to the right of the filter line edit you'll see checkboxes for doing just that. See the picture below.
screen shot 2016-05-10 at 9 40 15 am

Regarding the file list paste, there's no shortcut like that. I was thinking of having an option for turning the FileTree into a list for Jobs, similar to the Backup list in the first pane I'd assume, so that one can easily review what exactly is selected for a Job and for easier management.

What I was trying to do was convert an existing ad-hoc backup into a
repeatable job.

Thanks for the answer about the hidden files - I guess I saw the icon to
the right of the filter and just assumed that it was down-arrow for
combobox.

Graeme

On 10/05/2016 14:44, Shinnok wrote:

Regarding the file list paste, there's no shortcut like that. I was
thinking of having an option for turning the FileTree into a list for
Jobs, similar to the Backup list in the first pane I'd assume, so that
one can easily review what exactly is selected for a Job and for
easier management.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#66 (comment)

What I was trying to do was convert an existing ad-hoc backup into a
repeatable job.

Well you can do that in version 0.9! Just use the dropdown on the Backup button of the Backup pane. :-)

Sorry, I should have said - convert an existing archive to backup job.
The Backup tab is empty and the backup button disabled.

On 10/05/2016 15:08, Shinnok wrote:

What I was trying to do was convert an existing ad-hoc backup into a
repeatable job.

Well you can do that in version 0.9! Just use the dropdown on the
Backup button the first Backup tab. :-)


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#66 (comment)

There's no way for converting an existing archive backup into a Job, only if from the Backup list.

Copying the file list is error prone by the way, since you'll be actually selecting individual files from top to bottom and anything new will be excluded. The only way for truly cloning an existing archive into a Job would be by parsing the original command line stored within the archive and then creating a Job from that.

@laneslexicon I you're satisfied with the answer, can you please close this issue and if not, let us see what else I can do to help you?