Hi!
Normally, I have the following run once a day as a cron job:
But today I wanted an extra backup, in addition to the 7 old ones, so I ran manually:
and it made the new backup, but erased all the others!
So what is the syntax for "make a new backup, and don't touch the old ones" ???
To quote "Pete Doherty", which my wife forces me to hear, "that makes perfect nonsense to me" ...
Normally, I have the following run once a day as a cron job:
Code:
vzdump --snapshot --size 16384 --compress --maxfiles 7 --all
Code:
vzdump --snapshot --size 16384 --compress --all
So what is the syntax for "make a new backup, and don't touch the old ones" ???
To quote "Pete Doherty", which my wife forces me to hear, "that makes perfect nonsense to me" ...