Unsolved
This post is more than 5 years old
12 Posts
0
3332
November 19th, 2015 07:00
delete orphan before 30 days
Hello
I would like to know if it's possible to delete orphans before 30 days.
When you create a delete orphans Policy, the "days missing more than " parameter can't be change below 30 days.
Is there maybe CLI commands to force delete orphans before 30 days or just list files tagged like delete orphans ?
Thanks
Nicolas
No Events found!
omarelmazny
19 Posts
1
November 22nd, 2015 08:00
Hello
Using the CLI you can delete orphans that are at least 7 days missing.
You can use "rffm deleteOrphan" command.
Its better to run a stub scanner job before running orphan delete.
nico6248
12 Posts
0
November 23rd, 2015 02:00
Hello
Thank you for your help.
So I have tried this command and a paremeter doesn't works.
Usage : deleteOrphan [OPTION...] SERVER FILEPATH
I don't find that I can put for the paremeter "SERVER FILEPATH"
Thanks
omarelmazny
19 Posts
1
November 23rd, 2015 12:00
Hello,
You need to put the path of the share or directory you want to run orphan delete on.
you can use wild cards. \\SERVER\SHARE[\PATH] or //SERVER/SHARE[/PATH] for CIFS OR SERVER:/EXPORT[//PATH] for NFS. It can also contain path with wildcard characters * or ?. To specify a
directory path, the path must end with a directory delimiter character.