Bacula File Listing

From Tech Wiki
Revision as of 10:04, 28 April 2016 by Adam.birds (talk | contribs) (Created page with "'''To provide an estimate file listing into a file:''' <pre> echo 'estimate job="IP_IP_IP_IP Job" listing level=Full' | bconsole > fulllisiting.txt </pre> '''To provide a li...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To provide an estimate file listing into a file:

echo 'estimate job="IP_IP_IP_IP Job" listing level=Full' | bconsole > fulllisiting.txt

To provide a list of files backed up in a previous job:

echo 'estimate job="IP_IP_IP_IP Job" listing level=Full' | bconsole > fulllisiting.txt