Page 1 of 1
Urgent | How to restore all quarantine files?
Posted: 08 Feb 2014, 17:59
by azednet
Hello,
Please How to restore all quarantine files?
Thanks
Re: Urgent | How to restore all quarantine files?
Posted: 08 Feb 2014, 18:23
by ForumAdmin
The following should work. Modify for your quarantine directory location. You can ignore errors with .restore4 in them:
Code: Select all
find /home/quarantine/cxsuser/ -type f -exec cxs --qrestore {} \;
Re: Urgent | How to restore all quarantine files?
Posted: 09 Feb 2014, 09:12
by azednet
Thank you, it works.
Re: Urgent | How to restore all quarantine files?
Posted: 11 Oct 2015, 02:11
by webicom
And how can I restore multipla files by name but with different users? I need to restore certain file coze I put it by mistake in cxs.xtra and now I have a lot of manual work if I want to restore them all. I need shell command how to resotre file name.php under all quarantined users.
Best regards, Erik