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


Skip to content
  • encrypted rsync error

    Solved Support backups
    5
    0 Votes
    5 Posts
    2k Views
    M
    @girish thanks for the info and extra-feature, that's good to know and might come in handy! I'll also tell people not to use that long filenames to avoid such errors.
  • Backup: compress mysqldumps

    Moved Feature Requests backups feature-request
    9
    1 Votes
    9 Posts
    3k Views
    necrevistonnezrN
    Maybe we could at least introduce an optimization of the databases from time to time. The size of the referenced "ttrss_entries" table went from an insane 1,238 MB (!) to 583 MB after optimization. The following command, maybe via a button, should to the trick: mysqlcheck -Aos --user=${MYSQL_USERNAME} --password=${MYSQL_PASSWORD} --host=${MYSQL_HOST};
  • Backuptask crashed

    Solved Support backups
    15
    2 Votes
    15 Posts
    5k Views
    necrevistonnezrN
    @girish I also realized that the mysqldump for the TT-RSS app is huge (679 MB in my case). Could you implement some compession in the database dumps (and use PostgreSQL as recommended by the author)?
  • 3 Votes
    9 Posts
    4k Views
    S
    This software should be able to do this http://duplicity.nongnu.org/index.html
  • FTP backup Support

    Moved Feature Requests backups feature-request
    7
    11 Votes
    7 Posts
    3k Views
    robiR
    This would go well with a secondary backup facility for all things Cloudron doesn't currently back up, which is valuable, such as Volumes. Add a few protocols for this such as FTPS, SFTP, RCLONE, RSYNC, etc..