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

Clash 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?
rsync
add a comment |
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?
rsync
1
You could try to do a restore? People ask for those more than backups :-)
– danblack
Nov 30 at 3:24
add a comment |
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?
rsync
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
rsync
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
add a comment |
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
add a comment |
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.
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
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.
add a comment |
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.
add a comment |
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.
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.
edited Nov 30 at 5:26
answered Nov 30 at 3:05
BowlOfRed
2,455715
2,455715
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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
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
1
You could try to do a restore? People ask for those more than backups :-)
– danblack
Nov 30 at 3:24