Andreas Freyvogel a écrit :
Is there any way to have the listing done a page at a time? Similar to
piping the outcome through "more". As it is now, the listing goes flying by
and I am unable to view all of what is listed.

You can use the output command to save the result in a text file (there is an example in the documentation http://bacula.org/dev-manual/Bacula_Console.html#SECTION000208000000000000000 )

bin/bconsole -c bin/bconsole.conf <<EOF
@output /dev/null
messages
@output /tmp/volumes.txt
list volumes
@output
quit
EOF



Thank you.
-Andreas



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Martin
Simmons
Sent: Wednesday, December 21, 2005 2:45 AM
To: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Finding redundant volumes



On Wed, 21 Dec 2005 11:17:19 +0100, Florian Schnabel

<[EMAIL PROTECTED]> said:

  Florian> Dominic Marks wrote:
  >> Hello,
  >>
  >> On our main backup server the disc array is filling up. I need to
delete
  >> some of the old volumes which are no longer required. How can I get a
list
  >> of volumes which have been pruned from the catalogue so I can actually
  >> delete them?
  >>
  >> Thanks,
  >> Dominic Marks

  Florian> try rading up about the recycle options .. bacula can do that
automatically

I don't think Bacula currently deleted File volumes (it reuses them,
provided
the labels are the same).

The 'list volumes' command will show the status of all the volumes.

__Martin


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to