Do I need to log in to an Ubuntu system as root to make a complete backup?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












This is a re-edit, because no one seems to want to answer the actual question.



To simplify: Will a non-root backup save everything? Do I have to log in as root to copy sbin, home, etc to a backup disk?



Thanks for all the answers on logging in as root, but that wasn't the problem.










share|improve this question



















  • 2




    "but I can't seem to log in as "root" to do this." Use your admin account and sudo. Using a "root" on Linux is a small security risk and does not correctly log usage of the person doing something on your system. With sudo all account actions are registered to your admin account,
    – Rinzwind
    Mar 22 at 15:05







  • 3




    See help.ubuntu.com/community/BackupYourSystem
    – Panther
    Mar 22 at 15:06










  • Thanks, but, again, it doesn't address the problem: Can I back up everything useful just as an ordinary user? Do I have to log in as admin or root?
    – John Williams
    Mar 22 at 20:18










  • What do you mean by "everything"? What do you mean by "backup"?
    – Organic Marble
    Mar 22 at 20:34






  • 2




    1. A complete backup can be achieved by cloning the whole drive. You do that with Clonezilla, booted from a CD disk or USB pendrive, and either create a cloned copy on a third drive of at least the same size as the original one, or better: create a Clonezilla image, which is a directory containing several files where the big ones are compressed; 2. You can run backup systems, that backup all your personal files more or less automatically with or without root permissions (like suggested by @Panther).
    – sudodus
    Mar 22 at 20:51














up vote
0
down vote

favorite












This is a re-edit, because no one seems to want to answer the actual question.



To simplify: Will a non-root backup save everything? Do I have to log in as root to copy sbin, home, etc to a backup disk?



Thanks for all the answers on logging in as root, but that wasn't the problem.










share|improve this question



















  • 2




    "but I can't seem to log in as "root" to do this." Use your admin account and sudo. Using a "root" on Linux is a small security risk and does not correctly log usage of the person doing something on your system. With sudo all account actions are registered to your admin account,
    – Rinzwind
    Mar 22 at 15:05







  • 3




    See help.ubuntu.com/community/BackupYourSystem
    – Panther
    Mar 22 at 15:06










  • Thanks, but, again, it doesn't address the problem: Can I back up everything useful just as an ordinary user? Do I have to log in as admin or root?
    – John Williams
    Mar 22 at 20:18










  • What do you mean by "everything"? What do you mean by "backup"?
    – Organic Marble
    Mar 22 at 20:34






  • 2




    1. A complete backup can be achieved by cloning the whole drive. You do that with Clonezilla, booted from a CD disk or USB pendrive, and either create a cloned copy on a third drive of at least the same size as the original one, or better: create a Clonezilla image, which is a directory containing several files where the big ones are compressed; 2. You can run backup systems, that backup all your personal files more or less automatically with or without root permissions (like suggested by @Panther).
    – sudodus
    Mar 22 at 20:51












up vote
0
down vote

favorite









up vote
0
down vote

favorite











This is a re-edit, because no one seems to want to answer the actual question.



To simplify: Will a non-root backup save everything? Do I have to log in as root to copy sbin, home, etc to a backup disk?



Thanks for all the answers on logging in as root, but that wasn't the problem.










share|improve this question















This is a re-edit, because no one seems to want to answer the actual question.



To simplify: Will a non-root backup save everything? Do I have to log in as root to copy sbin, home, etc to a backup disk?



Thanks for all the answers on logging in as root, but that wasn't the problem.







backup root users






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 22 at 19:19









Zanna

48k13119228




48k13119228










asked Mar 22 at 15:02









John Williams

174




