similar to: rsync and users

Displaying 20 results from an estimated 3000 matches similar to: "rsync and users"

2007 Jan 06
2
Setting up rsync
About a year and a half ago, someone answered a request on how to set up rsync so that the encryption was automatically setup (wish I knew more about the technical aspects). It has been in use for the time since then and it has been great. Now I have to replace the destination computer and setting up, what I call the encryption part, is the part I have forgotten how to do. This is the
2005 Dec 10
1
rsync and passwords
To synchronize my server with the "standby" server, I run the following: rsync -a -e ssh /home/ 192.168.0.22:/home/ As expected, I am asked for a password from the destination computer. Is there a way to avoid that so I can make a crontab to run the rsync nightly? Todd -- Ariste Software 2200 D Street Ext Petaluma, CA 94952 (707) 773-4523
2007 Oct 01
4
Permissions question
My www directory is owned by "apache" and the group is "todd" and the permissions are 775. My Windows computers use Samba and they log into Linux with "todd". Under the www directory there are various directories which may have a group belonging to a user e.g. "viewpoint". Using this example, there is a directory under www (acutally called httpd),
2005 Aug 15
3
Best way to add/update an installation
In an effort to prevent getting many minutes into an installation only to have a CD read fail (I did verify the CD's first), I did a minimal install. Can I use the minimal install to add the necessay packages for a HTTP server and graphical interface? Todd -- Ariste Software 200 D Street Ext Petaluma, CA 94952 (707) 773-4523
2007 May 24
2
Reformatting a USB drive
I have a USB drive that has been formatted as NTFS. Can I reformat it? I have identified these properties about it /dev/sda1 /media/Extrnl_Bkup Not sure what to do next since the GUI will not mount a NTFS disk (expected). Todd -- Ariste Software 2200 D Street Ext Petaluma, CA 94952 (707) 773-4523
2006 Jan 03
2
Cheap PC's anyone
Wonder how much of this is true and if Linux could be the OS? http://www.latimes.com/business/la-fi-predict1jan01,0,3503327.story -- Ariste Software 2200 D Street Ext Petaluma, CA 94952 (707) 773-4523
2011 Mar 09
3
Creating the symbolic links in the /boot and /boot/grub/
I started a new thread since the original one is getting rather long. I have retrieved the files I deleted in /boot and /boot/grub, however I need to make links for /boot/System.map (System.map -> System.map-2.6.9-89.35.1) /boot/vmlinuz (vmlinuz -> vmlinuz-2.6.9-89.35.1) /boot/grub/menu.lst (menu.lst -> ./grub.conf) If it was not so important to get it correct, I would appreciate
2007 Jan 12
4
Problem with rpmbuild
I want to be able to recompile php, so I downloaded the src dvd and did a rpm -i php-4.3.9-3.15.src.rpm After doing that I wanted to check to see if I can recompile it before making changes. So, I went to the SPECS dir and did a rpmbuild -i php.spec It spent a lot of time doing the compile, but at the end there were errors. What am I missing? Todd -- Ariste Software 2200 D Street Ext
2007 Sep 23
2
(gnome-session:5212) error
One user gets the gnome-session: 5212 error when he tries to log on. The error states that "Could not create /home/.gnome2/ Permission denied" and "Could not create ~/.gnome/ Permission denied" Any suggestions are welcomed...... Todd -- Ariste Software 2200 D Street Ext Petaluma, CA 94952 (707) 773-4523
2005 Sep 03
2
tar question
Basic tar question: I have created a ar file with tar -prvf /tmp/ib_backup.tar /opt/interbase/data/* The file has been copied to another box and I want to untar the file into /opt/interbase/data/ I am not sure about the syntax; how to specify where I want the data to be placed. Here is my start of the command: tar -xvf /tmp/ib_backup.tar #The tar file is in /tmp Todd --
2005 Sep 04
2
Blew away MySQL
Unfortunately, I blew MySQL away by replacing the MySQL control tables with others and not making a copy of the folder. My data is backed up, so that is not a problem, but I cannot reinstall MySQL and create the mysql directory with the control tables (e.g. user, db, host). I have run "yum remove mysql" and "yum install mysql" and "yum install mysql-server" and
2005 Dec 10
2
Selecting a compatible motherboard
One of my servers is not compatible with Centos 4, so I want to replace the motherboard with a compatible one. I came across this site and would appreciate any comments on whether I can rely on selecting a board that is listed as compatible with Unix? http://www.dealtime.com/xPP-motherboards--asustek~V-rows For instance, the ASUS P5P800 Motherboard? Thank you.... Todd -- Ariste Software
2006 Nov 30
3
Will Centos work with the Intel D865GLC
I need to replace my Abit BE7 board (cannot run the newer Linux) and keep my near new IDE HD's (250 GB). A D865GLC is new available that uses the Intel 865G chip set, but I have no experience in matching Mobo's with Linux. Todd -- Ariste Software 2200 D Street Ext Petaluma, CA 94952 (707) 773-4523
2007 Feb 03
3
Unablce to open VNC
I have vnc working on my server when I am logged into that server. If I run vncviewer, I have a copy of the Desktop. Hwever, if I SSH into the server, I get an error. Due to my lack of experience, I am not sure what the log file means: http://209.204.172.137/misc/vnc_error.txt Could someone tell me what I am missing? Todd -- Ariste Software 2200 D Street Ext Petaluma, CA 94952 (707)
2011 May 07
5
How to add a HD to a LVM
I have connected a HD that was a prior system drive (Centos 4.8) and I am not sure of the command line procedures to find out if it is recognized (I believe it is since it present in the GUI), delete all data on it and finally add it to the LVM. I would like to use it as a backup data drive. Todd -- Ariste Software Petaluma, CA 94952 http://www.aristesoftware.com
2011 Oct 05
1
Formatting an external USB drive
I have an external USB drive that was formatted with NTFS and I want to use it to backup some files from my Centos 5.5 system. When I check my documentation, I am not certain of the best way to do the formatting. Suggestions welcomed.... Todd -- Ariste Software Petaluma, CA 94952 http://www.aristesoftware.com
2011 Apr 26
9
Setting up a GUI remote access
Currently I have VNC running on my Windows desktop with Samba providing access to my Linux server. Since Linux is more reliable than Windows, I would like to be able to access my Linux (Centos 5.5) via my Windows notebook - hopefully via VNC or some similar application and then access the Windows desktop (if it is not locked up :-) ) with Samba. What is the best VNC like application to
2006 Aug 05
2
Computer 1A question
I want to delete all files that have the pattern of "*.zip" in the directory /home/mydir and all sub-directories. rm -Rf /home/mydir/*.zip produces an error. What did I overlook? Thanks..... -- Ariste Software 2200 D Street Ext Petaluma, CA 94952 (707) 773-4523
2007 Jan 21
4
Limiting files when using rsync
I use the following command to sync the home directory on the two computers, however I would like not to send the "dot" files e.g. ".ssh". Can that be done, and if so, how would I construct the command line? /usr/bin/rsync -av -e ssh /home/ 192.168.0.22:/home/ Many thanks.... Todd -- Ariste Software 2200 D Street Ext Petaluma, CA 94952 (707) 773-4523
2011 Apr 11
5
Best configuration for /var/www/html/
For a long period of time, my Apache root directory has been /home/httpd. For security reasons, this is not so good as SELinux has informed me. Now all of the files have been copied to /var/www/etc with owner and group "root". The privileges are 754 (rwxr-xr--), however apache does not have access to them. Should the owner be apache? Group? Todd -- Ariste Software Petaluma,