similar to: Backup of the 5 last revisions of files

Displaying 20 results from an estimated 500 matches similar to: "Backup of the 5 last revisions of files"

2003 Jan 09
2
Help With Restoring
Hi All, I have been using rsync to backup to a central server with a 7 day incremental script on 2 Redhat boxen. #!/bin/sh PATH=/usr/local/bin:/usr/bin:/bin DAY=`date +%A` export PATH DAY [ -d /root/emptydir ] || mkdir /root/emptydir rsync --rsh=/usr/bin/ssh --delete -a /root/emptydir/ CENTRAL_SERVER_IP:/backup2/BACKED_UP_SERVER_FQDN/$DAY rmdir /root/emptydir rsync --delete
2007 Apr 26
2
Automatic printer download
Hallo! I am running samba-3.0.10-1.4E.11 on centOS. I want to enable the automatic printer download feature, but are running into problems. I have tried to work it out from samba by example, but since the automatic driver download is bundeled togehter with ldap (which I am not using), this does not get me anywhere. Can anyone direct me to a good howto on this - one that will make things work! I
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
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]
2002 Nov 27
1
Trailing Slash Inconsistencies
Hello, I am noticing inconsistencies when using a trailing slash on the source directories in conjunction with the '--delete' option. In one instance when using a trailing slash files get deleted from 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)
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
2007 Feb 04
1
Howto create encrypted passwords with the simple menu in pxelinux
Hallo! I am using pxelinux to boot the computers in my network. It works really nice! One thing I have not figured out is how to use encrypted passwords with the simple menu. Ofcourse it works with passwords stored in plain text, but I would really like to use securely stored passwords. I have tried to use the perl script "sha1pass" but this only ends up in a heap of error messages. I
2016 Mar 01
1
[PATCH] tests: move ntfs tests in a single directory
Move test-ntfscat.sh and test-ntfsclone.sh in a single ntfs directory, much like the tests for other filesystems. --- Makefile.am | 3 +- configure.ac | 3 +- tests/ntfs/Makefile.am | 27 +++++++++++++++++ tests/ntfs/test-ntfscat.sh | 53 +++++++++++++++++++++++++++++++++ tests/ntfs/test-ntfsclone.sh | 62
2009 Oct 11
2
empty quotes for rsync parameter
Why does inserting an empty quote ("") 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
2012 Feb 18
1
Gluster NFS and symlink
Hi list, Is there a configuration for gluster 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
2002 Mar 08
1
[PATCH][RFC] space saving incrementals
Please CC me directly as i'm not on the list. I have attached a patch against latest CVS (cvs diff -u) that adds the following functionality. I can break it up if you would prefer it in pieces. Comments welcome. o add compare-perms option This creates a new inode for a file even if only the perms have changed. This way if a file outside of destdir is hardlinked to a dentry inside
2023 Jan 12
1
Upgrading system from non-RAID to RAID1
> On 01/11/2023 01:33 PM, H wrote: >> On 01/11/2023 02:09 AM, Simon Matter wrote: >>> What I usually do is this: "cut" the large disk into several pieces of >>> equal size and create individual RAID1 arrays. Then add them as LVM PVs >>> to >>> one large VG. The advantage is that with one error on one disk, you >>> wont >>>
2005 Oct 10
2
Asterisk and Mitel SX 200 Slip and Frame Errors causing Major Ala rms
We have integrated an Asterisk (TE110P) and a Mitel SX200. We usually get over 500 frame errors and over a 500 slip errors per hour. When the errors reach 1000 per hour the Mitel will take it's T1 card offline. At that point no calls can be routed from the Asterisk server to the Mitel and the TE110P reports a Yellow alarm. What can be causing all these Frame and Slip errors? We have been
2013 Jul 12
2
rsync error 3.0.6
Hello, I use procedures for backup with rsync. The data where "pulled" by the backup server. Sender: Now CentOS 5.9, receiver CentOS 6 updated on July 3. Up to yesterday it run OK. Today morning I made yum update to sender CentOS 5 Now I get rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at
2008 Feb 05
1
Map Linux Drive to Windows
Hi List, I have a Samba PDC, and i want another file server to be installed , which user will map their home directory without joining,[ means i don't this server will be a another PDC, it'll be personal file server ] here is my configuration [global] workgroup = LK server string = Samba Server Version %v log file = /var/log/samba/log.%m max log
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,
2012 Feb 27
4
[PATCH 0/4] Add various ntfs* tools and unify label setting.
This miscellaneous patch adds bindings for: - ntfsfix - ntfsclone - ntfslabel and unifies filesystem label setting through a single API 'set-label' which replaces 'set-e2label' and is also able to set labels on NTFS using the ntfslabel program. 'ntfsfix' has been added as a possible way to fix RHBZ#797760. However I have not found a way to fully fix this bug. See
2011 Oct 26
1
using local media file to install guest
Hi, Been fighting with this for a long time and have narrowed my issues down to one item... How to use a iso image file to install a guest os with centos6? I installed centos6 with the virt host package. According to few obscure sites virt-install cannot use local media iso to install guests. With virt-manager I was able to use the same iso to make a guest, but I do not want the gui on the
2008 May 28
1
Rsync to Mac
Hi All I am trying to setup my Mac to be an Rsync server for my office PCs. I can’t seem to find information on how to setup the Mac as the server part. Any ideas? Brad No virus found in this outgoing message. Checked by AVG. Version: 7.5.524 / Virus Database: 269.24.1/1468 - Release Date: 5/26/2008 3:23 PM -------------- next part -------------- HTML attachment scrubbed and removed
2017 Jan 19
1
[Bug 12530] New: [REQ] Improve fuzzy using files being uploaded
https://bugzilla.samba.org/show_bug.cgi?id=12530 Bug ID: 12530 Summary: [REQ] Improve fuzzy using files being uploaded Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org