similar to: Trying to preserve UID and GID when backing up with rsync

Displaying 20 results from an estimated 800 matches similar to: "Trying to preserve UID and GID when backing up with rsync"

2011 Mar 01
0
Error when filters exclude all files from transfer
Hi I am using rsync in combination with lsyncd to do incremental backups. The following rsync command is being executed when lsyncd detects that files have changed: /usr/bin/rsync -lptgoDsz --filter=.\ /etc/rsync.filter -r --delete --force --from0 --files-from=- / rsynchead::school The file /etc/rsync.filter contains the following: + /home/*/.kde/share/apps/kmail/mail/** +
2003 Dec 23
4
Permissions Problems
Here's my command copied from a shell script:\ rsync --verbose --progress --stats --compress --rsh=/usr/bin/ssh --recursive --times --perms --links \ /home/* trt@xxxxxx.xxxxxxx.xxx:/remotebackups/ Here's some (a small part) of the output: jk/.recently-used 253 100% 0.00kB/s 0:00:00 rsync: recv_generator: mkdir "jk/.secpanel/.runfiles": Permission denied (2) stat
2010 May 12
1
.vimrc File Disappeared and Saw vimrc and .viminfo Files in My Home Directory
Hi, I'm not sure what's going on ;-( updated a .vimrc file in my home directory with some customized settings last week. I'm looking at my home directory now, that .vimrc file disappeared for no reason and I saw a file called vimrc and .viminfo in the home directory. Of course, it didn't take my customized settings when I used vim. Is that a normal behavior? Am I missing
2018 Sep 20
5
Global sieve doesn't run and I don't know why
Hi Everyone, I have dovecot, postfix, roundcube and piegeonhole managesieve all working nicely together. Personal scripts defined in roundcube run without issue. I have configured the global sieve dir defined in 90-sieve.conf: sieve_global_dir = /var/lib/dovecot/sieve/global/ I pre-compiled the script in there: # ls -l /var/lib/dovecot/sieve/global/ total 8 -rw-r--r--. 1 root root 118 Sep 19
2005 Jan 18
1
Rsync Minimalist: --include only does "add_exclude"
Why does this not include? I have tried many variations including adding an exclude command. Includes.txt: + //aBackup/* + //apic/* - /* rsync --verbose --progress --stats -vv --recursive -e "ssh -p 2423" --include-from=includes.txt rsynchost: add_exclude(+ //aBackup/*.*) add_exclude(+ //apic/*) add_exclude(- /*) user@rsynchost's password: receiving file list ... add_exclude(+
2014 May 11
3
find with exclude directory
Hey all, I'm trying to do a find of all files with the phrase 'varnish' in the name, but want to exclude a user home directory called /usr/local/digitalplatform. Here's what I was able to come up with: find / -path '/usr/local/digitalplatform/*' -prune -o -name "*varnish*" Which results in this: [root at uszmpwsls014lb ~]# find / -path
2013 Feb 13
1
`./puppet-enterprise-uninstaller -pd` - not removing /var/lib/peadmin
Puppet 2.7.19 (Puppet Enterprise 2.7.0) When I try to uninstall/purge the product using command below, /var/lib/peadmin/.* remains ./puppet-enterprise-uninstaller -pd [root@puppettarget peadmin]# ls -la total 44 drwx------ 5 502 502 4096 Feb 13 13:13 . drwxr-xr-x. 24 root root 4096 Feb 13 15:13 .. -rw------- 1 500 500 1952 Feb 12 16:18 .bash_history -rw-r--r-- 1 502 502 192 Feb 11
2003 Dec 23
0
Permissions Problems Problem solved!
I had forgotten to set the permissions on the upload folder on the remote server. Once I set the perms correctly, it worked. Thanks to everyone for the help! -----Original Message----- Here's my command copied from a shell script:\ rsync --verbose --progress --stats --compress --rsh=/usr/bin/ssh --recursive --times --perms --links \ /home/* trt@xxxxxx.xxxxxxx.xxx:/remotebackups/
2016 Apr 27
3
Semi-OT: very weird vi behaviour
> Date: Wednesday, April 27, 2016 13:43:00 +0000 > From: "Vanhorn, Mike" <michael.vanhorn at wright.edu> > > On 4/27/16, 9:39 AM, "centos-bounces at centos.org on behalf of > m.roth at 5-cent.us" <centos-bounces at centos.org on behalf of > m.roth at 5-cent.us> wrote: > >> And now, I just >> ssh'd in from another windows, same
2008 Jan 11
3
systems hang when accessing parts of the OCFS2 file system
Hi everyone Firstly, apologies for the cross post, I am not sure which list is most appropriate for this question. I should also point out, that I did not install OCFS2 and I am not the person that normally looks after these kind of things, so please can you bear that in mind when you make any suggestions (I will need a lot of detail!) The problem: accessing certain directories within the
2008 Jan 11
3
systems hang when accessing parts of the OCFS2 file system
Hi everyone Firstly, apologies for the cross post, I am not sure which list is most appropriate for this question. I should also point out, that I did not install OCFS2 and I am not the person that normally looks after these kind of things, so please can you bear that in mind when you make any suggestions (I will need a lot of detail!) The problem: accessing certain directories within the
2016 Apr 27
0
Semi-OT: very weird vi behaviour
Richard wrote: >> Date: Wednesday, April 27, 2016 13:43:00 +0000 >> From: "Vanhorn, Mike" <michael.vanhorn at wright.edu> >> On 4/27/16, 9:39 AM, "centos-bounces at centos.org on behalf of >> m.roth at 5-cent.us" <centos-bounces at centos.org on behalf of >> m.roth at 5-cent.us> wrote: >> >>> And now, I just >>>
2018 Sep 21
0
Global sieve doesn't run and I don't know why
1. set mail_debug=yes, try again, and check logs 2. take one email (the whole email as source), store it as mail.eml and use sieve-test to find out if your script is broken. Aki On 20.09.2018 23:02, Ranbir wrote: > Hi Everyone, > > I have dovecot, postfix, roundcube and piegeonhole managesieve all > working nicely together. Personal scripts defined in roundcube run > without
2018 Sep 20
0
Global sieve doesn't run and I don't know why
Op 20/09/2018 om 22:02 schreef Ranbir: > Hi Everyone, > > I have dovecot, postfix, roundcube and piegeonhole managesieve all > working nicely together. Personal scripts defined in roundcube run > without issue. > > I have configured the global sieve dir defined in 90-sieve.conf: > > sieve_global_dir = /var/lib/dovecot/sieve/global/ > > I pre-compiled the script in
2008 Apr 15
1
problems with skipping server-excluded files with rsync 2.6.6
Hi, I have a setup as follows: rsync config file (/var/run/ifxclm-rsyncd.conf): uid = root gid = root hosts allow = zgrlvr1a.zgr.insel.de log file = /var/log/ifxclm-rsyncd pid file = /var/run/ifxclm-rsyncd.pid log format = %h %o %f %l %b transfer logging = true use chroot = true read only = false write only = true [drb] comment = DrB Environment path
2004 Jul 13
0
Samba-3.0.x: Strange problems with roaming profiles
Hello I've got some strange problems with Samba-3.0.4. When using roaming profiles, keyboard layout is set to english (instead of norwegian) and a lot of programs wont load correctly. Setting log level = 3 revealed a lot of errors after the netlogon-script had executed (and all shares correctly set up). I switched to log level = 10 to get a more detailed view of these errors (show below).
2008 Mar 05
0
Problem with 'homes' share
I am using samba3 on centos5 and have a problem with the 'homes' share. I have existing Linux home directories. When I access the samba server from the windows terminal server (via \\servername) I see 2 shares, backup and mikeg (my username). The mikeg share takes me to my Linux home directory so all seems well. The problem I have is that any file I try to open opens read only. I did
2009 Apr 26
4
DO NOT REPLY [Bug 6293] New: rsync crashes when transferring files
https://bugzilla.samba.org/show_bug.cgi?id=6293 Summary: rsync crashes when transferring files Product: rsync Version: 3.0.5 Platform: x86 OS/Version: Mac OS X Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: dirk.samba@miriup.de
2007 May 14
0
Userrights problem: Samba PDC + OpenLDAP
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello there, i have a new problem with my samba :-). i'd created a new user in the OpenLDAP. Then i joined the Domain and tried to browse in the homedir of the new user. Here are the rights under Linux: [16:27:52] jens@saphira:~ > ll total 1.8M drwxrwx--- 7 jens Domain Users 632 May 14 16:27 . drwxrwxrwx 15 nobody root 360 May
2006 Mar 20
0
check_ntlm_password: Authentication for user FAILED with error NT_STATUS_IO_TIMEOUT
Hi all I have a samba pdc with ldap (samba 3.0.21c with openldap 2.3.19) and 2 domain member servers(as file servers which are running samba 3.0.21c) . all my users are redirected to my files server to access the respective shares. when the logon script runs, the log file in the file server shows the following error log thereby the drive is not getting mapped, the user has to manually give the