LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-11-2017, 10:40 AM   #1
ReginaBob
LQ Newbie
 
Registered: May 2017
Location: Regina,Saskatchewan,Canada
Distribution: Ubuntu 16.04
Posts: 25

Rep: Reputation: Disabled
How do I refresh backups on linux?


I recently saw a youtube video about refreshing backup files on HDD (external,in my case),but unfortunately,the video was for windows.Since I have Never refreshed my backup external HDD,I think it is probably time.I have converted all my other HDDs to Ext4, but my external backup is still NTSF BECAUSE I don't have a big enough HDD(spare) to copy the data to.Is there a linux program that will refresh the files without copying them?I am running Ubuntu 16.04 on my main tower.I do have all the important stuff backed up on DVDs,so I could spend a day copying them back onto the backup drive.I hope there is an easier way!!

Last edited by ReginaBob; 06-11-2017 at 10:53 AM. Reason: Clarification
 
Old 06-11-2017, 11:17 AM   #2
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,617

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
Quote:
Originally Posted by ReginaBob View Post
I recently saw a youtube video about refreshing backup files on HDD (external,in my case),but unfortunately,the video was for windows.Since I have Never refreshed my backup external HDD,I think it is probably time.I have converted all my other HDDs to Ext4, but my external backup is still NTSF BECAUSE I don't have a big enough HDD(spare) to copy the data to.Is there a linux program that will refresh the files without copying them?I am running Ubuntu 16.04 on my main tower.I do have all the important stuff backed up on DVDs,so I could spend a day copying them back onto the backup drive.I hope there is an easier way!!
How did you create the backup in the first place?
Is it a true backup, or only a copy?
What things did you back up? If not the whole system, then what file systems, folders, or partitions?

Linux is not windows, and I have not seen that video, but in general linux is not very much like windows and backups are an entire different book!
 
1 members found this post helpful.
Old 06-11-2017, 11:32 AM   #3
ReginaBob
LQ Newbie
 
Registered: May 2017
Location: Regina,Saskatchewan,Canada
Distribution: Ubuntu 16.04
Posts: 25

Original Poster
Rep: Reputation: Disabled
wpeckham

Sorry for being so vague.They are only copies of data files,originally copied from Windows machine.They are all still intact,but I am concerned about data fade,as some of the files have been on that HDD for years without being refreshed or re-copied.I am also wondering if data fade due to age is dependent on file format;ie is it less of an issue on Ext4 than on NTSF?Since I always use a separate SSD for my boot drive,and a HDD for data,I no longer bother with a system backup.All of the data is duplicated on 2 computers as well as the external HDD and a stack of DVDs.Just did some more googling for "bit rot"etc.Sounds like a can of worms to me.Some say data fade/bit rot is no longer an issue or never was(like global warming).Guess I will keep the DVDs in a safe place and pray!!

Last edited by ReginaBob; 06-11-2017 at 11:54 AM. Reason: More Googling
 
Old 06-11-2017, 02:36 PM   #4
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
To refresh the bits on a hard drive:
Code:
$ dd if=/dev/sdb of=/dev/sdb bs=4k conv=sync
That will read the disk and write it back exactly as it was.
 
1 members found this post helpful.
Old 06-11-2017, 03:46 PM   #5
ReginaBob
LQ Newbie
 
Registered: May 2017
Location: Regina,Saskatchewan,Canada
Distribution: Ubuntu 16.04
Posts: 25

Original Poster
Rep: Reputation: Disabled
awesome machine

Thanks AwesomeMachine.I saw a reference to this somewhere.Just what I need.
 
Old 06-11-2017, 05:58 PM   #6
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
You're welcome.
 
Old 06-11-2017, 10:09 PM   #7
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
That may give you some confidence re the state of the physical device, but does nothing to validate the actual data.
You have to (at least) read the data to know if it is useful. For long term storage I tend to use fsarchiver as it validates all the data individually. Doesn't stop bitrot, but at least you know about it when you go to retrieve the file.
I would be a lot less sanguine about the DVDs - they are much more likely to degrade than an idle disk I would imagine.

Last edited by syg00; 06-11-2017 at 11:04 PM. Reason: syntax
 
Old 06-12-2017, 06:55 AM   #8
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,617

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
If you have backups only on one media or device then you are one failure away from having no backups. The importance of this usually strikes on the day that you need your backup and discover it picked THAT day to fail.

On the other hand, hard drive lifetimes are measured by usage (reads, writes, spins, hours of operation, etc. depending up technology involved) so a drive that is only powered up for a backup or restore event might last a very long time with any luck. Still ... I would have a plan for if that drive fails. (secondary backups to DVD media, tape, or offsite storage might be options)
 
  


Reply

Tags
backupoptions, refresh



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
XSIbackup - do backups overwrite existing backups robertkwild Linux - General 3 11-14-2020 09:33 AM
Switching from dump tape directory backups to NAS disk backups on RHEL 6 Jerry_C Red Hat 0 06-05-2013 12:44 AM
Folder refresh. Where can I change how often the refresh occurs? glore2002 Slackware 2 08-12-2008 12:37 AM
backups in linux imaima Linux - General 6 04-12-2006 05:37 PM
Backups for Linux Enterprise ES B.A.M.F Linux - Newbie 1 06-08-2004 01:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration