Sponsored Content
Top Forums Shell Programming and Scripting Syncing Multiple Music Collections, Can rsync help? Post 302944203 by sea on Sunday 17th of May 2015 06:52:11 AM
Old 05-17-2015
Well, rsync syncs between 2 machines, and according to to the order of arguments passed (local/remote) it will delete unwanted files at the one, and copy new ones to the other.

You would need to define which device is your 'base' and sync from/to there.
But syncing between 3 exchangeable media is always risky and might result in accidently deleted files.

rsync would be a good choice, but i dont know the required arguemtns to make it 'safe'.
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

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... (0 Replies)
Discussion started by: marcozd
0 Replies

2. Shell Programming and Scripting

rsync - transactional sync with multiple nodes

Hi Everyone, We have a requirement to sync files with multiple nodes. We need to run the rsync sequentially on each node, if one of the node fails we need to recover the files to previous state in all nodes. I know that we have backup option in rsync which takes the backup of files before... (0 Replies)
Discussion started by: MVEERA
0 Replies

3. UNIX for Advanced & Expert Users

rsync not syncing a file

I am trying to sync the source tree into backup and somehow this one file dumper.c is not in sync, see below after running the script: /u/prj/dir$ l -tr dumper.c /v/tmp/prj_src/dir/dumper.c -rw-rw-r-- 1 prj group 15635 Jun 20 16:28 /v/tmp/prj_src/dir/dumper.c -rw-rw-r-- 1 prj ... (2 Replies)
Discussion started by: migurus
2 Replies

4. BSD

FreeBSD7.4 Ports Collections

Hi, During OS installation of FreeBSD7.4/i386 I missed to include ports collection. Now when I try with sysinstall command via ftp servers avaliable in tha list it says "unable to open ftp connection. Error:0" Could You Please suggest me the exact site wher I can get ports collection via FTP to... (1 Reply)
Discussion started by: Priya Amaresh
1 Replies

5. What is on Your Mind?

Regarding having collections of NICE threads

Hello All, This is regarding a suggestion to create a sub forum for those THREADS which have been rated 3 or more stars out of 5(Off-course good threads only). As we all know we have thread rating system in each thread, so to have a collections of all those threads which had been rated good, so... (1 Reply)
Discussion started by: RavinderSingh13
1 Replies
CHFN(1) 						      Linux Reference Manual							   CHFN(1)

NAME
chfn - change your finger information SYNOPSIS
chfn [ -f full-name ] [ -o office ] [ -p office-phone ] [ -h home-phone ] [ -u ] [ -v ] [ username ] DESCRIPTION
chfn is used to change your finger information. This information is stored in the /etc/passwd file, and is displayed by the finger pro- gram. The Linux finger command will display four pieces of information that can be changed by chfn : your real name, your work room and phone, and your home phone. COMMAND LINE Any of the four pieces of information can be specified on the command line. If no information is given on the command line, chfn enters interactive mode. INTERACTIVE MODE In interactive mode, chfn will prompt for each field. At a prompt, you can enter the new information, or just press return to leave the field unchanged. Enter the keyword "none" to make the field blank. OPTIONS
-f, --full-name Specify your real name. -o, --office Specify your office room number. -p, --office-phone Specify your office phone number. -h, --home-phone Specify your home phone number. -u, --help Print a usage message and exit. -v, --version Print version information and exit. SEE ALSO
finger(1), passwd(5) AUTHOR
Salvatore Valente <svalente@mit.edu> chfn October 13 1994 CHFN(1)
All times are GMT -4. The time now is 06:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy