use rsync to update my music server from my windows notebook


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers use rsync to update my music server from my windows notebook
# 1  
Old 03-22-2011
Question use rsync to update my music server from my windows notebook

Hello all,

I am fairly new to unix/linux. I am using Ubuntu 10.10 as a server.

I use a laptop that is Windows based (windows 7 ultimate) and I store my music library on that machine.

I was hoping to use rsync to make sure any changes that happen to my music on my computer will be reflected on my server at home. It can be through samba, rather than ssh, as it is my home network so I am not concerned about security.

What is the best way for me to do this? I want to make sure that my laptop files are never altered - i just want the server to be updated (i.e. just check for new files or modified files and if there are no changes from the host and remote, then skip that file).

If I use cygwin or Grsync for windows, would the following work for what I want to do?
rsync -avz /users/user/my music ubuntu:/music
 
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Syncing Multiple Music Collections, Can rsync help?

Hello, I have two laptops one office and one personal. The office laptop is a Lenovo T430s 16GB RAM running Windows 7 and the Personal Laptop is a hp Pavilion dm4 Laptop dual booted with Windows 7 and Fedora 14. I have 3 music collections, one on my personal Laptop, one on office Laptop and... (3 Replies)
Discussion started by: ajayram
3 Replies

2. UNIX for Dummies Questions & Answers

rsync and "zip" windows server 08 to centos 5.7

Hi All, Im new to the forum and have only been using centos or any kind of linux for about 3months. Please forgive the possible stupid question and the mix of windows words where i don't know the linux equivalent. Looking for a bit of advice, relating to rsync(ing) a windows machine. Ive... (2 Replies)
Discussion started by: lukester85
2 Replies
Login or Register to Ask a Question
NNTP-PULL(1)							 nntp-pull manual						      NNTP-PULL(1)

NAME
nntp-pull - fetch articles from the server to the mbox SYNOPSIS
nntp-pull [options...] groupname [groupname...] DESCRIPTION
Fetch messages from the server and save them into the mailbox (mbox format). Every argument is supposed to be a name of group, optionally followed by a '>' character and mbox filename. If the mbox filename is omitted, it defaults to the name of the group. Besides global options (described in sinntp(1)), nntp-pull command takes following options: --limit=N Pull at most N messages. --reget Start from the first available message. EXAMPLES
nntp-pull --server=news.example.org --limit=50 'comp.os.linux>os-linux' Fetches at most the 50 newest articles from the newsgroup comp.os.linux located on news.example.org server and appends them to the os-linux mailbox file. nntp-pull --server=news.example.net --reget --limit=3 comp.os.windows Fetches at most the 3 oldest articles from the newsgroup comp.os.windows located on news.example.net server and appends them to the comp.os.windows mailbox file. SEE ALSO
sinntp(1) COPYRIGHT
Copyright (C) 2009, 2010, 2011 Piotr Lewandowski, Jakub Wilk nntp-pull 1.5 2012-04-18 NNTP-PULL(1)