Re: [bareos-users] Backup, here automatic deletion of the storage medium when the expiry time has expired

2020-09-03 Thread Spadajspadaj
Deleted, as such - no. You can user ActionOnPurge = Truncate to make 
bareos shrink the media files to 0 bytes on purge but the file will 
still be there.


You'd have to use some external script to delete media and delete 
related files from disk.


On 03.09.2020 20:17, stefan.harb...@gmail.com wrote:

Hello,

my backup is being saved on a USB hard drive. Can I somehow check on 
the hard drive whether the files are also deleted there if the 
retention time / expiry time, for example Incremental-0014, has been 
deleted?


Greetings from Stefan Harbich
--
You received this message because you are subscribed to the Google 
Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to bareos-users+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/4a435952-a754-41e2-b7b1-960e45955ba2n%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/13df4c01-2c96-7203-f9a7-800096f025fe%40gmail.com.


[bareos-users] Backup, here automatic deletion of the storage medium when the expiry time has expired

2020-09-03 Thread stefan.harb...@gmail.com
Hello,

my backup is being saved on a USB hard drive. Can I somehow check on the 
hard drive whether the files are also deleted there if the retention time / 
expiry time, for example Incremental-0014, has been deleted?

Greetings from Stefan Harbich

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/4a435952-a754-41e2-b7b1-960e45955ba2n%40googlegroups.com.


Re: [bareos-users] Backup, here automatic deletion of the storage medium when the expiry time has expired

2020-07-28 Thread 'DUCARROZ Birgit' via bareos-users

Hi,


Adapt your pools.
Example for Full pool:

vi /etc/bareos/bareos-dir.d/pool/Full.conf
(...)
  AutoPrune = yes # Prune expired volumes
  Volume Retention = 220 days # How long should the Full 
Backups be kept? (#06)

  Job  Retention = 219 days
  File Retention = 218 days
(...)



Then bconsole
*update

1: Volume parameters
13: All Volumes from Pool
(then select your adapted pool)

--> this updates the retention periodes

Note: File Retention < Job Retention < Volume Retention


Kind regards,
Birgit
On 28/07/20 11:44, J. Echter wrote:


Am 28.07.20 um 11:30 schrieb Stefan Harbich:

Hello,

my backups are saved in the NAS. For this I have created a file as memory.
When the storage medium expires, the file in the NAS is not deleted. 
Since my storage medium is slowly becoming full, my question is: "How 
do I get my expired storage medium to be deleted automatically when it 
expires. So that storage space is freed up again?" In other words, no 
space is made free.


Greetings from Stefan
--
You received this message because you are subscribed to the Google 
Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to bareos-users+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/d3e9a4ff-4564-4c54-b498-d027e9798e9co%40googlegroups.com 
.



Hi,

you should read this

https://docs.bareos.org/TasksAndConcepts/VolumeManagement.html

Maybe some settings you made prevents the volume from being recycled, 
the volumes are never deleted.


Greetings

Juergen

--
You received this message because you are subscribed to the Google 
Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to bareos-users+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/f7c5eb98-8b25-6b0c-9eb5-72f97f5a4847%40echter-kuechen-elektro.de 
.


--
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/3374f3c4-4ab1-1300-ed4a-f3d699c0610e%40unifr.ch.


Re: [bareos-users] Backup, here automatic deletion of the storage medium when the expiry time has expired

2020-07-28 Thread J. Echter

Am 28.07.20 um 11:30 schrieb Stefan Harbich:
> Hello,
>
> my backups are saved in the NAS. For this I have created a file as memory.
> When the storage medium expires, the file in the NAS is not deleted.
> Since my storage medium is slowly becoming full, my question is: "How
> do I get my expired storage medium to be deleted automatically when it
> expires. So that storage space is freed up again?" In other words, no
> space is made free.
>
> Greetings from Stefan
> -- 
> You received this message because you are subscribed to the Google
> Groups "bareos-users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to bareos-users+unsubscr...@googlegroups.com
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/bareos-users/d3e9a4ff-4564-4c54-b498-d027e9798e9co%40googlegroups.com
> .


Hi,

you should read this

https://docs.bareos.org/TasksAndConcepts/VolumeManagement.html

Maybe some settings you made prevents the volume from being recycled,
the volumes are never deleted.

Greetings

Juergen

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/f7c5eb98-8b25-6b0c-9eb5-72f97f5a4847%40echter-kuechen-elektro.de.


[bareos-users] Backup, here automatic deletion of the storage medium when the expiry time has expired

2020-07-28 Thread Stefan Harbich
Hello,

my backups are saved in the NAS. For this I have created a file as memory.
When the storage medium expires, the file in the NAS is not deleted. Since 
my storage medium is slowly becoming full, my question is: "How do I get my 
expired storage medium to be deleted automatically when it expires. So that 
storage space is freed up again?" In other words, no space is made free.

Greetings from Stefan

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/d3e9a4ff-4564-4c54-b498-d027e9798e9co%40googlegroups.com.