This page was exported from phaq
[ http://phaq.phunsites.net ] Export date: Mon Jan 20 9:39:42 2025 / +0000 GMT |
To wipe out a directory tree on a rsync server (an export) which you don't have shell access to (but proper write access of course), just use this command: # rsync -av --delete /tmp/clear.me/ rsync://some.rsync.host/some.export/ /tmp/clear.me is an example for a local but empty directory (empty as in 'mkdir /tmp/clear.me). Putting the slashes at the end of both local and remote path will allow you to sync the empty directory onto the server, effectively removing everything on the receiver side. |
Powered by [ Universal Post Manager ] plugin. HTML saving format developed by gVectors Team www.gVectors.com |