LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Rsync woes (https://www.linuxquestions.org/questions/linux-networking-3/rsync-woes-354467/)

Swakoo 08-18-2005 02:13 AM

Rsync woes
 
hi guys,

one of my server(development production) does rsync with a few other web servers (live production).

Recently it props up an error saying about mkstemp error or something.. sorry i got no sample error message as it suddenly work again..
but the error points to files within the specified directory for transfer which are hidden.. and are swap files..

for example, we edited some template files (call template.tpl) and the error will point to .template.tpl.ADJBncfod (the ending extension seems random)



thanks :scratch:

PenguinPwrdBox 08-19-2005 11:03 AM

They are tmp files - like the ~ prefixed files for everything else.
I would check that dir's perms - see if you can loosen them up a bit - just for fun...to see if that makes a difference.

Swakoo 08-22-2005 10:52 PM

Quote:

Originally posted by PenguinPwrdBox
They are tmp files - like the ~ prefixed files for everything else.
I would check that dir's perms - see if you can loosen them up a bit - just for fun...to see if that makes a difference.

Yah end up its because someone ran the rsync script using another user name, causing the folder ownership to change!

many thanks!

ps: where you guys reckon i can find a good site to learn abt scripting cron and rsync, shell script etc...


All times are GMT -5. The time now is 01:32 PM.