Backup files on a remote machine with non-root permission using rsync

Auge David Hausheer
Google
Web hausheer.osola.com

With fakeroot

http://freshmeat.net/projects/fakeroot/

Use rsync-fakeroot, an advanced backup script based on rsync and fakeroot that preserves access permissions and ownership even without root permission on the backup host

With stat

Create a meta file that contains the file properties:

stat

With mke2fs

Create an ext2 filesystem within a file:

mke2fs


Related topics