Displaying 5 results from an estimated 5 matches for "test_10s".
Did you mean:
test_10
2016 May 25
4
centos7 tmpfiles.d deleted outdate files
...ith my custom
configured file in `tmpfiles.d` to delete outdated files periodically in
some log dir.
I have a `tmpfiles.d` configured file in `/etc/tmpfiles.d` named
`my_log.conf` in following contents.
```
#Type Path Mode UID GID Age Arg
r /chenqiang 0775 root root 10s
r /chenqiang/test_10s
r /chenqiang/test_20s
```
If I run `systemd-tmpfiles --remove` with above configure, all files and
dir will be deleted if I set 'r' type for the files and dir.
but, I want to only delete some outdated files in the dir. and I use
`systemd-tmpfiles --clean` with following configure.
```...
2007 Nov 06
1
User keywords limit to 26
Hi,
I'm planning to use dovecot 1.0.5 for a webmail using a lot of user-
defined tags.
Recently, I just saw the limit of 26 of them when messages are stored
in maildir format.
This is an important issue for me, since I didn't find how to remove a
flag from the dovecot-keywords database.
Is there any plan to get rid of the keywords limit ?
Or perhaps the new dbox storage format can
2016 May 30
0
centos7 tmpfiles.d deleted outdate files
...25543758553&tc_rand=2024237295&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001>
>
> On 05/24/2016 11:18 PM, Qiang Chen wrote:
>> #Type Path Mode UID GID Age Arg
>> d /chenqiang 0775 root root 10s
>> f /chenqiang/test_10s 0660 root root 10s
>> f /chenqiang/test_20s 0660 root root 20s
>> ```
>>
>> It can delete dir if the age > 10s, but can't delete the files in it.
>
>
> The man page for tmpfiles.d says, of the age field:
> "The age field only applies to lines startin...
2016 May 26
0
centos7 tmpfiles.d deleted outdate files
...ith my custom
configured file in `tmpfiles.d` to delete outdated files periodically in
some log dir.
I have a `tmpfiles.d` configured file in `/etc/tmpfiles.d` named
`my_log.conf` in following contents.
```
#Type Path Mode UID GID Age Arg
r /chenqiang 0775 root root 10s
r /chenqiang/test_10s
r /chenqiang/test_20s
```
If I run `systemd-tmpfiles --remove` with above configure, all files and
dir will be deleted if I set 'r' type for the files and dir.
but, I want to only delete some outdated files in the dir. and I use
`systemd-tmpfiles --clean` with following configure.
```
#...
2016 May 26
0
centos7 tmpfiles.d deleted outdate files
....d` to delete outdated files
> periodically in some log dir.
>
> I have a `tmpfiles.d` configured file in `/etc/tmpfiles.d` named
> `my_log.conf` in following contents.
>
> ```
> #Type Path Mode UID GID Age Arg
> r /chenqiang 0775 root root 10s
> r /chenqiang/test_10s
> r /chenqiang/test_20s
> ```
>
> If I run `systemd-tmpfiles --remove` with above configure, all files
> and dir will be deleted if I set 'r' type for the files and dir.
> but, I want to only delete some outdated files in the dir. and I use
> `systemd-tmpfiles --clea...