174







  • 2




    "but I can't seem to log in as "root" to do this." Use your admin account and sudo. Using a "root" on Linux is a small security risk and does not correctly log usage of the person doing something on your system. With sudo all account actions are registered to your admin account,
    – Rinzwind
    Mar 22 at 15:05







  • 3




    See help.ubuntu.com/community/BackupYourSystem
    – Panther
    Mar 22 at 15:06










  • Thanks, but, again, it doesn't address the problem: Can I back up everything useful just as an ordinary user? Do I have to log in as admin or root?
    – John Williams
    Mar 22 at 20:18










  • What do you mean by "everything"? What do you mean by "backup"?
    – Organic Marble
    Mar 22 at 20:34






  • 2




    1. A complete backup can be achieved by cloning the whole drive. You do that with Clonezilla, booted from a CD disk or USB pendrive, and either create a cloned copy on a third drive of at least the same size as the original one, or better: create a Clonezilla image, which is a directory containing several files where the big ones are compressed; 2. You can run backup systems, that backup all your personal files more or less automatically with or without root permissions (like suggested by @Panther).
    – sudodus
    Mar 22 at 20:51












  • 2




    "but I can't seem to log in as "root" to do this." Use your admin account and sudo. Using a "root" on Linux is a small security risk and does not correctly log usage of the person doing something on your system. With sudo all account actions are registered to your admin account,
    – Rinzwind
    Mar 22 at 15:05







  • 3




    See help.ubuntu.com/community/BackupYourSystem
    – Panther
    Mar 22 at 15:06










  • Thanks, but, again, it doesn't address the problem: Can I back up everything useful just as an ordinary user? Do I have to log in as admin or root?
    – John Williams
    Mar 22 at 20:18










  • What do you mean by "everything"? What do you mean by "backup"?
    – Organic Marble
    Mar 22 at 20:34






  • 2




    1. A complete backup can be achieved by cloning the whole drive. You do that with Clonezilla, booted from a CD disk or USB pendrive, and either create a cloned copy on a third drive of at least the same size as the original one, or better: create a Clonezilla image, which is a directory containing several files where the big ones are compressed; 2. You can run backup systems, that backup all your personal files more or less automatically with or without root permissions (like suggested by @Panther).
    – sudodus
    Mar 22 at 20:51







2




2




"but I can't seem to log in as "root" to do this." Use your admin account and sudo. Using a "root" on Linux is a small security risk and does not correctly log usage of the person doing something on your system. With sudo all account actions are registered to your admin account,
– Rinzwind
Mar 22 at 15:05





"but I can't seem to log in as "root" to do this." Use your admin account and sudo. Using a "root" on Linux is a small security risk and does not correctly log usage of the person doing something on your system. With sudo all account actions are registered to your admin account,
– Rinzwind
Mar 22 at 15:05





3




3




See help.ubuntu.com/community/BackupYourSystem
– Panther
Mar 22 at 15:06




See help.ubuntu.com/community/BackupYourSystem
– Panther
Mar 22 at 15:06












Thanks, but, again, it doesn't address the problem: Can I back up everything useful just as an ordinary user? Do I have to log in as admin or root?
– John Williams
Mar 22 at 20:18




Thanks, but, again, it doesn't address the problem: Can I back up everything useful just as an ordinary user? Do I have to log in as admin or root?
– John Williams
Mar 22 at 20:18












What do you mean by "everything"? What do you mean by "backup"?
– Organic Marble
Mar 22 at 20:34




What do you mean by "everything"? What do you mean by "backup"?
– Organic Marble
Mar 22 at 20:34




2




2




1. A complete backup can be achieved by cloning the whole drive. You do that with Clonezilla, booted from a CD disk or USB pendrive, and either create a cloned copy on a third drive of at least the same size as the original one, or better: create a Clonezilla image, which is a directory containing several files where the big ones are compressed; 2. You can run backup systems, that backup all your personal files more or less automatically with or without root permissions (like suggested by @Panther).
– sudodus
Mar 22 at 20:51




1. A complete backup can be achieved by cloning the whole drive. You do that with Clonezilla, booted from a CD disk or USB pendrive, and either create a cloned copy on a third drive of at least the same size as the original one, or better: create a Clonezilla image, which is a directory containing several files where the big ones are compressed; 2. You can run backup systems, that backup all your personal files more or less automatically with or without root permissions (like suggested by @Panther).
– sudodus
Mar 22 at 20:51










1 Answer
1






active

oldest

votes

















up vote
1
down vote













Complete backup - cloning the whole drive




  • A complete backup can be achieved by cloning the whole drive. You do that with Clonezilla, booted from a CD disk or USB pendrive.



    • either create a cloned copy on a third drive of at least the same size as the original one,


  • or better: create a Clonezilla image, which is a directory containing several files where the big ones are compressed.


