LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 02-18-2012, 06:55 AM   #1
thund3rstruck
Member
 
Registered: Nov 2005
Location: East Coast, USA
Distribution: Fedora 18, Slackware64 13.37, Windows 7/8
Posts: 386

Rep: Reputation: 43
Question Backup to NTFS USB Volume (Bad Idea?)


Recently migrated a Windows 2008 File Server to FreeNAS 0.7.2. For the last several years we have backed up this 2008 file server onto a pair of USB 3TB external drives.

The data is now all migrated over to the FreeNAS (freenas is using UFS) and we need to schedule nightly backups. All the data (up until the migration) is backed up already and I'd rather not spend several days backing it all up again.

Can I just use rsync to backup the incremental changes to our existing NTFS USB drives or do I have to wipe the backups and create new backups using a different file-system?

It's been a few years since I checked up on ntfs-3g and back then it was only for experimental use and prone to corruption. Is this still the case or has NTFS support in Unix/Linux matured to the point where it could be used in a production environment?

Just hoping to get some expert recommendations. Thanks!
 
Old 02-18-2012, 07:21 AM   #2
Doc CPU
Senior Member
 
Registered: Jun 2011
Location: Stuttgart, Germany
Distribution: Mint, Debian, Gentoo, Win 2k/XP
Posts: 1,099

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Hi there,

Quote:
Originally Posted by thund3rstruck View Post
It's been a few years since I checked up on ntfs-3g and back then it was only for experimental use and prone to corruption. Is this still the case or has NTFS support in Unix/Linux matured to the point where it could be used in a production environment?
honestly, I haven't understood your explanation down to every detail. But to get to the point, ntfs-3g is considered fairly reliably nowadays. However, it's not based on an open specification, but rather on try-and-error, on observation and reverse engineering. So you can't tell wether it's really behaving okay under any condition.
Besides, what's the point of using an alien file system in a Linux-based system? That's not something I'd recommend.
Just my 2 cents.

[X] Doc CPU
 
Old 02-18-2012, 07:38 AM   #3
thund3rstruck
Member
 
Registered: Nov 2005
Location: East Coast, USA
Distribution: Fedora 18, Slackware64 13.37, Windows 7/8
Posts: 386

Original Poster
Rep: Reputation: 43
Quote:
Originally Posted by Doc CPU View Post
Besides, what's the point of using an alien file system in a Linux-based system? That's not something I'd recommend.
Just my 2 cents.
Because this is backup data from a Windows 2008 server and I'd rather not spend another week backing up 6000 GB worth of data all over again.
 
Old 02-18-2012, 04:01 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
if it is a windows server then i WOULD use Microsoft tools to back up a Microsoft OS

the linux ntfs-3g would work
but this IS Microsoft here so use their tools to back up their os
 
Old 02-18-2012, 06:05 PM   #5
thund3rstruck
Member
 
Registered: Nov 2005
Location: East Coast, USA
Distribution: Fedora 18, Slackware64 13.37, Windows 7/8
Posts: 386

Original Poster
Rep: Reputation: 43
Quote:
Originally Posted by John VV View Post
if it is a windows server then i WOULD use Microsoft tools to back up a Microsoft OS

the linux ntfs-3g would work
but this IS Microsoft here so use their tools to back up their os
No its NOT a Windows server it's a UNIX server.

Please re-read my original post because I don't know how I can explain it any clearer. This is backup data from a server that USED to be 2008 server and is now a UNIX server. It doesn't make sense to us to delete 6000 GB of backup data just so we can re back it all up in a UNIX format.

Is there any intrinsic risk in leaving the existing backup drives as NTFS (and backing up the delta --in other words, the data added to the new server since the migration was completed) with all the existing backup data.

Last edited by thund3rstruck; 02-18-2012 at 06:14 PM.
 
Old 02-18-2012, 08:31 PM   #6
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
Data is just data. You can always mount it and copy it - as you have already done apparently. You might lose some attributes along the way, but in that situation, who cares.

The big flaw in your scenario IMHO is the premise that you only need one backup.
 
1 members found this post helpful.
Old 02-18-2012, 08:53 PM   #7
thund3rstruck
Member
 
Registered: Nov 2005
Location: East Coast, USA
Distribution: Fedora 18, Slackware64 13.37, Windows 7/8
Posts: 386

Original Poster
Rep: Reputation: 43
Quote:
Originally Posted by syg00 View Post
Data is just data. You can always mount it and copy it - as you have already done apparently. You might lose some attributes along the way, but in that situation, who cares.

The big flaw in your scenario IMHO is the premise that you only need one backup.
No disrespect or anything and thanks everyone for responding but I'm not here to debate. I just wanted to know if FreeNAS can or cannot backup to NTFS USB volumes and if there are any intrisic weaknesses in persuing such a strategy.

I'm closing this thread and I'll just post a question on the FreeNAS board
 
Old 02-21-2012, 08:11 AM   #8
thund3rstruck
Member
 
Registered: Nov 2005
Location: East Coast, USA
Distribution: Fedora 18, Slackware64 13.37, Windows 7/8
Posts: 386

Original Poster
Rep: Reputation: 43
Quote:
Originally Posted by thund3rstruck View Post
No disrespect or anything and thanks everyone for responding but I'm not here to debate. I just wanted to know if FreeNAS can or cannot backup to NTFS USB volumes and if there are any intrisic weaknesses in persuing such a strategy.

I'm closing this thread and I'll just post a question on the FreeNAS board
The answer to my question is no, there are no intrinsic weaknesses in using NTFS in *NIX for the purpose required here. Rsync worked out just fine and was able to copy only those changes made since the server migration. Now that we have a full backup of the time period required we can procure a new backup device and use ext3 on that one.
 
  


Reply

Tags
freenas, ntfs, ntfs3g, rsync



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
Why is it a bad idea to enable scripts to be run from a usb drive? clifford227 Linux - Newbie 3 04-10-2011 05:52 PM
Good idea/bad idea: interface colors introuble General 5 10-30-2006 01:33 PM
Mounting usb NTFS volume nitrohuffer2001 Linux - General 3 10-03-2006 12:36 AM
Bad Idea dudeman41465 Linux - Software 1 10-10-2005 02:37 AM
Writing to an NTFS volume using captive-ntfs (repairing boot.ini) macskeeball Linux - General 3 02-06-2005 09:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 09:21 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