Backup rotation for schedules.

This commit is contained in:
Gonzalo Chavez 2020-11-09 20:35:57 -03:00
parent 085fa8dcb5
commit 1f01c653f1
3 changed files with 24 additions and 11 deletions

View file

@ -91,7 +91,7 @@ const TaskDetailsForm = ({ isEditingTask }: { isEditingTask: boolean }) => {
<Label>Ignored Files</Label>
<FormikFieldWrapper
name={'payload'}
description={'Optional. Include the files and folders to be excluded in this backup. By default, the contents of your .pteroignore file will be used.'}
description={'Optional. Include the files and folders to be excluded in this backup. By default, the contents of your .pteroignore file will be used.\nIf you dont have more backups spaces it will OVERRIDE the oldest.'}
>
<FormikField as={Textarea} name={'payload'} rows={6} />
</FormikFieldWrapper>