Sponsored Content
Full Discussion: Rsync better use for backup
Top Forums Shell Programming and Scripting Rsync better use for backup Post 302803115 by ajayram on Monday 6th of May 2013 03:03:27 AM
Old 05-06-2013
Backuo to third source ?

Hello,

If I have these two working copies that is because some days, I work on my laptop, and some days I work at the office computer.

I was thinking if it is possible to backup to a thrd source (like say an external HD), because today I am not able to access my office computer remotely over ssh.

so should I run it like this

Code:
#commands to backup into 3rd source
rsync -auzv "path in laptop" "pathin 3rd location"


#commands to backup from 3rd source to office computer, before I start working on the office computer.
rsync -auzv "path in 3rd location" "path in office comptuer"

#After the end of the day s work at the office computer., commands to backup into third source
rsync -auzv "path in office comptuer"  "path in 3rd location"

#and then backup to the laptop

rsync -auzv "path in 3rd location" "path in laptop"

I thiink I am complicating stuff here, but is there a simpler way out ?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Rotating snapshot backup using rsync

I want to take daily backup(11pm) of /var/www to /mnt/bak excluding /var/www/videos and /var/www/old. HOW to implement a rotating snapshot method, so that i can have multiple(say 4) automatically rotating backups. (0 Replies)
Discussion started by: proactiveaditya
0 Replies

2. Shell Programming and Scripting

rsync script for synchronisation and backup

hello, i need to modified my synch/back scripts.... i want that this script only syncro folders in destinationfolder. f.e. when in destination are two folders 1) admin 2) users but in SOURCE are three: 1) admin 2) users 3) antivirus the script should only increnmential sync the... (0 Replies)
Discussion started by: onkeldave
0 Replies

3. Cybersecurity

Permissions for Backup user to rsync files

I've got a new MythTV box at home and figured it would be a great opportunity to use it to do daily mirrors of my mysqlbackup directory (let's say /mysqlbackup/backups) and my website at /usr/local/apache/htdocs and below. I figured it would be a best practice NOT to use a root login but to... (0 Replies)
Discussion started by: dheian
0 Replies

4. Shell Programming and Scripting

Rsync backup

How do i use Rsync yo pickup only new or modified files from source? I am using rsync -ravzpotu --delete-excluded but sometimes it goes thru all files again (5 Replies)
Discussion started by: sprool
5 Replies

5. UNIX Desktop Questions & Answers

Help with excluding .Trashes in an rsync backup

I'm using this script to backup an external hdd to another external hdd - rsync -aE --delete --exclude Volumes/Disk\ A/.Trashes "/Volumes/Disk A" "/Volumes/Disk A Backup"The source drive being "Disk A", and the drive I wish to backup to being "Disk A Backup". I'm constantly getting this error,... (4 Replies)
Discussion started by: Orbient
4 Replies

6. Shell Programming and Scripting

rsync backup and recovery options

Hi, Do we have any options in rsync to recover files from the backup? Please share your thoughts. Thanks in advance. (0 Replies)
Discussion started by: MVEERA
0 Replies

7. Shell Programming and Scripting

rsync backup mode(--backup) Are there any options to remove backup folders on successful deployment?

Hi Everyone, we are running rsync with --backup mode, Are there any rsync options to remove backup folders on successful deployment? Thanks in adv. (0 Replies)
Discussion started by: MVEERA
0 Replies

8. Shell Programming and Scripting

Rsync script and backup problems.

Hello everybody I'm triing since few days to do this. So sorry if my question looks stupide, but i've tried. I have to get picture from a folder (who is updated automaticly and with subfolder) with theirs extensions (i'm ok on that) and this files have to me copied in a folder where a website... (7 Replies)
Discussion started by: boytruc
7 Replies

9. AIX

rsync backup root files

Hi, I am trying to use rsync utility through ssh to synchronize some root files of 2 servers. I have a rsyncusr user in each server. I configured ssh with no password. I set NOPASSWD in the /etc/sudoers file: rsyncusr ALL= NOPASSWD:/usr/bin/rsync In order to make rsync able to sudo and be... (2 Replies)
Discussion started by: samalogo
2 Replies

10. UNIX for Dummies Questions & Answers

Backup solution using rsync

Hello All, I am looking at a fast way to script some backups. I am looking at using rsync to do the leg work. I am having a hard time conceiving a script though. I have a tree with subfolders within subfolders. I was looking at the /xd option to parse the tree. Directory of k:\ ... (4 Replies)
Discussion started by: jvamos
4 Replies
KOCONVERTER(1)							      office							    KOCONVERTER(1)

NAME
Koconverter - Calligra Document Converter SYNOPSIS
koconverter [Qt-options] [KDE-options] in out DESCRIPTION
Calligra is an integrated office suite for KDE. It offers a word processor, a spreadsheet, a presentation program, graphics tools, and more. OPTIONS
in Input file out Output file Generic options: --help Show help about options --help-qt Show Qt specific options --help-kde Show KDE specific options --help-all Show all options --author Show author information -v, --version Show version information --license Show license information Options: --backup Make a backup of the destination file --batch Batch mode: do not show dialogs --interactive Interactive mode: show dialogs (default) --mimetype <mime> Mimetype of the output file SEE ALSO
More detailed user documentation is available from help:/calligra (either enter this URL into Konqueror, or run khelpcenter help:/cal- ligra). AUTHOR
This manual page was written by Adrien Grellier <adrien.grellier@laposte.net> for the Debian project (but may be used by others). 11 septembre 2011 KOCONVERTER(1)
All times are GMT -4. The time now is 08:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy