Sponsored Content
Operating Systems Linux Ubuntu Backup Ubuntu server 12.05 LT Post 303017440 by fretagi on Wednesday 16th of May 2018 08:51:27 AM
Old 05-16-2018
Backup Ubuntu server 12.05 LT

I wonder what free backup utilities fellow admins are using to clone or backup root disks of ubuntu servers. I try clonezilla, but errors pop up.
Any ideas?

---------- Post updated at 02:51 PM ---------- Previous update was at 09:49 AM ----------

I have used the rsync command like:

Code:
rsync -azvr --progress  --exclude /archives --exclude /data1 --exclude /backup --exclude /data2 --exclude /testdb --exclude /netappbk --exclude /mcelnetapp -- exclude /dev root@10.100.48.75:/flash/mkesh/server4/

but an error pop up:

Code:
/usr/bin/rsync -azvr --progress  --exclude /archives --exclude /data1 --exclude /backup --exclude /data2 --exclude /testdb --exclude /netappbk --exclude /mcelnetapp -- exclude /dev root@10.100.48.75:/flash/mkesh/server4/
Password:
sh: rsync: 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(605) [sender=3.0.9]

 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Would like to install x86 desktop Ubuntu over AMD64 Ubuntu server

My intention was to build a dual boot XP Pro 64 and Ubuntu media server. I had installed the AMD64 version of Ubuntu 8.10 server and thought that I would be able to install Apache server. I need a GUI to work in. I tried to boot and install Mythbuntu 32 bit 8.10, but my machine now won't recognize... (0 Replies)
Discussion started by: docflyboy
0 Replies

2. Solaris

Server Backup

Hi, As per my understanding in sun ufsdump and snap are 2 methods of backup of file system. what is inode table backup? or can we take only inode table backup? Regards Manu (1 Reply)
Discussion started by: manoj.solaris
1 Replies

3. Ubuntu

Ubuntu Server

Hi, My problem is that I need to set up a DNS server and a mail server. I just know that IP address of the server we have rented. Can you tell me if I can set up mail server and a DNS server with just the IP address? Tushar (6 Replies)
Discussion started by: tusharkumar
6 Replies

4. 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

5. Ubuntu

Set up a Ubuntu server as a FTP server

Hello, How can I set up a ubuntu server as a FTP server? Thanks, (1 Reply)
Discussion started by: Pouchie1
1 Replies

6. UNIX for Dummies Questions & Answers

Help with Ubuntu server 12.04 installation

hello, i have been try installing Ubuntu server 12.04 and receiving a message: no network interface card detected. can someone help me to locate where my interface card is (1 Reply)
Discussion started by: naghazky
1 Replies

7. Ubuntu

Ubuntu Server in VM - DHCP Server not working

Hello. Doing my first steps in Linux and while trying to configure a DHCP server in Linux i encountered some problems: TOPOLOGY: - Laptop with Windows 8.1 - VM Player 12 with Linux installed (Ubuntu Server 14.04) - ICS-DHCP-SERVER installed and running - Another LAPTOP conected to a... (1 Reply)
Discussion started by: Portuguevos
1 Replies
DDIR(1) 						      cvs status - formatter							   DDIR(1)

NAME
ddir - display hierarchical directory tree SYNOPSIS
ddir [options] DIR DESCRIPTION
Display an indented directory tree using ASCII graphical characters to represent the hierarchical structure. The directories to include or exclude can be specified with command line options. Ddir is a Perl implementation of the tree(1) program. OPTIONS
-d, --dir Display only directories. -h, --help Print text help --help-exclude Print default exclude path value when --exclude-vcs is used. --help-html Print help in HTML format. --help-man Print help in manual page man(1) format. -i, --include REGEXP Include files mathing regexp. The match is done against whole path. The option can be used multiple times. If this option is not supplied, every file is automatically included. The matches can be further filtered by using options --exclude. -v, --verbose LEVEL Print informational messages. Increase numeric LEVEL for more verbosity. -V, --version Print contact and version information. -x, --exclude REGEXP Ignore files mathing regexp. The match is done against whole path. The option can be used multiple times. This option is applied after possible --include matches. -C, --exclude-vcs Exclude version control directories. See --help-exclude. EXAMPLES
Show directory tree by excluding version control directories. Display only directories: ddir --x-vcs --dir . . +--doc/ | +--manual/ +--bin/ TROUBLESHOOTING
None. EXAMPLES
None. ENVIRONMENT
None. FILES
None. SEE ALSO
tree(1) COREQUISITES
Uses standard Perl modules. AVAILABILITY
Homepage is at http://freshmeat.net/projects/ddir AUTHORS
Copyright (C) 1995-2010 Jari Aalto. Copyright (C) 1994 Brian Blackmore. LICENSE
This program is free software; you can redistribute and/or modify program under the terms of GNU General Public license either version 2 of the License, or (at your option) any later version. perl v5.10.1 2010-03-16 DDIR(1)
All times are GMT -4. The time now is 11:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy