search for: pretendroot

Displaying 4 results from an estimated 4 matches for "pretendroot".

2005 May 27
1
Preserving uid/gid on remote machine with non-root permission
Is there a way to backup files to a remote machine on which I don't have root permission, while preserving their uids/gids? I know that only the super-user can set the owner and group of a file, so what I am actually looking for is a tool that would store the actual uids/gids of all files that are backuped by rsync in a kind of meta-file. This file could then be used to restore the files
2005 Aug 09
1
meta data stored in separate file?
i found a couple messages in the archives relating to backups vs. distribution and ownership issues without root privs that kinda touched on the idea of storing meta info (ownership, modes, acls) in a separate file. has anyone else looked at storing meta data in a side file of some sort? it seems that it could be done all on the client side. send over files with totally plain meta info and
2006 Oct 26
1
Storing ownership / device nodes without root
Right now, if you want a faithful backup of a system, you must either have root access on the target machine (for chown, mknod, ...), or you have to arrange for fakeroot/pretendroot to wrap itself around the rsync server to catch all these permissions/etc and keep them in a database file. Also, the fakeroot approach isn't exactly reliable (premature exit -> all SAVED permission data is lost). My problem (and I assume that of others) is that I don't have/want...
2006 Oct 12
6
backup system files (and permissions) over ssh
how do you backup system files like /etc/ over ssh to another machine and keep permissions the same on the remote backup location ? i tried using -a flag, but because i'm connecting through ssh i'm not using Rsync module on the remote computer and therefore i cant write files as root so -a flag is not working. all the files are being written with owner SSH_USER and group SSH_USER_GROUP i