search for: backup1

Displaying 20 results from an estimated 63 matches for "backup1".

Did you mean: backup
2003 Oct 29
1
rsync problem
Hello, I'm trying to backup partition "/users1" on host "john" onto partition "backup1" on host "mary". Here is my rsyncd.conf: [backup1] path = /backup1 use chroot uid root gid root auth users = backup secrets file = /etc/rsyncd.secrets strict modes = true hosts allow = 193.136.196.9 hosts deny = * It works with ssh as transport: [root@...
2010 Nov 22
6
DO NOT REPLY [Bug 7809] New: I/O errors other than IOERR_GENERAL should not suppress deletion
https://bugzilla.samba.org/show_bug.cgi?id=7809 Summary: I/O errors other than IOERR_GENERAL should not suppress deletion Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org
2010 Jul 19
1
btrfs: unlinked X orphans messages
Hi, I am using btrfs for remote backups (via rsync), with daily and weekly snapshots. I see these messages in kern.log: Jul 18 07:09:43 backup1 kernel: [3437126.458374] btrfs: unlinked 9 orphans Jul 18 12:01:01 backup1 kernel: [3454604.905856] btrfs: unlinked 1 orphans Jul 18 13:01:51 backup1 kernel: [3458254.990199] btrfs: unlinked 1 orphans Jul 19 04:01:41 backup1 kernel: [3512244.236347] btrfs: unlinked 1 orphans Is this something I ha...
2002 Nov 27
1
Trailing Slash Inconsistencies
...subdirectories in the destination tree. In the other instance they don't. I am using rsync 2.5.5. The following are the scenarios: Scenario 1 ---------- *nix(src) ---> *nix(dest) rsync -va --stats --timeout=1800 --exclude-from=exclude.list --delete -R -e ssh user@192.168.0.10:/home/ /home/backup1/hostname/stage/ In this instance files in destination /home/backup1/hostname/stage/DIR would get deleted. Scenario 2 ---------- windows(src) --ssh tunnel--> *nix(dest) The windows machine is running rsync in daemon mode. I create a ssh tunnel from the unix machine to the windows machine and...
2007 Feb 01
0
Samba behaving badly with quotas
I have successfully added disk quotas to my FC6 system, so that the user "backup" cannot create files more than 1 block on / The reason I implemented this was because I backup my system to a USB drive mounted to /media/drivebay/backup1. However, if the drive is not mounted, then my root drive fills up (writing to the /media/drivebay/backup1 folder) and linux hangs. The problem is, that the user quota applied to / is also applying to my /media/drivebay/backup1 device too -only when accessed remotely as a SAMBA share! (I don'...
2003 Jan 09
2
Help With Restoring
...ore files using scp from time to time. now I'm faced with a bare metal recovery cause of a botched upgrade from Redhat 7.1 to 8.0 that failed half way through. This machine was still accessible via console and ssh (putty). I signed in via ssh and ran... # cd / # scp -r CENTRAL_SERVER_IP:/backup1/BACKED_UP_SERVER_FQDN/current/.* . This was running for a while and then i lost my connection and cant reconnect. I won't have console access till the morning but any advice would be greatly appreciated. Thanks ..:..:..:..:..:..:..:..:..:..:..:..:.. Mark E. Hanze IT Solutions Consul...
2006 Jan 18
1
Backup of the 5 last revisions of files
...7 folders that are rotated on a daily basis. At the moment I run backup only one time each day. /home-area on my server uses 18G, and all the 7 backups together fill up 19G on my usb-disk, so I think my script works okay. It looks like this: rsync -verbose -progres -a --link-dest=/mnt/usbd/daglig/backup1 My question is: Can anyone help me with a script that takes backup of for example the 5 last revisions of the files on /home, so that backup1 contains version 1 of a file, backup2 contains version 2 of a file and so on? Of course if a file has noe revision it should only be kept in its originalyy...
1999 Mar 26
0
Win98 goes to sleep on Samba
...====================== # workgroup = NT-Domain-Name or Workgroup-Name workgroup = COP snip...... # Security mode. Most people will want user level security. See # security_level.txt for details. security = server # Use password server option only with security = server password server = BACKUP1 snip....... encrypt passwords = yes smb passwd file = /etc/smbpasswd snip..... unix password sync = Yes passwd program = /usr/bin/passwd %u passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully* snip....... #...
2018 Feb 05
0
Samba Fails to Delete Folder and Leaves Behind Broken Symlinks
...rship permissions. Yet, when I go to delete this folder, the files will be deleted, but folders will be turned into broken symlinks. Here are some borken symlinks that formed during deletion. [root at bighoss Administrator]# ls -l lrwxrwxrwx. 1 laura users      73 Feb  4 19:01 SendTo -> /mnt/backup1/Users/Administrator/AppData/Roaming/Microsoft/Windows/SendTo lrwxrwxrwx. 1 laura users      77 Feb  4 19:01 Start Menu -> /mnt/backup1/Users/Administrator/AppData/Roaming/Microsoft/Windows/Start Menu lrwxrwxrwx. 1 laura users      76 Feb  4 19:01 Templates -> /mnt/backup1/Users/Administrat...
2004 Nov 17
1
timeout and connection to remote rsync server
I have two Suns with Solaris 9. I use rsync version 2.6.3. I copy files from the local machine to a remote rsync server. At the destination side I run rsync deamon via inetd. command rsync -av *.tmp backup1::tmp/ works well, I tried simulate damage of backup1, but when I disconnected backup1 machine and run command, rsync was still waiting for connection. I tried use this command: rsync -av --timeout=30 *.tmp backup1::tmp/ but it didn't take an effect. Is this option (--timeout) active in thi...
2009 Oct 11
2
empty quotes for rsync parameter
...quot;") into a rsync command cause the current directory to be backed up? Not sure if this is a UNIX-syntax question or rsync-syntax question. Code: #!/bin/sh echo "\nspace between quotes has no effect; only music is backed up:" rsync -ilrtn " " /home/wolf/music /backups/backup1 echo "\nempty quotes backs up current directory and music:" rsync -ilrtn "" /home/wolf/music /backups/backup1 Thank you.
2016 Mar 01
1
[PATCH] tests: move ntfs tests in a single directory
..., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +# Test the ntfsclone-in/-out commands. + +set -e + +if [ -n "$SKIP_TEST_NTFSCLONE_SH" ]; then + echo "$0: test skipped because environment variable is set." + exit 77 +fi + +rm -f test-ntfsclone.img ntfsclone-backup1 ntfsclone-backup2 + +# Skip if ntfs-3g is not supported by the appliance. +if ! guestfish add /dev/null : run : available "ntfs3g"; then + echo "$0: skipped because ntfs-3g is not supported by the appliance" + exit 77 +fi + +if [ ! -s ../../test-data/phony-guests/windows.i...
2012 Feb 18
1
Gluster NFS and symlink
...ter to have symlinks working with gluster nfs exports? When I try to create a symlink on a glusterfs nfs mount I get: ln: creating symbolic link `test' to `httpdocs': Unknown error 526 From nfs.log: [2012-02-18 01:27:27.541155] E [client3_1-fops.c:173:client3_1_symlink_cbk] 0-dcm-gluster-backup1-client-0: remote operation failed: Operation not supported Is this operation really not supported? Thanks. Lars
2007 Jul 30
2
DO NOT REPLY [Bug 4834] New: --inplace with --backup --backup-dir does not work
...ormal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: joost@seat-ibiza.nl QAContact: rsync-qa@samba.org I believe this error still exists in version 2.6.9. Here's an example which will fail: rsync -av -b --inplace --backup-dir backup1 /tmp/rsynctest/test root@server:/raidset1/rsynctest/ Password: building file list ... done rsync: open "/raidset1/rsynctest/backup1/test": No such file or directory (2) sent 63 bytes received 20 bytes 33.20 bytes/sec total size is 114 speedup is 1.37 rsync error: some files could not...
2002 Mar 08
1
[PATCH][RFC] space saving incrementals
...nly applies it to regular files so symlinks and device nodes will still chew up inodes. :( for the sake of an example here is the command line i'm using: /site/bin/rsync -v --stats -a -H -e ssh --compare-perms --delete --delete-excluded --numeric-ids --exclude-from - --link-dest /e/backup1/home/update1/tree leto:/efs/home/ /e/backup1/home/update2/tree > /e/backup1/home/update2/log i have tried to keep my changes small and consistent with the existing coding style. Feel free to dink with it. I only care about the performance. -- __________________________________________...
2005 Oct 10
2
Asterisk and Mitel SX 200 Slip and Frame Errors causing Major Ala rms
...1-24 =================================== # cat /etc/asterisk/zapata.conf ; ; Zapata telephony interface ; ; Configuration file [trunkgroups] ; ; Trunk groups are used for NFAS or GR-303 connections. ; ; Group: Defines a trunk group. ; group => <trunkgroup>,<dchannel>[,<backup1>...] ; ; trunkgroup is the numerical trunk group to create ; dchannel is the zap channel which will have the ; d-channel for the trunk. ; backup1 is an optional list of backup d-channels. ; ;trunkgroup => 1,24,48 ; ; Spanmap: Associates a span w...
2010 Jul 09
2
snapshot out of space
I am getting the following erorr message when trying to do a zfs snapshot: root at pluto#zfs snapshot datapool/mars at backup1 cannot create snapshot ''datapool/mars at backup1'': out of space root at pluto#zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT datapool 556G 110G 446G 19% ONLINE - rpool 278G 12.5G 265G 4% ONLINE - Any ideas??? -------------- next part -------------- An HTML attachment was...
2004 Jul 07
0
GR-303 configuration options?
Can anyone describe the asterisk implementation of this any better than the sample config files do? from zapata.conf ; Trunk groups are used for NFAS or GR-303 connections. ; ; Group: Defines a trunk group. ; group => <trunkgroup>,<dchannel>[,<backup1>...] ; ; trunkgroup is the numerical trunk group to create ; dchannel is the zap channel which will have the ; d-channel for the trunk. ; backup1 is an optional list of backup d-channels. ; ;trunkgroup => 1,24,48 ; ; Spanmap: Associates a span w...
2004 Apr 18
0
(no subject)
...samba.org/> is very limited. A older version of rsync is running on system A (2.5.7), while a newer version of rsync is running on system B (2.6.0). I've tried to used the following rsync commands to backup data between systems: rsync -avz /<directory_path>/dumps.tar eln-test:/backup1/cmprd/ rsync -avz --ssh="ssh -l bcross" /<directory_path>/dumps.tar eln-test:/backup1/cmprd/ I've also noticed that there is no rsyncd.conf file on both systems. Do I need to have this to make the rsync command work. This is a production machine and I can't j...
2007 Feb 23
0
rsync: file too large (27) errors.
...file too large error. I have googled this and read bug reports on file. I have upgraded rsync on the system that appeared to be having problems. I am still not able to find a solution. I am using Dirvish for backups and was directed to ask here as this was determined to be more of an rsync issue. Backup1 = system that initiates Dirvish and pulls the data from other hosts. This is a Debian Sarge system with rsync: rsync version 2.6.4 protocol version 29 Copyright (C) 1996-2005 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, s...