Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when working with the count_instead_of_period parameter #34

Closed
Vikontrol opened this issue Apr 4, 2024 · 1 comment · Fixed by #35
Closed

Error when working with the count_instead_of_period parameter #34

Vikontrol opened this issue Apr 4, 2024 · 1 comment · Fixed by #35
Assignees
Labels
bug Something isn't working

Comments

@Vikontrol
Copy link

nxs-backup --version
nxs-backup v3.3.0

I used the parameter count_instead_of_period true:

storages_options:
  - storage_name: local
    backup_path: /var/nxs-backup/dump
    retention:
      count_instead_of_period: true
      days: 24
      weeks: 1
      months: 0
  - storage_name: remote
    backup_path: /var/nxs-backup/dump
    retention:
      count_instead_of_period: true
      days: 24
      weeks: 1
      months: 0

nxs-backup deleted my only weekly copies, but with daily ones everything is ok - 24)

@randreev1321 randreev1321 self-assigned this Apr 4, 2024
@randreev1321 randreev1321 added the bug Something isn't working label Apr 4, 2024
randreev1321 added a commit that referenced this issue Apr 4, 2024
fix(#34): Skip backup rotation for week and month backups
@randreev1321 randreev1321 linked a pull request Apr 4, 2024 that will close this issue
randreev1321 added a commit that referenced this issue Apr 4, 2024
@randreev1321
Copy link
Collaborator

Hi, @Vikontrol.

Thanks for your interest in nxs-backup.

The issue has been fixed in the release v3.3.1.

We look forward to receiving new requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants