How To Backup Your Devices Easily With Restic

Backing up your files should be easy and simple to operate. Restic is here to save the day and make that possible!

Restic is a simple to use command line tool that uses modern encryption and chunking to store your valuable backups on remote stores. You can even back up multiple hosts to the same location! You will be able to tag, recover, maintain, and automate backups of any device using Restic.

This video is a full walkthrough on getting started with Restic so it contains a lot of information so buckle up!

If you have any questions or feedback, please reach out to me in the comments section below!

Note: you will need an account on the DLN Forum to comment but you should have one of those already because it is a great community to be a part of!

Share this post

Twitter
LinkedIn
Reddit
Threads
Facebook
Email

Comments:

  1. Avatar for Ulfnic Ulfnic says:

    I love these videos!

    Quick script for listeners creating the initial test enviroment:

    mkdir -p ~/Documents/rwaltr/restic-tutorial &&
    cd ~/Documents/rwaltr/restic-tutorial &&
    mkdir ./fakedesktop ./backup &&
    cd ./fakedesktop &&
    echo -e “Hello world! :D\nHello world! :D\n” > ./test.txt &&
    cp ./test.txt ./sftest.txt &&
    cp ./test.txt ./sftfasdest.txt &&
    cd ~/Documents/rwaltr/restic-tutorial &&
    echo -e “\nTest Enviroment Ready:\n” &&
    ls -R # Alternative to tree

    Fyi: Even at 1080p fullscreen the text on the Website was still tiny and blurry but no big deal it was quick intro. One day i’ll be coder Zues with my 4k monitors running on pure lightning but not yet. :stuck_out_tongue:

    Also super explicit directory parameters are easier to follow but totally optional, like: restic -r ./backup/ restore cee1d1f3 --target ./restoretarget/

    Curious what you used to make tmux look so good.

    Thank you so much!! Now I know about Restic and how to use it.

  2. Avatar for rwaltr rwaltr says:

    I rendered this at 2k, is it still blury at that resolution? Might need to look into recording into something more manageable

    I would love to tell you, Its stock Tmux. I went looking for Fedora’s config file… but there isnt one so it must be tmux with ALL the default configs.

    ➤ sudo find / -iname tmux
    /usr/bin/tmux
    /usr/share/bash-completion/completions/tmux
    /usr/share/doc/tmux
    /usr/share/terminfo/t/tmux
    blackphidora in ~ via took 9s 
    

    Happy to help! Let me know how it works out for you.

    EDIT: I forgot to make this a reply @Ulfnic

  3. Avatar for Ulfnic Ulfnic says:

    That fixed it.

    I didn’t know YouTube was this bad on downsizing from 4k. I guess they care more about cpu cycles than bandwidth or they’re hoping no one notices.

    Full screened on a 1080p montor:

    Quality set to 1080p:
    image
    Quality set to 2160p:
    image

    I’d just ALT+scrollwheel zoom the page and worry about a technical solutions later.

    No kidding, I installed it on Debian Testing and it was pretty bland. Well done Fedora.

  4. Avatar for rwaltr rwaltr says:

    Im gonna squish down this video with FFMPEG and see what happens

  5. Avatar for rwaltr rwaltr says:

    looks like default FFMPEG settings REALLY dont like squishing my videos,
    ➤ ffmpeg -i restictutorial.mkv -vf scale=1080:-1 1080test.mkv

    Im assuming youtube also uses FFMPEG, So I wonder why it gets so blury

Join the discussion at forum.tuxdigital.com

Participants

Avatar for Ulfnic Avatar for rwaltr