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


Skip to content
  • 1 Votes
    5 Posts
    180 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).

  • 1 Votes
    4 Posts
    123 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
    239 Views
    potemkin_aiP

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

  • Backups

    Support
    5
    0 Votes
    5 Posts
    183 Views
    P

    @msbt said in Backups:

    @privsec you could disable automatic updates and skip backing up when you update manually, which I definitely wouldn't recommend. Did you create those backups manually? You could try the regular backup view and hit the "Cleanup Backups" button.

    Ill try the cleanup

  • 0 Votes
    6 Posts
    313 Views
    M

    @nebulon perfect, thanks for confirming!