[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Multiple identical backups with different names
- To: tarsnap-users@tarsnap.com
- Subject: Re: Multiple identical backups with different names
- From: Bob Eager <rde@tavi.co.uk>
- Date: Sun, 20 Dec 2015 23:23:52 +0000
- Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEUwXjFLc0vD0cS7y7zw9PDZ4tkWSRaVrZZ+m39qi2tXfVj////7+/utwK4IPggAOAAJUUA7AAABKklEQVQ4jWPYjQMwDFYJp0NKEKCNJmEf9h8CsimXiL2e33s3/e7F7K2Cs3f3dCMkQkMKj4YuCY3K3iR+e7fMaiSjvkX0/5cFGrWpe2uLzOpaExUVqMS/8PX/Re5ey960OLBTZpFA8+IlSBKPQ92zNyUUBsosN58uIY0k8f+/ONCoYytkVuhWzVwNkYiYbqk5M3NmOVBi41YZ8RsGF7shEtFb5KJ3r969CyixM7OTPeFUxG2IxLO8/9/SvqXlc+/x3h295YzLlj2nIRJQj//nRvc5TEIal8RsXBLVuCQwIgoq/u80DomP6HEOk/iOS+IJLonZOCT+ReOQ+Lkbh0QKLonbOCR+7MYhsRqHBJrVcIl/1TgklqKLQyQ+tGKIgyQOqXpjig94diZRAgAXmDX6jyWafAAAAABJRU5ErkJggg======
- In-reply-to: <5676BF06.4070609@anderedomain.de>
- References: <5676BF06.4070609@anderedomain.de>
On Sun, 20 Dec 2015 15:45:26 +0100
Philipp Riegger <lists@anderedomain.de> wrote:
> Hi,
>
> is it possible to have multiple (identical) backups with different
> names?
>
> Currently I have a backup script which creates backups with -daily-,
> -weekly- and -monthly- in the name for every day, week or month
> respectively. At the moment, those are completely different backups
> created at different times from the same data.
>
> Is it possible to create 2 backups with different names from the same
> data at the same point in time without using snapshots or something
> like this? From my point of view it should be very easy to implement
> this in tarsnap (allow "tarsnap -c -f name1 -f name2 ...").
>
> At the moment I can only think of something tarsnap-external like
> snapshots (which would be more difficult to implement for me) or
> something like "tarsnap -c -f name2 @@name1", but I think this would
> be quite expensive, is that correct?
>
> Any other suggestions/ideas?
>
> Philipp
Sorry, previous reply sent prematurely, before correction and editing!
Use:
tarsnap -c -f name1 ...
for the first one.
Then:
tarsnap -c -f name2 @@name1
tarsnap -c -f name3 @@name1
This is quick and cheap. No substantial upload required. Try it.