Re: Claws-mail: transferring configuration
"PUB @ Keystreams.net" <[email protected]> Wed, 25 Jan 2017 15:06:56 -0700
| Newsgroups | gmane.org.user-groups.linux.calgary.general |
|---|---|
| Organization | Keystreams |
| Message-ID | <[email protected]> |
have a look at rsync- it can run over ssh. you could also use tar over ssh. this link might help to start: http://www.techrepublic.com/article/how-to-back-up-over-a-network-using-rsync/ i use the following rsync options to make sure i have all the bases covered: sudo rsync -aEHXAv --progress --stats /path/to/source/dir/ /path/to/dest/dir/ you can also run rsync as a dry run (to test without actually copying files) with the --dry-run or -n option. the rsync man page has this section for help using it over ssh: USING RSYNC-DAEMON FEATURES VIA A REMOTE-SHELL CONNECTION keep in mind with rsync trailing slashes on directory paths are important. hope this was kind of what you had in mind... J _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying
signature.asc
(application/pgp-signature, 819 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJYiSGFAAoJEALN55GNiOJVU64QAMaru1aOlDcE6OjLI69H/9pu g6+S9j3jf7b1IVrbEE3d+aA9eQbqS8rYeEZ/Z1BPYsNGvtP+Zh7xkiECLQ+GqYWJ 4We/pKJdbFpHuYAQrxiYn+p3fEeUIQ4VPitoSLOuCPGOpG/HjWLNjOngDDtRYXgP Ft1F2gU65JgiMBDQ0SMiDsL2af/ZPlITJtHWyoWO9upqr/lHUwvYhWdtEGv9AwOm sP/qg5Fzi2z0Fhec5qEmGV9oOpiJs/olDVnpKt6gp57MN7qzrrXfOb53qKEAc7QI thZ1PLcfEL1HmDdpd7kTwy1jtlJrFJW0pRfWwBllsPV0BbHE4Ajs+4nYcchpfXGK 9pS0wgOvreXDAkUwh4l8nQoFQSucNcFFm5oVCcmGDvoT/4g0sFjQyGCGrtItzmZP 3a+qeik8YGCECcYDOBrfRV8o5DatmWIDpsFk3teIJQL2POoJ/xO8WvTWoOXqQo6s m3v/+wHhPlkT8lOxrW/pdGT+armEL6FeuowfWGbTunB8tmc42jPpXz3nBhOscVQG C4iObQPvkp+GzzsPmGPu+lY3px2owCmw3wpDjrzbpeLJx8GtqGMmCaEGg8A8Jdk+ YGvl7uW/1sCW+MF0TIcdZzdEj3gidRw3oW58RG4Ae2SrSZv/g3gvs8HQgChsi6kx HydxF3lbvZ1HWpwgnKrr =qb9N -----END PGP SIGNATURE-----