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


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.
backup root users
 |Â
show 3 more comments
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.
backup root users
2
"but I can't seem to log in as "root" to do this." Use your admin account andsudo
. Using a "root" on Linux is a small security risk and does not correctly log usage of the person doing something on your system. Withsudo
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
 |Â
show 3 more comments
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.
backup root users
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
backup root users
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 andsudo
. Using a "root" on Linux is a small security risk and does not correctly log usage of the person doing something on your system. Withsudo
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
 |Â
show 3 more comments
2
"but I can't seem to log in as "root" to do this." Use your admin account andsudo
. Using a "root" on Linux is a small security risk and does not correctly log usage of the person doing something on your system. Withsudo
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
 |Â
show 3 more comments
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.
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
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.
answered Mar 23 at 7:06


sudodus
20.2k32667
20.2k32667
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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. Withsudo
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