Hello,
I see in my datastore I have a structure like that: vm -> VMid -> folders with timestamp name:
2022-04-02T09:33:01Z/
2022-04-09T01:18:16Z/
2022-04-12T04:02:06Z/
2022-04-13T01:57:38Z/
2022-04-14T02:48:12Z/
2022-04-15T02:47:03Z/
2022-04-16T02:41:47Z/
2022-04-19T04:47:29Z/
2022-04-20T02:45:08Z/
2022-04-22T04:19:43Z/
2022-04-23T04:55:08Z/
2022-04-26T03:48:27Z/
I would like to better undestand this behaviour: what if run "find ./ -type d -mtime +10 -delete"? Will I keep all "last 10 days" backups?
And will next garbage collection simply remove chunks not referenced anymore by deleted indexes?
Thanks,
M.
I see in my datastore I have a structure like that: vm -> VMid -> folders with timestamp name:
2022-04-02T09:33:01Z/
2022-04-09T01:18:16Z/
2022-04-12T04:02:06Z/
2022-04-13T01:57:38Z/
2022-04-14T02:48:12Z/
2022-04-15T02:47:03Z/
2022-04-16T02:41:47Z/
2022-04-19T04:47:29Z/
2022-04-20T02:45:08Z/
2022-04-22T04:19:43Z/
2022-04-23T04:55:08Z/
2022-04-26T03:48:27Z/
I would like to better undestand this behaviour: what if run "find ./ -type d -mtime +10 -delete"? Will I keep all "last 10 days" backups?
And will next garbage collection simply remove chunks not referenced anymore by deleted indexes?
Thanks,
M.