Find all backups for user

From James Dooley's Wiki
Revision as of 18:48, 8 April 2011 by Smsldoo (talk | contribs) (Created page with "==Overview== Simple script to check /backup for cpanel backups with a user's name. ==Script== <code>[bash,n]find /backup -name <user> -exec ls -lah {} \;</code> ==What to chan...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

Simple script to check /backup for cpanel backups with a user's name.

Script

[bash,n]find /backup -name <user> -exec ls -lah {} \;

What to change