Hi,
Problem: rsync permissions on NAS to desktop USB HD.
Background:
I use NAS4Free via NFS.
When I try to delete files mounted on my ntfs data partition, I get the message rm: cannot remove '/mnt/data/Dropbox/Zack/DSCF9419.JPG': Operation not permitted/etc/fstab is: #
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sda6
UUID=d4407289-31d2-4c48-a9c3-610b70c564e0 / ext4
While backing up some data (a 200 GB home directory) with rsync, I got an I/0 error for a particular file, after which rsync continued on "normally" with its backup. The problem source file showed as having a file size of 72 bytes.
I cancelled rsync, and ran the same command again. This time that same file showed to be transferring data.. lots of data ...and more data, and more...
Iam using rsync tool to sync files from one linux server to other linux server, however it takes huge time to finish it.
I recently upgraded a server to Ubuntu 12.04 with a fresh install and my ntfs partitions won't mount as user at boot but I can mount them as user manually from the console with '$ sudo mount -a'. Using 'ntfsfix' reports no problems and chkdisk sees nothing wrong under Windows 7.
Afternoon All,I am trying to backup a partition on my laptop to a connected external hdd. I would also like to exclude two directories.Using rsync I've triedrsync -av /Stuff/ /media/disk/backup --exclude=/Stuff/Dropbox --exclude=/Stuff/OSsThis will rsync but does not exclude the two folders.
Hi guys.
I am trying to copy files from my computer's sftp, over wifi. And I am not able to transfer more than about 200 MB, since at some point all the programs I tried fail.
Hi,
I'm a newbe on this forum, and I have a question.
I try to send a file to other server with solaris with rsync, but I have this error:
bash: rsync: command not found
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(359)
the command is
rsync -ctvz --timeout=10 --bwlimit=100 export.tar.gz max@reposrv:
My user id is 1000
and second user id is 1001
and my fstab entry for the drives are
# /media/Data_Ext4 was on /dev/sda7 during installation
UUID=1c2862cf-5838-49a7-bcef-715319a7841e /media/Data_Ext4 ext4 defaults,nofail,uid=1000 0 0
# /media/NTFS was on /dev/sda3 during installation
UUID=4A94A52994A51889 /media/NTFS ntfs defaults,uid=1000 0