keep one week of roots
This commit is contained in:
parent
4c11cbf8f7
commit
b0e9502903
|
@ -113,7 +113,7 @@ in
|
|||
btrfs subvolume delete "$1"
|
||||
}
|
||||
|
||||
for i in $(find /btrfs_tmp/old_roots/ -maxdepth 1 -mtime +30); do
|
||||
for i in $(find /btrfs_tmp/old_roots/ -maxdepth 1 -mtime +7); do
|
||||
delete_subvolume_recursively "$i"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue