Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 33

Thread: HOWTO: Backup using Rsync to NTFS

  1. #21
    Join Date
    Dec 2010
    Beans
    6

    Re: HOWTO: Backup using Rsync to NTFS

    Quote Originally Posted by abhiroopb View Post

    Suffice to say these commands are quite technical, but they all work for me. Notice nowhere here do I tell it to preserve permissions as these will not work if you are copying to an ntfs system.
    For more information on rsync commands see http://www.samba.org/ftp/rsync/rsync.html.
    Hello, I just came across this tutorial in a desperate search for a solution or a confirmation of something I'm starting to be afraid of regarding NTFS rsync from EXTx. If the author is still monitoring this thread I would be very grateful for a response.

    FWIF, this response links to the thread to be found here http://forum.qnap.com/viewtopic.php?...165098#p165098

    I can't seem to get rsync to set the creation time of the synced files correctly. It sets the current time instead, pretty much like the command "copy" would do.

    Can this be done at all? thanks a lot in advance,

  2. #22
    Join Date
    Apr 2010
    Beans
    93
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Backup using Rsync to NTFS

    have you tried adding the -t option to the rsync command
    e.g.
    Code:
    yaseen@yaseens-desktop:~$ rsync -t ~/Pictures /media/Flashdrive/Pictures
    It is strange that everyone's signature doesn't contain an actual signature.

  3. #23
    Join Date
    Dec 2010
    Beans
    6

    Re: HOWTO: Backup using Rsync to NTFS

    Quote Originally Posted by Moyamo View Post
    have you tried adding the -t option to the rsync command
    e.g.
    Code:
    yaseen@yaseens-desktop:~$ rsync -t ~/Pictures /media/Flashdrive/Pictures
    Hi there,

    thanks for your response.

    The command I use is

    rsync -rlptgoD -vh --delete -i --backup --modify-window=1 /share/photos /mnt/MC4G/Backups/photos/

    Please, if you can, have a look at the link provided in my previous post. There you can find some outputs that reflect to a large extent what my problem is.

    Thanks a lot

  4. #24
    Join Date
    Apr 2010
    Beans
    93
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Backup using Rsync to NTFS

    That is very unusual. I never have that problem. I not sure if this will help but try replace the -rlptgoD with -a it might make a difference and add -u it will cause rysnc to not replace existing files of a later date than the one on the source. If that doesn't word then there is probably something wrong with the Backup drive
    It is strange that everyone's signature doesn't contain an actual signature.

  5. #25
    Join Date
    Dec 2010
    Beans
    6

    Re: HOWTO: Backup using Rsync to NTFS

    Quote Originally Posted by Moyamo View Post
    That is very unusual. I never have that problem. I not sure if this will help but try replace the -rlptgoD with -a it might make a difference and add -u it will cause rysnc to not replace existing files of a later date than the one on the source. If that doesn't word then there is probably something wrong with the Backup drive
    Hellow there,

    thanks for answering.

    rsync.samba.org states

    -u, --update skip files that are newer on the receiver
    The problem here is that for some reason, the files on the ntfs partition does not keep the original creation time but the recent time of sync. This is annoying because I lose part of the information in case I need to restore information from that partition eventually. This option may be a workaround but I would rather prefer rsync to analize all the data and then to decide what to sync based on the date itself.

    Adding -u seems to avoid resyncing, which is good (I had already incorporated that option from what is stated in the first post). But i just don't want to give in so easy. There must be a way of transfering the creation date from the EXT3 partition on to the NTFS partition.

    Thanks a lot,

    MArc

  6. #26
    Join Date
    Apr 2010
    Beans
    93
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Backup using Rsync to NTFS

    I have no idea what could be the problem. The times are preserved when I rsync my EXT3 drive to my NTFS drive. I think the only thing left to try is to run the command as root (sudo).
    It is strange that everyone's signature doesn't contain an actual signature.

  7. #27
    Join Date
    Dec 2010
    Beans
    6

    Re: HOWTO: Backup using Rsync to NTFS

    Quote Originally Posted by Moyamo View Post
    I have no idea what could be the problem. The times are preserved when I rsync my EXT3 drive to my NTFS drive. I think the only thing left to try is to run the command as root (sudo).
    I'm running that command as QNAP admin (ie, root): http://forum.qnap.com/viewtopic.php?...165957#p165957

    Can you confirm that the creation time is kept across rsyncs?? Can you post the command you are running? I don't understand how come the creation time is set to the moment I run the command! this doesn't make any sense

  8. #28
    Join Date
    Apr 2010
    Beans
    93
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Backup using Rsync to NTFS

    Code:
    sudo rsync -azvvvu  --modify-window=1 --delete --exclude-from=/home/yaseen/bin/doNotSync.txt --log-file=/home/yaseen/bin/backupflash.log ~/ /media/Yaseen\'s\ backup\ flash\ drive/Ubuntu\ Backup
    That's the command I run. I run I few identical commands that are exactly the same except for the source and destination.
    It is strange that everyone's signature doesn't contain an actual signature.

  9. #29
    Join Date
    Dec 2010
    Beans
    6

    Re: HOWTO: Backup using Rsync to NTFS

    Quote Originally Posted by Moyamo View Post
    Code:
    sudo rsync -azvvvu  --modify-window=1 --delete --exclude-from=/home/yaseen/bin/doNotSync.txt --log-file=/home/yaseen/bin/backupflash.log ~/ /media/Yaseen\'s\ backup\ flash\ drive/Ubuntu\ Backup
    That's the command I run. I run I few identical commands that are exactly the same except for the source and destination.
    Hi there,

    just deleted all the files in the destination ntfs partition, run a fresh rsync and again all the files did not preserve the creation timestamp

    At least I have a backup of all of my data by now, but I sort of hate having to give in

  10. #30
    Join Date
    Jul 2008
    Beans
    10

    Re: HOWTO: Backup using Rsync to NTFS

    March 20, 2011 and still asking if you can now do RSYNC to an external drive formatted in NTFS ?? ABHIROOPB had a great
    writeup in 2006 and I was wondering if anything changed in 5 years. thanks in advance .... pq

Page 3 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •