Did my rsync successfully back-up all data or not?

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











up vote
0
down vote

favorite












It looks like not a single byte is missing after the rsync, but there were some errors:



ujjain@DS3018xs:/volume1$ cat rsync.sh
rsync -av photo.tar /var/services/homes/ujjain/nfs/RAIDF1/
rsync -av music.tar /var/services/homes/ujjain/nfs/RAIDF1/
ujjain@nas:/volume2/Files/RAIDF1$ ls -al
total 418910340
drwxrwxrwx+ 1 admin users 36 Nov 29 22:54 .
drwxrwxrwx+ 1 ujjain users 410 Nov 29 21:47 ..
-rw------- 1 admin users 53127639040 Nov 29 20:52 music.tar
-rw------- 1 admin users 375836549120 Nov 29 20:50 photo.tar
ujjain@nas:/volume2/Files/RAIDF1$
root@DS3018xs:/volume1# ls -al *tar
-rw-r--r-- 1 ujjain root 53127639040 Nov 29 20:52 music.tar
-rw-r--r-- 1 ujjain root 375836549120 Nov 29 20:50 photo.tar
root@DS3018xs:/volume1# cat nohup.out
sending incremental file list
created directory /var/services/homes/ujjain/nfs/RAIDF1
photo.tar
rsync: chown "/var/services/homes/ujjain/nfs/RAIDF1/.photo.tar.qeeaLI" failed: Operation not permitted (1)

sent 375882427699 bytes received 31 bytes 107165339.34 bytes/sec
total size is 375836549120 speedup is 1.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1355) [sender=3.0.9]
sending incremental file list
music.tar
rsync: chown "/var/services/homes/ujjain/nfs/RAIDF1/.music.tar.mHlkfL" failed: Operation not permitted (1)

sent 53134124438 bytes received 31 bytes 105739551.18 bytes/sec
total size is 53127639040 speedup is 1.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1355) [sender=3.0.9]
root@DS3018xs:/volume1#


Did my rsync succesfully back-up all data or not?










share|improve this question

















  • 1




    You could try to do a restore? People ask for those more than backups :-)
    – danblack
    Nov 30 at 3:24














up vote
0
down vote

favorite












It looks like not a single byte is missing after the rsync, but there were some errors:



ujjain@DS3018xs:/volume1$ cat rsync.sh
rsync -av photo.tar /var/services/homes/ujjain/nfs/RAIDF1/
rsync -av music.tar /var/services/homes/ujjain/nfs/RAIDF1/
ujjain@nas:/volume2/Files/RAIDF1$ ls -al
total 418910340
drwxrwxrwx+ 1 admin users 36 Nov 29 22:54 .
drwxrwxrwx+ 1 ujjain users 410 Nov 29 21:47 ..
-rw------- 1 admin users 53127639040 Nov 29 20:52 music.tar
-rw------- 1 admin users 375836549120 Nov 29 20:50 photo.tar
ujjain@nas:/volume2/Files/RAIDF1$
root@DS3018xs:/volume1# ls -al *tar
-rw-r--r-- 1 ujjain root 53127639040 Nov 29 20:52 music.tar
-rw-r--r-- 1 ujjain root 375836549120 Nov 29 20:50 photo.tar
root@DS3018xs:/volume1# cat nohup.out
sending incremental file list
created directory /var/services/homes/ujjain/nfs/RAIDF1
photo.tar
rsync: chown "/var/services/homes/ujjain/nfs/RAIDF1/.photo.tar.qeeaLI" failed: Operation not permitted (1)

sent 375882427699 bytes received 31 bytes 107165339.34 bytes/sec
total size is 375836549120 speedup is 1.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1355) [sender=3.0.9]
sending incremental file list
music.tar
rsync: chown "/var/services/homes/ujjain/nfs/RAIDF1/.music.tar.mHlkfL" failed: Operation not permitted (1)

sent 53134124438 bytes received 31 bytes 105739551.18 bytes/sec
total size is 53127639040 speedup is 1.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1355) [sender=3.0.9]
root@DS3018xs:/volume1#


Did my rsync succesfully back-up all data or not?










share|improve this question

















  • 1




    You could try to do a restore? People ask for those more than backups :-)
    – danblack
    Nov 30 at 3:24












up vote
0
down vote

favorite









up vote
0
down vote

favorite











It looks like not a single byte is missing after the rsync, but there were some errors:



ujjain@DS3018xs:/volume1$ cat rsync.sh
rsync -av photo.tar /var/services/homes/ujjain/nfs/RAIDF1/
rsync -av music.tar /var/services/homes/ujjain/nfs/RAIDF1/
ujjain@nas:/volume2/Files/RAIDF1$ ls -al
total 418910340
drwxrwxrwx+ 1 admin users 36 Nov 29 22:54 .
drwxrwxrwx+ 1 ujjain users 410 Nov 29 21:47 ..
-rw------- 1 admin users 53127639040 Nov 29 20:52 music.tar
-rw------- 1 admin users 375836549120 Nov 29 20:50 photo.tar
ujjain@nas:/volume2/Files/RAIDF1$
root@DS3018xs:/volume1# ls -al *tar
-rw-r--r-- 1 ujjain root 53127639040 Nov 29 20:52 music.tar
-rw-r--r-- 1 ujjain root 375836549120 Nov 29 20:50 photo.tar
root@DS3018xs:/volume1# cat nohup.out
sending incremental file list
created directory /var/services/homes/ujjain/nfs/RAIDF1
photo.tar
rsync: chown "/var/services/homes/ujjain/nfs/RAIDF1/.photo.tar.qeeaLI" failed: Operation not permitted (1)

sent 375882427699 bytes received 31 bytes 107165339.34 bytes/sec
total size is 375836549120 speedup is 1.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1355) [sender=3.0.9]
sending incremental file list
music.tar
rsync: chown "/var/services/homes/ujjain/nfs/RAIDF1/.music.tar.mHlkfL" failed: Operation not permitted (1)

sent 53134124438 bytes received 31 bytes 105739551.18 bytes/sec
total size is 53127639040 speedup is 1.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1355) [sender=3.0.9]
root@DS3018xs:/volume1#


Did my rsync succesfully back-up all data or not?










share|improve this question













It looks like not a single byte is missing after the rsync, but there were some errors:



ujjain@DS3018xs:/volume1$ cat rsync.sh
rsync -av photo.tar /var/services/homes/ujjain/nfs/RAIDF1/
rsync -av music.tar /var/services/homes/ujjain/nfs/RAIDF1/
ujjain@nas:/volume2/Files/RAIDF1$ ls -al
total 418910340
drwxrwxrwx+ 1 admin users 36 Nov 29 22:54 .
drwxrwxrwx+ 1 ujjain users 410 Nov 29 21:47 ..
-rw------- 1 admin users 53127639040 Nov 29 20:52 music.tar
-rw------- 1 admin users 375836549120 Nov 29 20:50 photo.tar
ujjain@nas:/volume2/Files/RAIDF1$
root@DS3018xs:/volume1# ls -al *tar
-rw-r--r-- 1 ujjain root 53127639040 Nov 29 20:52 music.tar
-rw-r--r-- 1 ujjain root 375836549120 Nov 29 20:50 photo.tar
root@DS3018xs:/volume1# cat nohup.out
sending incremental file list
created directory /var/services/homes/ujjain/nfs/RAIDF1
photo.tar
rsync: chown "/var/services/homes/ujjain/nfs/RAIDF1/.photo.tar.qeeaLI" failed: Operation not permitted (1)

sent 375882427699 bytes received 31 bytes 107165339.34 bytes/sec
total size is 375836549120 speedup is 1.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1355) [sender=3.0.9]
sending incremental file list
music.tar
rsync: chown "/var/services/homes/ujjain/nfs/RAIDF1/.music.tar.mHlkfL" failed: Operation not permitted (1)

sent 53134124438 bytes received 31 bytes 105739551.18 bytes/sec
total size is 53127639040 speedup is 1.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1355) [sender=3.0.9]
root@DS3018xs:/volume1#


Did my rsync succesfully back-up all data or not?







rsync






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 29 at 22:00









ujjain

2171514




2171514







  • 1




    You could try to do a restore? People ask for those more than backups :-)
    – danblack
    Nov 30 at 3:24












  • 1




    You could try to do a restore? People ask for those more than backups :-)
    – danblack
    Nov 30 at 3:24







1




1




You could try to do a restore? People ask for those more than backups :-)
– danblack
Nov 30 at 3:24




You could try to do a restore? People ask for those more than backups :-)
– danblack
Nov 30 at 3:24










1 Answer
1






active

oldest

votes

















up vote
1
down vote













It looks like rsync is failing to set attributes on the destination (chown failure). Perhaps the filesystem doesn't support it?



The -a flag sets many options, including -o, which will attempt to set the owner of the destination file when the destination is running as root. If you don't need the owner set, then you can tell rsync to not bother by adding the --no-owner flag (or by removing -a, but you probably don't want to do that).



The data in the file was probably copied just fine. It's only the metadata about the file (ownership) that shows an error.






share|improve this answer






















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    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: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f485027%2fdid-my-rsync-successfully-back-up-all-data-or-not%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    It looks like rsync is failing to set attributes on the destination (chown failure). Perhaps the filesystem doesn't support it?



    The -a flag sets many options, including -o, which will attempt to set the owner of the destination file when the destination is running as root. If you don't need the owner set, then you can tell rsync to not bother by adding the --no-owner flag (or by removing -a, but you probably don't want to do that).



    The data in the file was probably copied just fine. It's only the metadata about the file (ownership) that shows an error.






    share|improve this answer


























      up vote
      1
      down vote













      It looks like rsync is failing to set attributes on the destination (chown failure). Perhaps the filesystem doesn't support it?



      The -a flag sets many options, including -o, which will attempt to set the owner of the destination file when the destination is running as root. If you don't need the owner set, then you can tell rsync to not bother by adding the --no-owner flag (or by removing -a, but you probably don't want to do that).



      The data in the file was probably copied just fine. It's only the metadata about the file (ownership) that shows an error.






      share|improve this answer
























        up vote
        1
        down vote










        up vote
        1
        down vote









        It looks like rsync is failing to set attributes on the destination (chown failure). Perhaps the filesystem doesn't support it?



        The -a flag sets many options, including -o, which will attempt to set the owner of the destination file when the destination is running as root. If you don't need the owner set, then you can tell rsync to not bother by adding the --no-owner flag (or by removing -a, but you probably don't want to do that).



        The data in the file was probably copied just fine. It's only the metadata about the file (ownership) that shows an error.






        share|improve this answer














        It looks like rsync is failing to set attributes on the destination (chown failure). Perhaps the filesystem doesn't support it?



        The -a flag sets many options, including -o, which will attempt to set the owner of the destination file when the destination is running as root. If you don't need the owner set, then you can tell rsync to not bother by adding the --no-owner flag (or by removing -a, but you probably don't want to do that).



        The data in the file was probably copied just fine. It's only the metadata about the file (ownership) that shows an error.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Nov 30 at 5:26

























        answered Nov 30 at 3:05









        BowlOfRed

        2,455715




        2,455715



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f485027%2fdid-my-rsync-successfully-back-up-all-data-or-not%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown






            Popular posts from this blog

            Peggy Mitchell

            Palaiologos

            The Forum (Inglewood, California)