Displaying 5 results from an estimated 5 matches for "rbackup".
Did you mean:
backup
2006 Mar 19
0
rsync configured but with little probleam in the end
Hello Folks,
I am wondering what could be the problem now. I have succeeded in having an
ssh login without password request. Reaching the last stage of creating the
rbackup.sh, that's where I got the problem. I made this file executable by
running this command
chmod +x rbackup.sh
Now, when I run this command (./backup.sh) to execute it, I get errors
.....complaining of the source on line 53. The errors appear as follows;
:command not foundbackup.sh: line 1:
:com...
2010 Apr 09
4
zfs send hangs
.... The transfer hangs about halfway through and is
unkillable, freezing all IO to the filesystem, requiring a hard
reboot. I have attempted this three times and failed every time.
On the destination server I use:
nc -l -p 8023 | zfs receive -vd sas
On the source server I use:
zfs send -vR promise1/rbackup at daily.1 | nc mothra 8023
The filesystems on both servers are the same (zfs version 3). The
source zpool is version 22 (build 129), and the destination server is
version 14 (build 111b).
Rsync does not have this problem and performs extremely well. However,
it will not transfer snapshots. Two o...
2014 Feb 13
1
Backing up Xen vm's
...ncouraged by the the excellent wiki's available,
I'm giving Xen a try.
I' ve tested setting it all up but I have this question concerning
making backups.
i' ve noticed that virsh snaphot-create does not work, and googling this,
I can find many posts describing making backups with rbackup, lvm , dd, ....
The thing is there is not always a date with these posts and articles,
so before I dig into this:
Is this still the way this is done, or is there now a more
straightforward way to backup ( Xen ) vm's?
Many thanks for any advise.
Greetings, J
--
Johan Vermeulen
IT-medewer...
2006 Dec 06
1
IO error encountered -- skipping file deletion
...during. Still the same problem.
Is it on the sender or receiver side, or a timeout encountered somewhere.
I am using 2.6.8.
Client: Windows with cwrsync
rsync -aqrz --delete-during --password-file=<..> "/cygdrive/c/........"
<Auth User>@host::acs
Server:
[acs]
path = /var/rbackup/acs
read only = false
list = false
uid = ftpuser
gid = users
transfer logging = yes
log format = [%a] %o %m (%u) %f %l
auth users = <Auth User>
secrets file = /etc/rsyncd.secrets
incoming chmod = ugo+rwx
Thanks
Master
2007 Jan 02
5
DO NOT REPLY [Bug 4318] New: automatic module creation with rights on server
...OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: kilburna@iservnetworks.com
QAContact: rsync-qa@samba.org
A typical module would be
[module_name]
path = /var/rbackup/[module_name]
read only = false
list = false
uid = uiduser
gid = gigusers
transfer logging = yes
log format = [%a] %o %m (%u) %f %l
auth users = auth_username
secrets file = /etc/rsyncd.secrets
incoming chmod = ugo+rwx
hosts allow = *
When the client connects for the first time the path, rights, r...