Hi
I want do backups incremental on week-days and full on weekends
(yes, this subject again). I've read the lists archieve, but I have
other ideia. If I put this on amanda's crontab:
---------------------------------------------------------------------------------------------
45 11 * * mon-sun amcheck incremental
0 0 * * mon-sun amdump incremental
0 1 * * mon-sun amadmin incremental force-dump host
45 11 * * sat amcheck full
0 0 * * sat amdump full
--------------------------------------------------------------------
Of course, the first amdump incremental will be full...
Does it work????