Difference between revisions of "Find all backups for user"

From James Dooley's Wiki
Jump to: navigation, search
(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...")
(No difference)

Revision as of 18:48, 8 April 2011

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