similar to: Problem with excludes and includes

Displaying 20 results from an estimated 100 matches similar to: "Problem with excludes and includes"

2011 Sep 16
2
Cannot get the syntax of --include-from right
Here is part of my backup script: nice -n 15 rsync -avl --exclude=".*" \ --include-from="/home/bob/backup_includes" \ "$fromdir" "$todir" Here is the content of /home/bob/backup_includes /home/bob/.vimrc /home/bob/.gitconfig My problem is that neither the .vimrc nor .gitconfig are copied to the backup directory. I have read the man page about
2013 May 30
8
Run a File resource only if another file is missing
Hi, I would like to run the File resource below: file { ''autoconfig.php'': path => ''/var/www/owncloud/config/autoconfig.php'', ensure => file, owner => ''www-data'', group => ''www-data'',
2016 Jun 18
2
/root is wrongly copied during update
For backuping system folders on ArchLinux I use the following command per folder: rsync --update -DHAErlptgo --relative --delete-during $dir $backupdir The problem is that every file in /root folder and its subfolders is copied each time when this command is run. In all other folders only new or modified files are copied. The files and the folder itself have the following attributes: [root at
2019 May 13
3
root .bash_profile?
$ man bash (INVOCATION) When bash is invoked as an interactive login shell, or as a non-interactive shell with the --login option, it first reads and executes commands from the file /etc/profile, if that file exists. After reading that file, it looks for ~/.bash_profile, ~/.bash_login, and ~/.profile, in that order, and reads and executes commands from the first one that exists and
2011 Nov 01
2
Can't work with command prompt on Windows XP
Hi, collegues. I have installed Railsinstaller 2.0.0 and have a problem When I''m starting Command Prompt with Ruby and Rails I see the following text "The network path was not found. # Rails Environment Configuration. Your git configuration is incomplete. user.name and user.email are required for properly using git and services such as GitHub ( http://github.com/ ). Please
2011 Sep 22
8
Export variables into other classes
Hi all I have been pondering this for a while, but not yet seen a clean way to do it I have a few puppet classes (apache/ntp/mysql/bacula/nagios/etc) I would like to generate part of my bacula and nagios configs for each host based on which other classes that host belongs to (or to put it another way, I would like to export variables from classes which would be used by my bacula and nagios
2019 May 13
2
root .bash_profile?
Ah thank you. Having forgotten this, I already had all my aliases and instructions in there. For some reason they aren?t loading. If I do this, then everything loads: source /root/.bash_profile So there?s an indication this isn?t loading upon entry into su. Is this normal? > On May 13, 2019, at 8:38 AM, Nux! <nux at li.nux.ro> wrote: > > Hi, > > The $home of root
2012 Mar 15
3
Problem with stored configs / Invalid unicode escaping
Hello, i have a problem with stored configs since the migration from "sqlite" to "postgresql". dho@appelbaum:~$ sudo puppetd --test --verbose info: Retrieving plugin info: Loading facts in disks info: Loading facts in users info: Loading facts in mountpoints info: Loading facts in disks info: Loading facts in users info: Loading facts in mountpoints err: Could not retrieve
2010 Aug 31
3
compare a directory with itself -- differences found
well, when I tell rsync to compare my home directory with itself, it reports many differences. I'm using rsync version 3.0.7 protocol version 30. I was hoping to use it to verify my backup.
2024 Feb 01
1
Request: Add XDG Base Directory paths as fallback locations
Hello. I'd like to preface this by saying that while this can be considered a feature request, I am more than happy to contribute a patch myself that would deliver this. I am aware that in the past there has been some hostility towards the suggestion to adhere to the XDG Base Directory Specification for OpenSSH and its various configuration files. For the record, I am not asking for any of
2010 May 13
1
Emailing: 0002-use-single-registry-change-for-all-supported-windows.patch
if it works thank god for notepad2 (If it's not then be patience, I am just a windows user). Amos. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-use-single-registry-change-for-all-supported-windows.patch Type: application/octet-stream Size: 10635 bytes Desc: not available URL:
2016 Jun 18
0
/root is wrongly copied during update
Any time you don't understand why rsync is copying something the first step is to use --itemize-changes to find out what rsync thinks is different about the file. On 06/18/2016 07:22 AM, Albert Berger wrote: > For backuping system folders on ArchLinux I use the following command > per folder: > > rsync --update -DHAErlptgo --relative --delete-during $dir $backupdir > > The
2018 Jul 05
4
[PATCH] v2v: rhv plugin - find suitable host
From: root <root@localhost.localdomain> For direct upload, a suitable host must be in status 'Up' and belong to the same datacenter as the created disk. Added these criteria to the host search query. --- v2v/rhv-upload-plugin.py | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/v2v/rhv-upload-plugin.py b/v2v/rhv-upload-plugin.py index
2014 Apr 01
10
[Bug 10532] New: Rsync fails with older version.
https://bugzilla.samba.org/show_bug.cgi?id=10532 Summary: Rsync fails with older version. Product: rsync Version: 3.1.1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: r.e.wolff at bitwizard.nl
2010 Mar 01
2
[Bug 1729] New: Bash environmental associative arrays not getting set
https://bugzilla.mindrot.org/show_bug.cgi?id=1729 Summary: Bash environmental associative arrays not getting set Product: Portable OpenSSH Version: 5.2p1 Platform: Other OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: ssh AssignedTo: unassigned-bugs at mindrot.org
2019 May 13
0
root .bash_profile?
> ~/.bash_profile > The personal initialization file, executed for login shells > > First, the ~ which might not apply to root. Why do you think that? '~' is just shell shorthand for user's home directory. > Second, it?s a ?personal? init file, which also might not pertain to > root. root is just as much a user as anyone else, albeit one with
2014 Sep 29
0
Imap: Panic: UID 13737 lost unexpectedly from INBOX
Hi, today I got an panic in imap proccess. Details are: Dovecot Version: ii dovecot-core 2:2.2.13-1~auto+74 amd64 secure POP3/IMAP server - core files ii dovecot-dbg 2:2.2.13-1~auto+74 amd64 secure POP3/IMAP server - debug symbols ii dovecot-imapd 2:2.2.13-1~auto+74 amd64 secure
2006 Feb 24
1
How to use multiple link-dest directories?
Hi guys, I hope this is not considered a stupid question, but it really seems to be something that needs to be covered with a decent example in the man page. I have looked in every piece of documentation I can think of and have found no answer. So I want to use the multiple link-dest directories feature as of 2.6.4. (I am using 2.6.6) My understanding of how this should work is that I can
2010 Feb 12
9
DO NOT REPLY [Bug 7129] New: rsync 3.0.7 - unlink failed (21) - unable to delete directory
https://bugzilla.samba.org/show_bug.cgi?id=7129 Summary: rsync 3.0.7 - unlink failed (21) - unable to delete directory Product: rsync Version: 3.0.7 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org
2014 Feb 06
13
[Bug 74613] New: [v3.14-rc1] [nv34] nouveau: get 0x10000000 put 0x0000ed30 state 0xc0000000 (err: MEM_FAULT) push 0x00000000
https://bugs.freedesktop.org/show_bug.cgi?id=74613 Priority: medium Bug ID: 74613 Assignee: nouveau at lists.freedesktop.org Summary: [v3.14-rc1] [nv34] nouveau: get 0x10000000 put 0x0000ed30 state 0xc0000000 (err: MEM_FAULT) push 0x00000000 QA Contact: xorg-team at lists.x.org Severity: normal