
If I copy however subsonic can see the folders and the files. Currently if I run rsync subsonic can see the folders but not the songs. My goal is to get rsync to end up with the same permissions as if I just copied them. The source looks like: /run/user/1000/gvfs/smb-share:server=flat,share=completed/ The permissions when running rsync look like: -rwxrwxr-x 1 kv kv 5691435 01 - Song title.flac The permissions when copying look like: -rw-rw-r- 1 kv kv 5691435 01 - Song title.flac The permissions for the album folders seems to be the same between rsync and copying but the songs within the folders end up with different permissions based on what method I end up choosing. When I run a grsync with no settings having to do with permissions everything seems to go good but when I check on the songs inside of the album folders they seem to have different permissions from what I would get if I just mounted the windows folder in nautilus and then copied all the files. However if I run grsync the file permissions some how get messed up and the subsonic software can only see the folders (album folders) and cannot see the songs themselves. Currently what I have noticed is if I copy the files from the mounted windows share just using nautlius the subsonic software will see both the files (songs) and the folders (album folders). Subsonic uses a user that was created without a home folder called "subsonic". These files are intended to be used with subsonic (software that allows you to stream your own music library).

My intent is to use my ubuntu computer to rsync and pull the files from this "completed" folder and place them into a folder on my ubuntu computer.
#Grsync windows 7 windows 10#
I have a windows 10 computer (named "flat") with a shared folder called "completed" this folder is filled with music in the structure of completed>albumfolder>song. Which would leave me with 1.5XTB I could format in ext4 (for example, or whatever you think is best and put my Linux backups on the 'H' partition.

It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand. Rsync uses the Rsync algorithm which provides a very fast method for bringing remote files into sync. You can use cwRsync for fast remote file backup and synchronization. I was thinking I could shrink that partition down from it's current size down to 340GB. cwRsync is a packaging of Rsync for Windows.
#Grsync windows 7 how to#
Currently I'm not sure how to get to my windows share through the terminal. I have a 1.8TB partition with only 9/170GB of which is being used. The reason I am using grsync is it seems a lot easier to use my mounted windows share when using the browse feature. I am having trouble with permissions when using gRsync.