Backup all your personal files




  • You can run backup systems, that backup all your personal files more or less automatically with or without root permissions (like suggested by @Panther). See this link,



    help.ubuntu.com/community/BackupYourSystem



It is possible to



  • configure the backup system to backup the directories and files, that you think are most important to backup,


  • you can select incremental backup


  • you can select compression or no compression


  • you can configure when (and how often) you want to run your backup system.


depending on the backup tool that you select.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1018281%2fdo-i-need-to-log-in-to-an-ubuntu-system-as-root-to-make-a-complete-backup%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    Complete backup - cloning the whole drive




    • A complete backup can be achieved by cloning the whole drive. You do that with Clonezilla, booted from a CD disk or USB pendrive.



      • either create a cloned copy on a third drive of at least the same size as the original one,


    • or better: create a Clonezilla image, which is a directory containing several files where the big ones are compressed.


    Backup all your personal files




    • You can run backup systems, that backup all your personal files more or less automatically with or without root permissions (like suggested by @Panther). See this link,



      help.ubuntu.com/community/BackupYourSystem



    It is possible to



    • configure the backup system to backup the directories and files, that you think are most important to backup,


    • you can select incremental backup


    • you can select compression or no compression


    • you can configure when (and how often) you want to run your backup system.


    depending on the backup tool that you select.






    share|improve this answer
























      up vote
      1
      down vote













      Complete backup - cloning the whole drive




      • A complete backup can be achieved by cloning the whole drive. You do that with Clonezilla, booted from a CD disk or USB pendrive.



        • either create a cloned copy on a third drive of at least the same size as the original one,


      • or better: create a Clonezilla image, which is a directory containing several files where the big ones are compressed.


      Backup all your personal files




      • You can run backup systems, that backup all your personal files more or less automatically with or without root permissions (like suggested by @Panther). See this link,



        help.ubuntu.com/community/BackupYourSystem



      It is possible to



      • configure the backup system to backup the directories and files, that you think are most important to backup,


      • you can select incremental backup


      • you can select compression or no compression


      • you can configure when (and how often) you want to run your backup system.


      depending on the backup tool that you select.






      share|improve this answer






















        up vote
        1
        down vote










        up vote
        1
        down vote









        Complete backup - cloning the whole drive




        • A complete backup can be achieved by cloning the whole drive. You do that with Clonezilla, booted from a CD disk or USB pendrive.



          • either create a cloned copy on a third drive of at least the same size as the original one,


        • or better: create a Clonezilla image, which is a directory containing several files where the big ones are compressed.


        Backup all your personal files




        • You can run backup systems, that backup all your personal files more or less automatically with or without root permissions (like suggested by @Panther). See this link,



          help.ubuntu.com/community/BackupYourSystem



        It is possible to



        • configure the backup system to backup the directories and files, that you think are most important to backup,


        • you can select incremental backup


        • you can select compression or no compression


        • you can configure when (and how often) you want to run your backup system.


        depending on the backup tool that you select.






        share|improve this answer












        Complete backup - cloning the whole drive




        • A complete backup can be achieved by cloning the whole drive. You do that with Clonezilla, booted from a CD disk or USB pendrive.



          • either create a cloned copy on a third drive of at least the same size as the original one,


        • or better: create a Clonezilla image, which is a directory containing several files where the big ones are compressed.


        Backup all your personal files




        • You can run backup systems, that backup all your personal files more or less automatically with or without root permissions (like suggested by @Panther). See this link,



          help.ubuntu.com/community/BackupYourSystem



        It is possible to



        • configure the backup system to backup the directories and files, that you think are most important to backup,


        • you can select incremental backup


        • you can select compression or no compression


        • you can configure when (and how often) you want to run your backup system.


        depending on the backup tool that you select.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 23 at 7:06









        sudodus

        20.2k32667




        20.2k32667



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1018281%2fdo-i-need-to-log-in-to-an-ubuntu-system-as-root-to-make-a-complete-backup%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            GRUB: Fatal! inconsistent data read from (0x84) 0+xxxxxx

            `kcmshell` modules relation with `/usr/share/applications`

            How to enroll fingerprints to Ubuntu 17.10 with VFS491