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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Auto Backups - Data Retention and Syntax Questions

    Nextcloud
    2
    2
    78
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • humptydumpty
      humptydumpty last edited by humptydumpty

      I'm running NC on a homeserver and it's working great. However, I just noticed that my backups are 30GB in size so it seems it's saving a copy of all my data too. I'm not worried about data loss as I would have multiple copies of it on several PC's and I do take periodic cold-storage backups for redundancy.

      • Is it possible to have Cloudron back up the "config" stuff like the users/storage limits/etc. without saving any of the user uploaded data?

      I read the documentation about data retention and I have a question regarding the proper syntax that I should use.

      'trashbin_retention_obligation' => 'auto',
      

      I'd like to use the option below and have it delete them after 7 days.

      auto, D
      

      What would be the proper syntax to use? Is it....

      auto, 7
      

      or

      auto, D7
      

      Thanks!

      girish 1 Reply Last reply Reply Quote 0
      • girish
        girish Staff @humptydumpty last edited by

        @humptydumpty said in Auto Backups - Data Retention and Syntax Questions:

        auto, 7

        I think this is the one. This would translate to delete all files in the trash bin that are older than 7 days automatically, delete other files anytime if space needed.

        (I think D is just notation for doc purposes)

        1 Reply Last reply Reply Quote 1
        • First post
          Last post
        Powered by NodeBB