[Borgbackup] a couple of questions
Matej Kovacic
matej.kovacic at owca.info
Wed Jul 19 16:10:24 EDT 2017
Hi,
> Usually one deletes the checkpoints once one has a completed backup of
> same stuff.
Probably stupid queston, but how to do that?
borg delete is probably not the correct option?
> Borg 1.1 will have code in borg prune that automatically deals with
> deleting all checkpoints (except the latest one, when it is not
> superceded by a non-checkpoint backup).
Nice to hear that. Any plans when it is going to be released?
> And also a call to borg prune like:
>
> borg prune --prefix {hostname}-{user}- ...
OK, as I understand, borg prune with -d 7 will keep only backups for
last 7 days.
OK, for instance, I put into cron a script with three commands:
- set a variable with current time
- rum borg create with repo name with this time
- run borg prune with --prefix and this time
What if I loose connection while running borg create, but borg prune is run?
And, what happens, if I do not run borg create for a month, and then run
borg prune -d 7? Are all data lost, since all backups are older than 7 days?
> Yes, borg always does full backups. It never does incremental backups
> and it also never "resumes" from something that was interrupted - it
Ah, so when mounting a repo, I always get the last backuped version? So
I cannot see several versions of a same file for instance for each day
of a week?
Regards,
M.
--
PGP Fingerprint: 1918 8C72 E5D6 B523 86E1 AC24 C82A C043 3D92 568D
PGP Key:
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xC82AC0433D92568D
Personal blog: https://pravokator.si
More information about the Borgbackup
mailing list