Backing Up (and Restoring) a Nextcloud Server

Поделиться
HTML-код
  • Опубликовано: 28 дек 2019
  • Today, I'll demonstrate how to back up the essential components of your Nextcloud server (including your data.) Then, we'll simulate a server failure, and I'll demonstrate how to restore Nextcloud back onto your server.
    If you find yourself rebuilding your Nextcloud server, all of the prerequisite commands (for installing the LAMP stack, setting up TLS, etc.) can be found on the NOTS Wiki: nerdonthestreet.com/wiki?find...
    ---
    Join the Nerd Club: nerdclub.nots.co
    nerdonthestreet.com
    discord.nots.co
    / nerdonthestreet
    / nerdonthestreet
    / nots_network
    E-Mail: jacob@nerdonthestreet.com
    I manage your servers: managedby.nots.co
  • НаукаНаука

Комментарии • 35

  • @penthoy
    @penthoy Год назад +12

    Summary and all 3 steps you need to backup:
    Backup data: 5:52 ends: 6:24
    Backup ncdata: 8:13 ends 8:34
    Backup sql: 12:05 ends: 12:19
    Restore data: 19:37
    Restore sql: 21:52
    Restore ncdata: 23:30

  • @matthias9986
    @matthias9986 4 года назад +6

    Thank you for this great tutorial. You helped me a lot. One small addition: nextcloud's cron job has to be setup to work correctly

  • @nolan.w.allaire7034
    @nolan.w.allaire7034 2 года назад +2

    I had no idea SFTP was built on SSH, insanely useful to know thanks!

  • @Borsting89
    @Borsting89 4 года назад

    Jacob, you are just the kindest! I`ll watch this as soon as I get back home so that I can take notes. Big thanks going your way. I want to wish you a happy new year as I hope to see you around in 2020 as well!

  • @workandchillmusic
    @workandchillmusic 4 года назад

    Hi Mate. Great Video. you are very thorough and explain each step with all other possibilities. i followed your original video and installed nextcloud which is running really well.
    Your videos have enough information which, combined together, really helps put pieces of the puzzle together and allowed me to manage and fix things here and there. Thanks a lot.
    Next step is to install only office and then i'll invite all my classmates to do combined study sessions over my nextcloud. all thanks to you.

  • @FPVHamburg
    @FPVHamburg 4 года назад

    Thanks for your video, was able to migrate my nextcloud from an raspberry pi 3 to an decomissioned HP ProLiant DL380 server running ESXi. You are the man of the day, cheers dude!

  • @webftpmaster
    @webftpmaster 4 года назад

    Again your videos rock !
    Keep them coming please !

  • @danielevans465
    @danielevans465 2 месяца назад

    Hey man thanks for the great video, saved me!

  • @sandeeptembare
    @sandeeptembare 3 года назад

    Thanks, It is helpful.

  • @RazorMureithi
    @RazorMureithi 2 года назад +2

    i just subscribed, because of the name

  • @pablomanuelperezaranda344
    @pablomanuelperezaranda344 4 года назад

    Hey! Perfect video. How have you configured your "jelly" windows and terminal transparencies? Thanks in advance

  • @waylon2002my
    @waylon2002my 4 года назад

    Hi Jacob, possible to have tutorial video how to backup and restore nextcloud on freenas?

  • @8aguirresra
    @8aguirresra 4 года назад

    I really appreciate your Videos 😊 I run Nextcloud on Hyper-v , I had everything just about right with Nextcloud running for at least a week when it produced an Internal server error, lesson learned .
    I have installed Nextcloud 7or 8 times just learning the hard way of what not to do.
    In my case would just using windows server backup be an easier solution?

  • @plica06
    @plica06 4 года назад +3

    This seems like a lot of effort. I thought NextCloud had built-in tools to make full backups, a data only backup and incremental data backups..

  • @dirgosalga
    @dirgosalga 4 года назад +1

    How would I do the sql backup if I was doing a Snap installation?

  • @prakhargoel6446
    @prakhargoel6446 2 года назад

    Hi Jacob, thanks for the video. How can I setup a "continuous" backup of data files? Since data files keep changing throughout the day, I would want a copy of my nextcloud server data (on digitalocean) to be continuously synced and backed up on my local computer.

  • @RedFenceAnime
    @RedFenceAnime 4 года назад

    Interested in you bookmark saga

  • @daledelaroza
    @daledelaroza 4 года назад

    Your videos are awesome. I have my own server and host nextcloud on it on a subdomain. However just recently I can not longer access my nextcloud server on my sub domian address. The only thing i have done recently was delete a redirect from the primary domain. Do you or does anybody know why this would stop access to my install of nextcloud via my subdomain?

  • @peter2087
    @peter2087 Год назад

    how do restore just the data? not the configuration for nextcloud? i want to build a new server with fresh configuration files and then restore the data/apps/themes?

  • @yourpcmd
    @yourpcmd 4 года назад

    Latest stable version: 18.0.0. Will your video on Ubuntu 18.04 and Nextcloud 17 work together? Perhaps not your last video on Nextcloud. What I am looking for is something along the lines of using Nextcloud on a local server, having clients use Duplicati to upload to the Nextcloud using WebDav. How about something like that for a video please.

  • @fatonirmd
    @fatonirmd 3 года назад

    what if i had 1TB of data, is this method reliable? compress all data, is there any way to do full backup without hassle?

  • @davidg4512
    @davidg4512 4 года назад

    This is a manual backup. If this is virtualized, it as simple as clicking a button.

    • @NerdOnTheStreet
      @NerdOnTheStreet  4 года назад +3

      Obviously. If you don't have Nextcloud, it's a zero-click backup. Is there any other irrelevant information you want to spout into the comments?

  • @penthoy
    @penthoy Год назад

    I noticed some step might have been skiped, in 15:47 under site-available there's 3 files but in 17:47 in the same directory there's totally different files, but I don't see steps in between how you got there.

    • @NerdOnTheStreet
      @NerdOnTheStreet  Год назад

      That's not the "same directory" at all. 15:47 is in /etc/apache2/sites-available. 17:47 is in /etc/letsencrypt/live. I "got there" with the cd command at 17:21.
      The tab completion at 17:49 is showing files in /etc/apache2/sites-enabled, which are not "totally different" but are instead one of the files we saw earlier in sites-available that is symlinked in sites-enabled (by the a2ensite command) and matches the partial name that I typed, plus the corresponding Let's Encrypt file that was created when we ran the certbot command.

  • @tahmidborhan
    @tahmidborhan 3 года назад

    Why Don't You Use Snap?

  • @UTCUTR
    @UTCUTR 3 года назад

    what about the other way? not one video anywhere showing the other way

  • @richardbennett4365
    @richardbennett4365 Год назад

    Why did he go to all this trouble to show us how to do a backup and just do it halfway, realizing after he did half of it that he could/should have done a more rigorous backup. It seems like he just launched in and started recording without working out his plan first.

    • @NerdOnTheStreet
      @NerdOnTheStreet  Год назад

      What are you talking about? I showed how to back up the app itself, the stored files, and the accompanying database. I pointed out limitations of individual backups. I didn't "realize" anything halfway through, although sometimes that does happen, because most of my videos are unscripted and some of them aren't meticulously planned, either (because unlike some RUclipsrs, I know how to do more than read off of a script.)
      Care to quote the part you're referring to if you're going to complain about it?

  • @SAFEDRIVEIND
    @SAFEDRIVEIND 4 года назад

    Bro there is nothing synchronisation in your title and tutorial totally confused please next time leave a text file in your description that we can male utilize your tutorials. But nicr efforts.

    • @NerdOnTheStreet
      @NerdOnTheStreet  4 года назад +1

      I would recommend learning how to understand concepts, instead of just blindly following tutorials.

  • @creepmatze
    @creepmatze 3 года назад

    this is far too fast. you could at least give your command lines. so people are able to realise what you are doing. but clicking pause every 2 secs is not the way.....

  • @richardbennett4365
    @richardbennett4365 Год назад

    It's an odd pronunciation of MariaDB the narrator goes with. I've never heard the female name, Maria, pronounced the way he pronounces it.
    I've always heard it as muh-REE-uh, rhyming with diarrhea. He's pronouncing it kind of like a feminine version of Mario, but with an -a at the end instead of the -o. It reminds me of my aunt telling the story of how she told my father in elementary school how to pronounce the word HUSBAND.

    • @NerdOnTheStreet
      @NerdOnTheStreet  Год назад

      Thanks for describing my pronunciation, but did you think the last sentence was relevant besides someone mispronouncing something? Nobody cares about your aunt or your father, and you didn't even specify how your father mispronounced "husband."