[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: renaming of archives?
Technically, you can't rename an archive, because they're immutable (as a
security feature) [1].
However, you can reproduce the effect of "renaming" by copying an archive [2]
and deleting the old one.
[1] https://www.tarsnap.com/usage.html
[2] https://www.tarsnap.com/tips.html#copy-archive
Cheers,
- Graham
On Sun, Sep 05, 2021 at 10:07:47PM +0200, hvjunk wrote:
> Good day,
>
> busy with standardizing some archiving across my systems after I’ve found prunef https://git.sr.ht/~apreiml/prunef but the question is how could I rename all the archives that is different to a single uniform name?
>
> Hendrik