Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • How to interpret the retention policy?

    Support
    5
    1 Votes
    5 Posts
    455 Views
    C

    @girish I am just finding this thread. I would suggest adding these options:
    { name: '7 daily, 4 weekly, 3 monthly', value: { keepDaily: 7, keepWeekly: 4, keepMonthly: 3 }},
    { name: '7 daily, 4 weekly, 6 monthly', value: { keepDaily: 7, keepWeekly: 4, keepMonthly: 6 }},

    The first option is a common backup cycle (I think) and the second option allows for 3 more months of retention (and is halfway between the first and the current 12 month option).

  • Backup vs Snapshot: Retention policy.

    Solved Support
    4
    1 Votes
    4 Posts
    348 Views
    girishG

    @philkunz We use the term snapshot and backup interchangeably in the docs. They are one and the same. I guess snapshot is something you initiate as a user whereas backup is something the system (automatically) initiates.

    Ultimately, they are both capturing the state of the app and uploading to configured backup location.

    To answer the questions:

    yes, backup policy applies to snapshots correct, snapshots (which you click manually) is just in addition to backups (which are taken automatically). there is nothing special about snapshots, we don't differentiate them from the automatic backups. We take snapshots/backups at the per app level. This way you can roll back a single app independent of others. To see the backups/snapshots of an app, you go to Backup section of the app. There is also a system backup (in the Backups view). A system backup is the one which you configure the schedule policy for (we don't have per app backup schedule). The system backup is essentially taking the backup of each app + backup of mail server + backup of the platform (like user information, domains etc) . It "groups" all these separate backups together and this is what is shown in the Backups view. In that sense, the Backups view is showing the "full backups". With the full backups, you can restore/migrate Cloudron to another server (so, it will be exactly the same as the current server with all the apps/domains/data/users).
  • Backups are not cleaned-up

    Solved Support
    11
    0 Votes
    11 Posts
    844 Views
    potemkin_aiP

    I also had an issue with a backup in place but not reflected on the backups list.

  • Backups

    Support
    7
    1 Votes
    7 Posts
    651 Views
    jdaviescoatesJ

    @rollermy said in Backups:

    I'd like to limit app backups to 3 total for the apps i choose.

    Maybe create a feature request post about it? 🙂

  • 0 Votes
    6 Posts
    683 Views
    M

    @nebulon perfect, thanks for confirming!