steven meiers
2017-02-26 11:09:06 UTC
hi,
did somebody write a bash/python script that keeps track of how many
alpha, beta, gamme, detal, ... backups have been made and which one
should be made next?
as far as i understand rsnapshot you just run alpha every x hours, beta
every day and so on with increasin intervals.
this makes sense on a host that is always on but would also shuffle the
directories around when no change was made...right?
ive got a scenario where the backup server is not always on but gets
turned on via wol when my local host detects that "enough" files have
changed so a backup is in order.
for that i rsync my local data to another directory on the same machine
and check rsyncs output, when there is enough change rsync transfers
the directory to the backup host, where rsnapshot should do its thing.
so should i write some code to log how often rsnapshot has ran and
incldue that in my backup procedure or is there a better way?
did somebody write a bash/python script that keeps track of how many
alpha, beta, gamme, detal, ... backups have been made and which one
should be made next?
as far as i understand rsnapshot you just run alpha every x hours, beta
every day and so on with increasin intervals.
this makes sense on a host that is always on but would also shuffle the
directories around when no change was made...right?
ive got a scenario where the backup server is not always on but gets
turned on via wol when my local host detects that "enough" files have
changed so a backup is in order.
for that i rsync my local data to another directory on the same machine
and check rsyncs output, when there is enough change rsync transfers
the directory to the backup host, where rsnapshot should do its thing.
so should i write some code to log how often rsnapshot has ran and
incldue that in my backup procedure or is there a better way?