https://github.com/monolithprojects/myoscopy
Tool used for OS backup. Replaced by SimpleOSbackup and no longer supported ;)
https://github.com/monolithprojects/myoscopy
Last synced: 10 months ago
JSON representation
Tool used for OS backup. Replaced by SimpleOSbackup and no longer supported ;)
- Host: GitHub
- URL: https://github.com/monolithprojects/myoscopy
- Owner: MonolithProjects
- License: gpl-3.0
- Created: 2016-11-04T16:21:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T23:14:44.000Z (over 9 years ago)
- Last Synced: 2025-03-16T20:21:25.880Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog_MyOScopy
- License: LICENSE
Awesome Lists containing this project
README
### How to use myoscopy...
```
myoscopy [OPTIONS]... [-d|--to-disk=]
```
##### Options:
```
-d , --to-disk= Start OSCopy to destionation.
If you are using LVM partition as the destination, use path /dev/mapper/...
-S, --shutdown Shutdown after backup
-x, --no-email Report will be not sent via email
-c, --clear Can be used after interrupted backup
-n, --no-delete Do NOT delete previous backup data. Will update current backup
Keep in mind that rsync nees some free space for temporarry files
-s, --show Show last backup info
-f, --forcee Force backup and suppress all warnings
-v, --version Show MyOScopy version
--debug Debug mode
-h, --help This Help page
```
##### Example:
```
myoscopy --to-disk=/dev/sdb1
myoscopy -Sxd /dev/sdb1
myoscopy -S -f -d /dev/mapper/backup_vg-backup_lv
```