Closed darron1217 closed 7 years ago
Actually, I found workaround with this problem.. haha
e.g.
JOB_NAME2: RemoveOldFullBackups
JOB_COMMAND2: duplicity remove-all-but-n-full 1 $${VOLUMERIZE_TARGET} --force
JOB_TIME2: 0 0 * * * *
But anyway, it can be clearer if those methods are implemented as a script :)
Scripts are added, please wait till image is build and check.
@blacklabelops You are the best 👍 I'll check this as soon as image updated :)
It's working perfectly!
Really appreciate for the feedbacks :)
@blacklabelops Maybe this issue is related with issue #5 . This request is simply adding 2 removing method to the plugin, so that most issues dealing with removing method will be solved :)
I don't know much about shell scripting.. but I just made an example to explain the request
e.g. at /imagescripts/create_scripts.sh
e.g. Removing all except for 1 full backup set on every 3 a.m.
It was just my imagination :) Can it be implemented?